POST pricatSupplierSubGroups

Request Information

URI Parameters

None.

Body Parameters

GetPricatSupplierGroupsRequest
NameDescriptionTypeAdditional information
SupplierId

globally unique identifier

Required

Remarks

None.

Example

None.

Request Formats

application/json, text/json

Sample:
{
  "SupplierId": "424b16dc-4a01-40f9-9ec7-515b22077cb0"
}

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>424b16dc-4a01-40f9-9ec7-515b22077cb0</SupplierId>
</GetPricatSupplierGroupsRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetPricatSupplierGroupsRequest'.

Response Information

Resource Description

Collection of UnverifiedPricatSupplierSubGroup
NameDescriptionTypeAdditional 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": "c50bde0a-6b72-4df7-9857-89491199921a",
    "BrandCode": "sample string 3",
    "BrandText": "sample string 4",
    "PricatSourceFileName": "sample string 5",
    "IsChecked": true,
    "SubGroupId": 7
  },
  {
    "Id": 1,
    "SupplierId": "c50bde0a-6b72-4df7-9857-89491199921a",
    "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>c50bde0a-6b72-4df7-9857-89491199921a</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>c50bde0a-6b72-4df7-9857-89491199921a</SupplierId>
  </UnverifiedPricatSupplierSubGroup>
</ArrayOfUnverifiedPricatSupplierSubGroup>