POST api/VendorDispatch/Acceptance/{entrustId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entrustId | integer |
Required |
Body Parameters
VendorAcceptanceBody| Name | Description | Type | Additional information |
|---|---|---|---|
| pass | integer |
None. |
|
| comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pass": 1,
"comment": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}