POST _api/FITAPI/NewSubCategory

Request Information

URI Parameters

None.

Body Parameters

NewFITSubCatParam
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.