Get list of available partner companies references
GET {{baseUrl}}/entitlementServices/v1/companies/:companyId/entitledPartnerRefs?scope=nu&companyName=nu&after=0&limit=25
Search for partners
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
scope | string | (Required) Entitlement Scope. | |
companyName | string | (Required) Partner name filter. Please provide at least three symbols existent in edi address. | |
after | number | The position of starting record for collection page. Should be used together with LIMIT parameter. Can not be used in combination of BEFORE parameter, | |
limit | number | Number of elements in result collection. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"startPosition":-27724033,"pageSize":22343320,"totalCount":29042802,"responseCollection":[{"reference":"voluptate elit","companyName":"culpa ea eiusmod"},{"reference":"amet non in","companyName":"exercitation Ut pariatur"}]},{"startPosition":63104339,"pageSize":-45012948,"totalCount":-24073497,"responseCollection":[{"reference":"in elit sunt","companyName":"labore nostrud"},{"reference":"minim fugiat","companyName":"quis tempor "}]}]