POST api/v1/workflow_AuditTrailType

Request Information

URI Parameters

None.

Body Parameters

Workflow_AuditTrailTypeVM
NameDescriptionTypeAdditional information
auditTrailTypeId

integer

None.

auditTrailTypeName

string

None.

tenantId

integer

None.

DateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "auditTrailTypeId": 1,
  "auditTrailTypeName": "sample string 2",
  "tenantId": 1,
  "DateCreated": "2024-09-19T09:17:20.9216855-07:00"
}

application/xml, text/xml

Sample:
<Workflow_AuditTrailTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <DateCreated>2024-09-19T09:17:20.9216855-07:00</DateCreated>
  <auditTrailTypeId>1</auditTrailTypeId>
  <auditTrailTypeName>sample string 2</auditTrailTypeName>
  <tenantId>1</tenantId>
</Workflow_AuditTrailTypeVM>

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.