GET api/Supplier/ClientId/{ClientId}/SupplierId/{SupplierId}
Get specific supplier by SupplierId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| SupplierId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Supplier| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | string |
None. |
|
| Name | string |
None. |
|
| PrefixSSCC | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.