...
Panel | ||
---|---|---|
| ||
|
Request Elements
Element | Data Type | Required? | Default | Description |
---|---|---|---|---|
RequestId | Int32 |
|
|
|
SessionTicket | String |
|
|
|
PaymentWorkflowStatus | String |
|
|
|
SendApprovalEmailFlag | Boolean |
|
|
|
SendApprovalToPayEmailFlag | Boolean |
|
|
|
SendPaidEmailFlag | Boolean |
|
|
|
StatusOrders |
|
|
|
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
RequestId | Int32 | No | Click here for more information. | 1 | |
SessionTicket | String | Yes | Click here for more information. | AUmQP6quTuUK5v2QUR0fRw== | |
ApprovalWorkflowStatus | String | Yes | The approval workflow status 'D' for Draft 'R' for Rejected 'S' for Submitted 'A' for Approved | A | |
CostCardIdentities | Yes | This is the cost card identity or identities that will be updated with a new approval workflow status | |||
RejectedReason | String | Yes (if the ApprovalWorkflowStatus is set to "R") | The reason the cost card was rejected. This is a required field if the ApprovalWorkflowStatus is set to "R". | ||
SendApprovalRejectionEmailFlag | Boolean | No | false | If set to "true", an email will be sent informing the resource that the cost card has been rejected. Note: This is only applicable if the ApprovalWorkflowStatus is set to "R". |
...