POST api/admin/SizeGroupApi/AddSizeGroup
Request Information
URI Parameters
None.
Body Parameters
SizeGroups| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SizeGroup | string |
String length: inclusive between 0 and 15 |
|
| SizeDesc | string |
String length: inclusive between 0 and 15 |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"SizeGroup": "sample string 2",
"SizeDesc": "sample string 3",
"IsActive": true
}
application/xml, text/xml
Sample:
<SizeGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BAWModels"> <ID>1</ID> <IsActive>true</IsActive> <SizeDesc>sample string 3</SizeDesc> <SizeGroup>sample string 2</SizeGroup> </SizeGroups>
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.