POST api/VendorDispatch/NotifySupplementalBatch/{entrustId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entrustId

integer

Required

Body Parameters

VendorSupplementalNotifyBatchBody
NameDescriptionTypeAdditional 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

Object

None.

Response Formats

application/json, text/json

Sample:
{}