Use Case for Inactivating a Vendor

Use the PATCH command and enable the Inactive box in the request body.

          PATCH {{REST_SERVICES}}/record/v1/vendor/<id>/
{
    "isinactive": true
} 

        

Related Topics

General Notices