Distributor
Distributor master allows you to setup distributors for the locations
POST /controllers/distributor.ashx
Parameter | Type | Required | Description |
---|---|---|---|
DistributorName | String | Yes | Name of the distributor - unique |
Code | String | No | Unique code for the channel |
GTIN | String | No | GTIN# for the distributor |
ExternalDistributorCode | String | No | External reference code for the distributor |
🧩 Distributor List API (Response)​
lists the details of each distributor including their unique ID, name, reference code, GTIN, address, active status, and the client they are associated.
📤 Related API​
GET /Controllers/Distributor.ashx?action=list&start=0&limit=50&asArray=0
Parameter | Type | Description |
---|---|---|
DistributorId | Integer | Unique identifier for the distributor |
DistributorName | String | Name of the distributor |
Code | String | Internal reference code for the distributor |
GTIN | String | Global Trade Item Number for the distributor |
Address | String | Primary address for the distributor |
IsActive | Boolean | Indicates if the distributor is currently active |
ClientId | Integer | ID of the client the distributor belongs to |
ClientName | String | Name of the client |