Name
(* = required)
Data Type Description
id
*
int
dupHandling
*
int
Sample content-type: application/hal+json
Copy to clipboard
copied
{
"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
Sample accept: 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
}
]
}
]
}
}