PUT pricatSupplierSubGroups
Request Information
URI Parameters
None.
Body Parameters
SetPricatSupplierSubGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | globally unique identifier |
None. |
|
| SubGroupMappings | Collection of SetPricatSupplierSubGroupRequest |
None. |
Remarks
None.
Example
None.
Request Formats
application/json, text/json
Sample:
{
"SupplierId": "278431de-8cb8-4b4d-b6e9-a3bebbeee50d",
"SubGroupMappings": [
{
"PricatSupplierSubGroupId": 1,
"SubGroupId": 2
},
{
"PricatSupplierSubGroupId": 1,
"SubGroupId": 2
}
]
}
application/xml, text/xml
Sample:
<SetPricatSupplierSubGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Compilator.DDAPI.DTO.Pricat">
<SubGroupMappings>
<SetPricatSupplierSubGroupRequest>
<PricatSupplierSubGroupId>1</PricatSupplierSubGroupId>
<SubGroupId>2</SubGroupId>
</SetPricatSupplierSubGroupRequest>
<SetPricatSupplierSubGroupRequest>
<PricatSupplierSubGroupId>1</PricatSupplierSubGroupId>
<SubGroupId>2</SubGroupId>
</SetPricatSupplierSubGroupRequest>
</SubGroupMappings>
<SupplierId>278431de-8cb8-4b4d-b6e9-a3bebbeee50d</SupplierId>
</SetPricatSupplierSubGroup>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>