POST api/Inventory/APP_GetInventory_Use_Cancel?ApplyFor_UseID={ApplyFor_UseID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplyFor_UseID | string |
Required |
Body Parameters
None.
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"
}