POST api/Inventory/APP_ApplyFor_Use_Approved
Request Information
URI Parameters
None.
Body Parameters
ApprovedInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplyFor_UseID | string |
None. |
|
| StaffID | string |
None. |
|
| Approval_Type | integer |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApplyFor_UseID": "sample string 1",
"StaffID": "sample string 2",
"Approval_Type": 3,
"Remark": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": "sample string 3"
}