POST pricatSupplierMainGroups
Request Information
URI Parameters
None.
Body Parameters
GetPricatSupplierGroupsRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | globally unique identifier |
Required |
Remarks
None.
Example
None.
Request Formats
application/json, text/json
Sample:
{
"SupplierId": "45971ffe-edc2-4f4a-98c3-c3409b6bf47d"
}
application/xml, text/xml
Sample:
<GetPricatSupplierGroupsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Pricat"> <SupplierId>45971ffe-edc2-4f4a-98c3-c3409b6bf47d</SupplierId> </GetPricatSupplierGroupsRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of UnverifiedPricatSupplierMainGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| BrandCode | string |
None. |
|
| BrandText | string |
None. |
|
| ProductType | string |
None. |
|
| VehicleType | string |
None. |
|
| PricatSourceFileName | string |
None. |
|
| IsChecked | boolean |
None. |
|
| MainGroupId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SupplierId": "0e399a6d-a548-4408-93f0-43aa249a45a4",
"BrandCode": "sample string 3",
"BrandText": "sample string 4",
"ProductType": "sample string 5",
"VehicleType": "sample string 6",
"PricatSourceFileName": "sample string 7",
"IsChecked": true,
"MainGroupId": 9
},
{
"Id": 1,
"SupplierId": "0e399a6d-a548-4408-93f0-43aa249a45a4",
"BrandCode": "sample string 3",
"BrandText": "sample string 4",
"ProductType": "sample string 5",
"VehicleType": "sample string 6",
"PricatSourceFileName": "sample string 7",
"IsChecked": true,
"MainGroupId": 9
}
]
application/xml, text/xml
Sample:
<ArrayOfUnverifiedPricatSupplierMainGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Pricat">
<UnverifiedPricatSupplierMainGroup>
<BrandCode>sample string 3</BrandCode>
<BrandText>sample string 4</BrandText>
<Id>1</Id>
<IsChecked>true</IsChecked>
<MainGroupId>9</MainGroupId>
<PricatSourceFileName>sample string 7</PricatSourceFileName>
<ProductType>sample string 5</ProductType>
<SupplierId>0e399a6d-a548-4408-93f0-43aa249a45a4</SupplierId>
<VehicleType>sample string 6</VehicleType>
</UnverifiedPricatSupplierMainGroup>
<UnverifiedPricatSupplierMainGroup>
<BrandCode>sample string 3</BrandCode>
<BrandText>sample string 4</BrandText>
<Id>1</Id>
<IsChecked>true</IsChecked>
<MainGroupId>9</MainGroupId>
<PricatSourceFileName>sample string 7</PricatSourceFileName>
<ProductType>sample string 5</ProductType>
<SupplierId>0e399a6d-a548-4408-93f0-43aa249a45a4</SupplierId>
<VehicleType>sample string 6</VehicleType>
</UnverifiedPricatSupplierMainGroup>
</ArrayOfUnverifiedPricatSupplierMainGroup>