Use Case for Setting Credit Limit for a Vendor

Use the PATCH command and set the credit limit in the request body.

          PATCH {{REST_SERVICES}}/record/v1/vendor/<id>/
{
    "creditlimit": 10000
} 

        

Related Topics

General Notices