POST api/admin/SizeGroupApi/DeactivateSizesGeneralNew
Request Information
URI Parameters
None.
Body Parameters
ActivateSizeForProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| SizeGroupID | integer |
None. |
|
| SizeID | integer |
None. |
|
| SizeName | string |
None. |
|
| ActivatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"SizeGroupID": 2,
"SizeID": 3,
"SizeName": "sample string 4",
"ActivatedBy": "sample string 5"
}
application/xml, text/xml
Sample:
<ActivateSizeForProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels.PostModel"> <ActivatedBy>sample string 5</ActivatedBy> <ProductID>1</ProductID> <SizeGroupID>2</SizeGroupID> <SizeID>3</SizeID> <SizeName>sample string 4</SizeName> </ActivateSizeForProduct>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.