GET pricatSuppliers

Request Information

URI Parameters

None.

Body Parameters

None.

Remarks

None.

Example

None.

Response Information

Resource Description

Collection of SupplierBasicInfoResponse
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

CountryShortName

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "05ae087b-4cf6-472f-a3d4-c045caa05e21",
    "Name": "sample string 2",
    "CountryShortName": "sample string 3"
  },
  {
    "Id": "05ae087b-4cf6-472f-a3d4-c045caa05e21",
    "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>05ae087b-4cf6-472f-a3d4-c045caa05e21</Id>
    <Name>sample string 2</Name>
  </SupplierBasicInfoResponse>
  <SupplierBasicInfoResponse>
    <CountryShortName>sample string 3</CountryShortName>
    <Id>05ae087b-4cf6-472f-a3d4-c045caa05e21</Id>
    <Name>sample string 2</Name>
  </SupplierBasicInfoResponse>
</ArrayOfSupplierBasicInfoResponse>