Order
Add payment to Order.
Add payment to Orders
post/rest/api/orders/{id}/payment/
Path parameters
idstring required
order number in Apilo system, e.g. <code>AL0012345</code>
Request body
Example request
{
"idExternal": "PAY-123456",
"type": 1,
"paymentDate": "2022-03-08T20:00:00Z",
"comment": "Credit card payment"
}Response
Payment with the given idExternal already exists
{"stackTrail":"paths:/rest/api/orders/{id}/payment/:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}