POST api/SYGetApprovalDetails
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"AppTypeCode": "sample string 1",
"Ref1": "sample string 2",
"Ref2": "sample string 3"
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"ApprovalDetails": {
"STATUS_TEXT": "sample string 1",
"SID": 2,
"APP_TYPE_CODE": "sample string 3",
"REFERENCE1": "sample string 4",
"REFERENCE2": "sample string 5",
"STATUS": "sample string 6",
"APPROVED_BY": "sample string 7",
"APPROVED_DATE": "2026-05-28T10:50:56.7692516-07:00",
"DOC_ID": 1,
"TREASURER_APPROVAL": "sample string 8",
"TREASURER_APPROVAL_DATE": "2026-05-28T10:50:56.7692516-07:00"
}
}