Add price to Express
x-ms-visibility: "important"
Send a request to price to Express adhoc payment system.
application/json
Request Body required
Price data that needs to be added in Express. Default currency=EUR. All other fields are mandatory. Note: price includes VAT with Express.
priceType string
currency string
unitPrice double
Price including VAT
vat double nullable
Responses
- 200
- 400
- 401
Returns price id
application/json
Schema
Example (from schema)
response
Schema
id int64
{
"id": 0
}
{"id":123}
Errors in the body request
text/plain
Schema
Schema
string
Customer not found or not authorised
Loading...