Channel
Channel typically identifies type of location such as retail, theatre etc.
POST /controllers/locationType.ashx
Parameter | Type | Required | Description |
---|---|---|---|
Name | String | Yes | Name of the channel - unique |
Code | String | No | Unique code for the channel |
ExternalLocationTypeCode | String | No | External reference code for the channel |
🧩 Channel List API (Response)​
GET /Controllers/LocationType.ashx?action=list&start=0&limit=50&asArray=0
Field Name | Type | Description |
---|---|---|
LocationTypeId | Integer | Unique identifier for the location type |
Name | String | Name of the location type |
Code | String | Internal code for the location type |
ExternalLocationTypeCode | String | External system reference code for the location type |