POST api/v1/workflow_Status

Request Information

URI Parameters

None.

Body Parameters

Workflow_StatusVM
NameDescriptionTypeAdditional information
statusId

integer

None.

statusName

string

None.

tenantId

integer

None.

DateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "statusId": 1,
  "statusName": "sample string 2",
  "tenantId": 1,
  "DateCreated": "2024-09-19T09:31:28.1017357-07:00"
}

application/xml, text/xml

Sample:
<Workflow_StatusVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <DateCreated>2024-09-19T09:31:28.1017357-07:00</DateCreated>
  <statusId>1</statusId>
  <statusName>sample string 2</statusName>
  <tenantId>1</tenantId>
</Workflow_StatusVM>

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.