Order > Basic create orders. No price support

The requests in this folder are not recommended for use by systems that want to be able to create generic orders. They do not support prices, they only allow you to order a single item (that item can have bundled products) and they require that the location you want to order on exists in the GAB register, which not all locations do.

put

Test order creation

Responses

Request examples

{}

Response examples

Successful response

Empty response

post

Test change order creation TF

Responses

Request examples

{
  "connection_id": "12345678",
  "requested_change_date": "2023-04-17T13:35:55.2804054Z",
  "system_id": 26,
  "comment": "create change order to upgrade a line",
  "product": "31001050",
  "order_after_creation": 0
}

Response examples

Successful response

Empty response

Was this page helpful?