Example details for WebShop/Order
Syntax variant 1 (preferred REST-format): WebShop/Order/{order_id}/
Syntax variant 2 (traditional query-string): WebShop/Order?order_id={order_id}
GET, syntax 1 (preferred REST-format):
WebShop/Order/[WELL_KNOWN_ORDER_ID]/
GET, syntax 2 (traditional query-string):
WebShop/Order?order_id=[WELL_KNOWN_ORDER_ID]
Documentation and tests automatically generated from source-code 2025-12-06 05:04