POST api/v1/cBT_OptionType

Request Information

URI Parameters

None.

Body Parameters

CBT_OptionTypeVM
NameDescriptionTypeAdditional information
optionTypeId

integer

None.

optionTypeName

string

None.

dateCreated

date

None.

tenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "optionTypeId": 1,
  "optionTypeName": "sample string 2",
  "dateCreated": "2024-09-19T09:12:15.1376159-07:00",
  "tenantId": 1
}

application/xml, text/xml

Sample:
<CBT_OptionTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <dateCreated>2024-09-19T09:12:15.1376159-07:00</dateCreated>
  <optionTypeId>1</optionTypeId>
  <optionTypeName>sample string 2</optionTypeName>
  <tenantId>1</tenantId>
</CBT_OptionTypeVM>

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.