TAG LINE
SMALL TITLE
id | "id": 23 Type: Number This is the unique numeric identifier for the OrderServiceTracking |
orderPackageTrackingId | "orderPackageTrackingId": 4 Type: Number Unique identifier for the associated OrderPackageTracking object. |
orderServiceId | "orderServiceId": 6 Type: Number Unique identifier for the associated OrderService object. |
orderServiceAttributeId | "orderServiceAttributeId": 25 Type: Number Unique identifier for the associated OrderServiceAttribute object. |
accountServiceId | "accountServiceId": "Hello World" Type: String Unique identifier for the associated AccountService object. |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v3/OrderServiceTracking |
Retrieve all of the OrderServiceTracking objects. |
GET | api/v3/OrderServiceTracking/Paged |
Retreive all of the OrderServiceTracking objects in a paged fashion. |
GET | api/v3/OrderServiceTracking/{id:int} |
Retrieve an instance of the OrderServiceTracking object by it's ID. | |
{id:int} | Unique identifier for the OrderServiceTracking object. |