REL documentation
Resource:Source of the orders for the customersC# Rel Const:Rels.CustomerSvc.CustomerOrderSourceURI template:{id}/ordersources/{orderSource}Obtain URI from:
get a list of order source given a customerID
Success status: 200; ETag response header supplied
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | customer id |
| orderSource * | string | OrderSource |
| Type | Description | |
|---|---|---|
| CustomerIdentifier | Generic.Models.CustomerIdentifier | |
| ExternalId | string | |
| Name | string | |
| Id | int | |
| OrderSource | string | |
| Links | IList<WebApi.Hal.Link> | |
| - /rels/customers/customer |
{
"customerIdentifier": {
"externalId": "str",
"name": "str",
"id": 3
},
"orderSource": "str"
}
Delete a customer order source
Success status: 204
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | customer id |
| orderSource * | string | orderSource |
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.