POST api/VendorDispatch/NotifySupplemental/{entrustId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entrustId | integer |
Required |
Body Parameters
VendorSupplementalNotifyBody| Name | Description | Type | Additional information |
|---|---|---|---|
| bfApplyId | string |
None. |
|
| platformCost | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"bfApplyId": "sample string 1",
"platformCost": 2.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}