Update
Update an order.
Overview
The BAP will send the update request to the BPP with the details of which parts of the order is to be updated and the updated values.
Request
URL
/update
Method
POST
Request Body Schema
Field | Type |
---|---|
context* | ContextForUpdate |
message | MessageForUpdate |
Response
Response Body Schema
Field | Type |
---|---|
message* | { Ack } |
error | Error |
Response Codes
Code | Description |
---|---|
200 | Acknowledgement of message received |