customers customerordersource (http://api.3plcentral.com/rels/customers/customerordersource)
Resource:
Source of the orders for the customers
C# Rel Const:
Rels.CustomerSvc.CustomerOrderSource
URI 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
Returns a CustomerOrderSource
Type Description
CustomerIdentifier Generic.Models.CustomerIdentifier
ExternalId string
Name string
Id int
OrderSource string
Sample accept: application/hal+json
{
  "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.