POST api/VendorDispatch/NotifySupplementalBatch/{entrustId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entrustId | integer |
Required |
Body Parameters
VendorSupplementalNotifyBatchBody| Name | Description | Type | Additional information |
|---|---|---|---|
| items | Collection of VendorSupplementalNotifyBody |
None. |
Request Formats
application/json, text/json
Sample:
{
"items": [
{
"bfApplyId": "sample string 1",
"platformCost": 2.0
},
{
"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:
{}