PUT api/v1/workflow_RequisitionType/{requisitionTypeId}/requisitionTypeId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| requisitionTypeId | integer |
Required |
Body Parameters
Workflow_RequisitionTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| requisitionTypeId | integer |
None. |
|
| requestTypeName | string |
None. |
|
| createdBy | integer |
None. |
|
| dateCreated | date |
None. |
|
| approvedBy | integer |
None. |
|
| dateApproved | date |
None. |
|
| isDeleted | boolean |
None. |
|
| dateDeleted | date |
None. |
|
| deleteBy | integer |
None. |
|
| tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"requisitionTypeId": 1,
"requestTypeName": "sample string 2",
"createdBy": 1,
"dateCreated": "2025-11-03T12:04:40.1339658-08:00",
"approvedBy": 1,
"dateApproved": "2025-11-03T12:04:40.1349651-08:00",
"isDeleted": true,
"dateDeleted": "2025-11-03T12:04:40.1349651-08:00",
"deleteBy": 1,
"tenantId": 1
}
application/xml, text/xml
Sample:
<Workflow_RequisitionTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <approvedBy>1</approvedBy> <createdBy>1</createdBy> <dateApproved>2025-11-03T12:04:40.1349651-08:00</dateApproved> <dateCreated>2025-11-03T12:04:40.1339658-08:00</dateCreated> <dateDeleted>2025-11-03T12:04:40.1349651-08:00</dateDeleted> <deleteBy>1</deleteBy> <isDeleted>true</isDeleted> <requestTypeName>sample string 2</requestTypeName> <requisitionTypeId>1</requisitionTypeId> <tenantId>1</tenantId> </Workflow_RequisitionTypeVM>
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.