""
0
25
asc
POST /api/sales/partners/query HTTP/1.1 Host: api.zydon.com.br Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 80 { "filter": "text", "criteria": [ "text" ], "arguments": { "ANY_ADDITIONAL_PROPERTY": {} } }
OK
{ "currentPage": 1, "perPage": 1, "total": 1, "items": [ { "id": "text", "name": "text", "type": "text", "fiscal_registration_number": "text", "state_registration": "text", "email": "text", "phone": "text", "mobile": "text", "profile_id": "text", "seller_id": "text", "active": true, "company_default": "text", "attributes": { "ANY_ADDITIONAL_PROPERTY": {} }, "additional_data": { "ANY_ADDITIONAL_PROPERTY": {} } } ] }