POST _api/FITAPI/NewSubCategory
Request Information
URI Parameters
None.
Body Parameters
NewFITSubCatParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
Required |
|
| User | string |
Required |
|
| CategoryId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"User": "sample string 2",
"CategoryId": 3
}
application/xml, text/xml
Sample:
<NewFITSubCatParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AMTAPI.Models"> <CategoryId>3</CategoryId> <Name>sample string 1</Name> <User>sample string 2</User> </NewFITSubCatParam>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.