POST api/v1/workflow_Status
Request Information
URI Parameters
None.
Body Parameters
Workflow_StatusVM| Name | Description | Type | Additional 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": "2025-11-03T19:23:47.9303718-08: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>2025-11-03T19:23:47.9303718-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.