Hello Team,
Could you please provide an example of the request how to update the Customer’s credit limit?
Or could you provide a link to the API that describes how to update the record at the customer level?
Regards,
Andrew
Page 1 / 1
Hello Andrew,
Here is an example of REST API request.
Method: PUT
URL:
{{sitename}}/entity/Default/20.200.001/Customer
Body:
{
"CustomerID": { "value": "ABARTENDE" },
"CreditVerificationRules":
{
"CreditLimit": { "value": 30.0000 },
"CreditVerification": { "value": "Credit Limit" }
}
}
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.