POST api/v1/workflow_Requisition

Request Information

URI Parameters

None.

Body Parameters

Workflow_RequisitionVM
NameDescriptionTypeAdditional information
requisitionId

integer

None.

requisitionTypeId

integer

None.

createdAt

date

None.

completedAt

date

None.

departmentId

integer

None.

reqestedBefore

date

None.

reqesterName

string

None.

reqestedDate

date

None.

reqestReference

string

None.

reportingManagerId

integer

None.

reportingManager

string

None.

statusId

integer

None.

hasAttachment

boolean

None.

description

string

None.

createdBy

integer

None.

dateCreated

date

None.

isDeleted

boolean

None.

dateDeleted

date

None.

deleteBy

integer

None.

tenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "requisitionId": 1,
  "requisitionTypeId": 1,
  "createdAt": "2024-09-19T09:44:11.3415188-07:00",
  "completedAt": "2024-09-19T09:44:11.3415188-07:00",
  "departmentId": 1,
  "reqestedBefore": "2024-09-19T09:44:11.3415188-07:00",
  "reqesterName": "sample string 2",
  "reqestedDate": "2024-09-19T09:44:11.3415188-07:00",
  "reqestReference": "sample string 3",
  "reportingManagerId": 1,
  "reportingManager": "sample string 4",
  "statusId": 1,
  "hasAttachment": true,
  "description": "sample string 5",
  "createdBy": 1,
  "dateCreated": "2024-09-19T09:44:11.3415188-07:00",
  "isDeleted": true,
  "dateDeleted": "2024-09-19T09:44:11.3415188-07:00",
  "deleteBy": 1,
  "tenantId": 1
}

application/xml, text/xml

Sample:
<Workflow_RequisitionVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <completedAt>2024-09-19T09:44:11.3415188-07:00</completedAt>
  <createdAt>2024-09-19T09:44:11.3415188-07:00</createdAt>
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T09:44:11.3415188-07:00</dateCreated>
  <dateDeleted>2024-09-19T09:44:11.3415188-07:00</dateDeleted>
  <deleteBy>1</deleteBy>
  <departmentId>1</departmentId>
  <description>sample string 5</description>
  <hasAttachment>true</hasAttachment>
  <isDeleted>true</isDeleted>
  <reportingManager>sample string 4</reportingManager>
  <reportingManagerId>1</reportingManagerId>
  <reqestReference>sample string 3</reqestReference>
  <reqestedBefore>2024-09-19T09:44:11.3415188-07:00</reqestedBefore>
  <reqestedDate>2024-09-19T09:44:11.3415188-07:00</reqestedDate>
  <reqesterName>sample string 2</reqesterName>
  <requisitionId>1</requisitionId>
  <requisitionTypeId>1</requisitionTypeId>
  <statusId>1</statusId>
  <tenantId>1</tenantId>
</Workflow_RequisitionVM>

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.