customers itemaliaslistfileparse (http://api.3plcentral.com/rels/customers/itemaliaslistfileparse)
Resource:
Operator: Parse item alias list import file
C# Rel Const:
Rels.CustomerSvc.ItemAliasFileParse
URI template:
{id}/itemaliases/fileparser
Obtain URI from:
Success status: 200
Name (* = required) Data Type Description
id * int
this object model should not be used directly by the API client, but is assembled by the media formatter from the request's content-type and payload
Type Description
ContentType string obtained from the HTTP "Content-Type" header
Content Object obtained from the HTTP payload
Sample content-type: application/hal+json
{
  "contentType": "str",
  "content": {}
}
Type Description
Errors Generic.Models.Exceptions.ListException container of WmsExceptionBase-derived exceptions occuring during actions on lists, such as import or mass ops
Message string
Faults IList<Generic.Models.Exceptions.ListEntryFault>
EntryNumber int 1-indexed position in the source list
WmsException Generic.Models.Exceptions.WmsExceptionBase for more details at runtime see which WmsExceptionBase-derived exception it is
ErrorCode string could have been a number, but is a short string for human readability; not to be localized
Hint string helpful word or two if the thrower happens to know more things; not to be localized
Message string
InnerException System.Exception
ItemAliases Customer.Models.ItemAliasList
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
DuplicateAliasSkus List<string>
Sample accept: application/hal+json
{
  "errors": {
    "message": "ListException: Faults [{EntryNumber 1, }]",
    "faults": [
      {
        "entryNumber": 1,
        "entryInfo": "str"
      }
    ],
    "data": {},
    "helpLink": "str",
    "source": "str",
    "hResult": 3
  },
  "duplicateAliasSkus": [
    "str"
  ],
  "_embedded": {
    "http://api.3plCentral.com/rels/customers/itemaliases": {
      "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.