POST pricatSupplierSubGroups
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": "31a0019e-90e8-4008-abd0-d20228c92d80"
}
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>31a0019e-90e8-4008-abd0-d20228c92d80</SupplierId> </GetPricatSupplierGroupsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of UnverifiedPricatSupplierSubGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| BrandCode | string |
None. |
|
| BrandText | string |
None. |
|
| PricatSourceFileName | string |
None. |
|
| IsChecked | boolean |
None. |
|
| SubGroupId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"SupplierId": "f8232038-94af-4d96-9a66-2b419268ce7c",
"BrandCode": "sample string 3",
"BrandText": "sample string 4",
"PricatSourceFileName": "sample string 5",
"IsChecked": true,
"SubGroupId": 7
},
{
"Id": 1,
"SupplierId": "f8232038-94af-4d96-9a66-2b419268ce7c",
"BrandCode": "sample string 3",
"BrandText": "sample string 4",
"PricatSourceFileName": "sample string 5",
"IsChecked": true,
"SubGroupId": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfUnverifiedPricatSupplierSubGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Pricat">
<UnverifiedPricatSupplierSubGroup>
<BrandCode>sample string 3</BrandCode>
<BrandText>sample string 4</BrandText>
<Id>1</Id>
<IsChecked>true</IsChecked>
<PricatSourceFileName>sample string 5</PricatSourceFileName>
<SubGroupId>7</SubGroupId>
<SupplierId>f8232038-94af-4d96-9a66-2b419268ce7c</SupplierId>
</UnverifiedPricatSupplierSubGroup>
<UnverifiedPricatSupplierSubGroup>
<BrandCode>sample string 3</BrandCode>
<BrandText>sample string 4</BrandText>
<Id>1</Id>
<IsChecked>true</IsChecked>
<PricatSourceFileName>sample string 5</PricatSourceFileName>
<SubGroupId>7</SubGroupId>
<SupplierId>f8232038-94af-4d96-9a66-2b419268ce7c</SupplierId>
</UnverifiedPricatSupplierSubGroup>
</ArrayOfUnverifiedPricatSupplierSubGroup>