DELETE /api/sales/partners/{partner_id}/contact/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
Partner Contact removed successfully
{}
""
0
25
desc
GET /api/sales/partners/{partner_id}/contact HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
OK
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "partner_id": "text", "name": "text", "role": "text", "phone": "text", "email": "text", "active": true } ] }
GET /api/sales/partners/{partner_id}/contact/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Accept: */*
{ "id": "text", "partner_id": "text", "name": "text", "role": "text", "phone": "text", "email": "text", "active": true }
PUT /api/sales/partners/{partner_id}/contact/{id} HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 85 { "id": "text", "name": "text", "role": "text", "phone": "text", "email": "text", "active": true }
Partner Contact updated successfully
POST /api/sales/partners/{partner_id}/contact HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 85 { "id": "text", "name": "text", "role": "text", "phone": "text", "email": "text", "active": true }
Partner Contact created successfully