POST portal/api/Apf/v1/requisitions/cancelRequesitionFromUser
Request Information
URI Parameters
None.
Body Parameters
Apf_ApprovalRequisition| Name | Description | Type | Additional information |
|---|---|---|---|
| RequistionId | integer |
None. |
|
| RequisitionName | string |
String length: inclusive between 0 and 250 |
|
| RequsitionDate | date |
None. |
|
| Requester | string |
Required String length: inclusive between 0 and 50 |
|
| Origin | string |
String length: inclusive between 0 and 255 |
|
| IsHold | boolean |
None. |
|
| RequistionStatusId | integer |
None. |
|
| DefinitionId | integer |
None. |
|
| ModuleId | integer |
None. |
|
| ApplicationId | integer |
None. |
|
| ProcessId | integer |
None. |
|
| DocumentTypeId | integer |
None. |
|
| DocumentNumber | integer |
None. |
|
| RequistionURL | string |
String length: inclusive between 0 and 500 |
|
| RequestDetails | string |
None. |
|
| RequestDetailsEn | string |
None. |
|
| UserName | string |
Required String length: inclusive between 0 and 50 |
|
| UserId | globally unique identifier |
None. |
|
| Attachments | Collection of byte |
None. |
|
| Attachments2 | Collection of byte |
None. |
|
| Attachments3 | Collection of byte |
None. |
|
| Attachments4 | Collection of byte |
None. |
|
| Attachments5 | Collection of byte |
None. |
|
| Apf_ApprovalDefinition | Apf_ApprovalDefinition |
None. |
|
| Apf_ApprovalRequisitionStatusLog | Collection of Apf_ApprovalRequisitionStatusLog |
None. |
|
| Apf_RequisitionStatus | Apf_RequisitionStatus |
None. |
|
| Apf_ApprovalRequisitionThread | Collection of Apf_ApprovalRequisitionThread |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>