REL documentation
Resource:surrogate for ordering a list of items with quantitiesC# Rel Const:Rels.CustomerSvc.ItemAliasURI template:{id}/itemaliases/{iaid}Obtain URI from:
Success status: 200
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | |
| iaid * | int |
| Type | Description | |
|---|---|---|
| AliasIdentifier | Generic.Models.ItemIdentifier | |
| Sku | string | |
| Id | int | |
| Active | bool | |
| Description | string | |
| Details | IEnumerable<Customer.Models.AliasDetail> | |
| ItemIdentifier | Generic.Models.ItemIdentifier | |
| Sku | string | |
| Id | int | |
| Qty | decimal | |
| Description | string | |
| ItemDeactivated | bool | |
| Links | IList<WebApi.Hal.Link> | |
| - edit | ||
| - /rels/customers/customer |
{
"aliasIdentifier": {
"sku": "str",
"id": 2
},
"active": true,
"description": "str",
"details": [
{
"itemIdentifier": {
"sku": "str",
"id": 2
},
"qty": 1.0,
"description": "str",
"itemDeactivated": true
}
]
}
Success status: 200
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | |
| iaid * | int |
| Type | Description | |
|---|---|---|
| AliasIdentifier | Generic.Models.ItemIdentifier | |
| Sku | string | |
| Id | int | |
| Active | bool | |
| Description | string | |
| Details | IEnumerable<Customer.Models.AliasDetail> | |
| ItemIdentifier | Generic.Models.ItemIdentifier | |
| Sku | string | |
| Id | int | |
| Qty | decimal | |
| Description | string | |
| ItemDeactivated | bool |
Sample content-type: application/hal+json |
{
"aliasIdentifier": {
"sku": "str",
"id": 2
},
"active": true,
"description": "str",
"details": [
{
"itemIdentifier": {
"sku": "str",
"id": 2
},
"qty": 1.0,
"description": "str",
"itemDeactivated": true
}
]
}
| Type | Description | |
|---|---|---|
| AliasIdentifier | Generic.Models.ItemIdentifier | |
| Sku | string | |
| Id | int | |
| Active | bool | |
| Description | string | |
| Details | IEnumerable<Customer.Models.AliasDetail> | |
| ItemIdentifier | Generic.Models.ItemIdentifier | |
| Sku | string | |
| Id | int | |
| Qty | decimal | |
| Description | string | |
| ItemDeactivated | bool | |
| Links | IList<WebApi.Hal.Link> | |
| - edit | ||
| - /rels/customers/customer |
{
"aliasIdentifier": {
"sku": "str",
"id": 2
},
"active": true,
"description": "str",
"details": [
{
"itemIdentifier": {
"sku": "str",
"id": 2
},
"qty": 1.0,
"description": "str",
"itemDeactivated": true
}
]
}
Success status: 204
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | |
| iaid * | int |
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.