š¤ Contatos
POST /v2/api/external/{ApiID}/blockContact
BlockContact
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/blockContact":{"post":{"tags":["š¤ Contatos"],"summary":"BlockContact","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"contactId":{"type":"number"},"blocked":{"type":"boolean"}}}}}},"parameters":[{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
POST /v2/api/external/{ApiID}/createContact
CreateContact
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/createContact":{"post":{"tags":["š¤ Contatos"],"summary":"CreateContact","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"string"},"email":{"type":"string"},"cpf":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"businessName":{"type":"string"},"birthdayDate":{"type":"string"},"externalKey":{"type":"string"}}}}}},"parameters":[{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
GET /v2/api/external/{ApiID}/getContactExtraInfo
GetContactExtraInfo
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/getContactExtraInfo":{"get":{"tags":["š¤ Contatos"],"summary":"GetContactExtraInfo","parameters":[{"name":"contactId","in":"query","schema":{"type":"integer"},"description":"ID do contato"},{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
POST /v2/api/external/{ApiID}/contacts/search
SearchContacts
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/contacts/search":{"post":{"tags":["š¤ Contatos"],"summary":"SearchContacts","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"searchParam":{"type":"string"},"page":{"type":"number"},"limit":{"type":"number"},"tagId":{"type":"number"}}}}}},"parameters":[{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
POST /v2/api/external/{ApiID}/showcontact
ShowContact
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/showcontact":{"post":{"tags":["š¤ Contatos"],"summary":"ShowContact","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"number":{"type":"string"}}}}}},"parameters":[{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
POST /v2/api/external/{ApiID}/updateContact
UpdateContact
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/updateContact":{"post":{"tags":["š¤ Contatos"],"summary":"UpdateContact","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"number":{"type":"string"},"email":{"type":"string"},"cpf":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"businessName":{"type":"string"},"birthdayDate":{"type":"string"},"kanban":{"type":"number"},"externalKey":{"type":"string"}}}}}},"parameters":[{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
POST /v2/api/external/{ApiID}/updateContactExtraInfo
UpdateContactExtraInfo
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/updateContactExtraInfo":{"post":{"tags":["š¤ Contatos"],"summary":"UpdateContactExtraInfo","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"contactId":{"type":"number"},"extraInfo":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}}}}}}}},"parameters":[{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
POST /v2/api/external/{ApiID}/updateContactKanban
UpdateContactKanban
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/updateContactKanban":{"post":{"tags":["š¤ Contatos"],"summary":"UpdateContactKanban","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"contactId":{"type":"number"},"kanban":{"type":"number"}}}}}},"parameters":[{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
POST /v2/api/external/{ApiID}/updateContactWallet
UpdateContactWallet
{"openapi":"3.0.0","info":{"title":"Postman v3","version":"1.0.0"},"tags":[{"name":"š¤ Contatos"}],"servers":[{"url":"https://{{baseurl}}"},{"url":"https://{{BaseUrl}}"}],"security":[{"bearerAuth":[]}],"components":{"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer"}}},"paths":{"/v2/api/external/{ApiID}/updateContactWallet":{"post":{"tags":["š¤ Contatos"],"summary":"UpdateContactWallet","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"contactId":{"type":"number"},"walletId":{"type":"number"}}}}}},"parameters":[{"name":"ApiID","in":"path","schema":{"type":"string"},"required":true}],"responses":{"200":{"description":"Successful response","content":{"application/json":{}}}}}}}}
Isso foi Ćŗtil?
Obrigado pelo seu feedback!