POST api/VendorDispatch/NotifySupplemental/{entrustId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
entrustId

integer

Required

Body Parameters

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

Object

None.

Response Formats

application/json, text/json

Sample:
{}