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": "8f190d1c-f01e-4f43-a5b4-9719fc4ded67"
}
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>8f190d1c-f01e-4f43-a5b4-9719fc4ded67</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": "3989e45d-4539-4f52-98ce-cdd5ff3aeb3d",
"BrandCode": "sample string 3",
"BrandText": "sample string 4",
"PricatSourceFileName": "sample string 5",
"IsChecked": true,
"SubGroupId": 7
},
{
"Id": 1,
"SupplierId": "3989e45d-4539-4f52-98ce-cdd5ff3aeb3d",
"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>3989e45d-4539-4f52-98ce-cdd5ff3aeb3d</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>3989e45d-4539-4f52-98ce-cdd5ff3aeb3d</SupplierId>
</UnverifiedPricatSupplierSubGroup>
</ArrayOfUnverifiedPricatSupplierSubGroup>