POST OPS/Get_CategoryTitle

Request Information

URI Parameters

None.

Body Parameters

CategoryTitle_DTO
NameDescriptionTypeAdditional information
CategoryID

string

None.

UserTypeID

integer

None.

UserID

string

None.

Type

integer

None.

InventoryID

string

None.

Title

string

None.

IsActive

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "CategoryID": "sample string 1",
  "UserTypeID": 1,
  "UserID": "sample string 2",
  "Type": 1,
  "InventoryID": "sample string 3",
  "Title": "sample string 4",
  "IsActive": true
}

application/xml, text/xml

Sample:
<CategoryTitle_DTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AstaGuru.Models.OPS">
  <CategoryID>sample string 1</CategoryID>
  <InventoryID>sample string 3</InventoryID>
  <IsActive>true</IsActive>
  <Title>sample string 4</Title>
  <Type>1</Type>
  <UserID>sample string 2</UserID>
  <UserTypeID>1</UserTypeID>
</CategoryTitle_DTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.