POST api/V50?StoreNumber={StoreNumber}&eCustomerObjectType={eCustomerObjectType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreNumber | integer |
Required |
|
| eCustomerObjectType | eCustomerObjectType |
Required |
Body Parameters
None.
Response Information
Resource Description
WSProfileItemCategories| Name | Description | Type | Additional 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": []
}
]
}