POST V2/Express/GetExpressPointCharge

Request Information

URI Parameters

None.

Body Parameters

ExpressPointCondition
NameDescriptionTypeAdditional information
PointId

integer

None.

ItemAmount

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PointId": 1,
  "ItemAmount": 2.0
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExpressPointCondition'.

Response Information

Resource Description

decimal number

Response Formats

application/json, text/json

Sample:
1.0