Getting Started

Catalog Update

Order Management

Total Sales

Suppliers Details

Buyers Details

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