POST api/V50?StoreNumber={StoreNumber}&eCustomerObjectType={eCustomerObjectType}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StoreNumber

integer

Required

eCustomerObjectType

eCustomerObjectType

Required

Body Parameters

None.

Response Information

Resource Description

WSProfileItemCategories
NameDescriptionTypeAdditional information
Categories

Collection of WSProfileItemCategory

None.

Response Formats

application/json, text/json

Sample:
{
  "Categories": [
    {
      "CustomerObjectCategoryId": 1,
      "CustomerObjectCategoryLabel": "sample string 2",
      "ItemCount": 3,
      "IsExpired": true,
      "SubCategories": []
    },
    {
      "CustomerObjectCategoryId": 1,
      "CustomerObjectCategoryLabel": "sample string 2",
      "ItemCount": 3,
      "IsExpired": true,
      "SubCategories": []
    }
  ]
}