GET TMS/Order/{profileID}/{customerOrderNumber}
Returns the TMS Order matching the requested Order Number.
Returns: An Order
Exceptions:
- !:HTTP 404 Not Found: Returned if the requested order does not exist or is not associated with the requesting users profile.
Request Information
Parameters
Name | Type | Description | Additional information |
---|---|---|---|
profileID | Int32 | This ID will be supplied by SEKO - please contact your representitive for details. |
Define this parameter in the request URI. |
customerOrderNumber | String | Customer Order Number. |
Define this parameter in the request URI. |