Getting Started
Menu
Catalog Update
Menu
Order Management
Menu
Total Sales
Menu
Suppliers Details
Menu
Buyers Details
Menu
Buyers Details
Update customer number
Updating the customer number can be done using the following URL:
Request:
Method: POST
URL: /api/v1/supplierApi/updateCustomerNumber
Body:
Field Name | Type | Mandatory | Field Description |
---|---|---|---|
OperatorId | Number | True | The buyers operator number |
CustomerNumber | String | True | The customer number that will be updated |
Body sample:
{
"OperatorId": 131851,
"CustomerNumber": "100"
}
Response:
"ok"
Success is status 200