REL documentation
Resource:Operator: Import a list of item aliasesC# Rel Const:Rels.CustomerSvc.ItemAliasImportURI template:{id}/itemaliases/importer{?dupHandling}Obtain URI from:
Success status: 200
| Name (* = required) | Data Type | Description |
|---|---|---|
| id * | int | |
| dupHandling * | int |
| Type | Description | |
|---|---|---|
| TotalResults | int | |
| ResourceList | IList<Customer.Models.ItemAlias> | |
| 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 |
Sample content-type: application/hal+json |
{
"totalResults": 1,
"_embedded": {
"http://api.3plCentral.com/rels/customers/itemalias": [
{
"aliasIdentifier": {
"sku": "str",
"id": 2
},
"active": true,
"description": "str",
"details": [
{
"itemIdentifier": {
"sku": "str",
"id": 2
},
"qty": 1.0,
"description": "str",
"itemDeactivated": true
}
]
}
]
}
}
| Type | Description | |
|---|---|---|
| TotalResults | int | |
| ResourceList | IList<Customer.Models.ItemAlias> | |
| 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 | ||
| Links | IList<WebApi.Hal.Link> | |
| - next | ||
| - prev |
{
"totalResults": 1,
"_embedded": {
"http://api.3plCentral.com/rels/customers/itemalias": [
{
"aliasIdentifier": {
"sku": "str",
"id": 2
},
"active": true,
"description": "str",
"details": [
{
"itemIdentifier": {
"sku": "str",
"id": 2
},
"qty": 1.0,
"description": "str",
"itemDeactivated": true
}
]
}
]
}
}
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.