POST api/v1/workflow_AuditTrailType
Request Information
URI Parameters
None.
Body Parameters
Workflow_AuditTrailTypeVMName | Description | Type | Additional 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-11-24T08:37:18.0586154-08: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-11-24T08:37:18.0586154-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.