GET pricatSuppliers
Request Information
URI Parameters
None.
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
Collection of SupplierBasicInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| CountryShortName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "34a3e187-da52-4025-84ff-f9699c2ee689",
"Name": "sample string 2",
"CountryShortName": "sample string 3"
},
{
"Id": "34a3e187-da52-4025-84ff-f9699c2ee689",
"Name": "sample string 2",
"CountryShortName": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfSupplierBasicInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Pricat">
<SupplierBasicInfoResponse>
<CountryShortName>sample string 3</CountryShortName>
<Id>34a3e187-da52-4025-84ff-f9699c2ee689</Id>
<Name>sample string 2</Name>
</SupplierBasicInfoResponse>
<SupplierBasicInfoResponse>
<CountryShortName>sample string 3</CountryShortName>
<Id>34a3e187-da52-4025-84ff-f9699c2ee689</Id>
<Name>sample string 2</Name>
</SupplierBasicInfoResponse>
</ArrayOfSupplierBasicInfoResponse>