Use Case for Defining the Preferred Transaction Delivery Methods for a Vendor

Use the PATCH command and enable the desired preferred transaction delivery methods in the request body. In the following example, email and print transactions are enabled.

          PATCH {{REST_SERVICES}}/record/v1/vendor/<id>/
{
    "emailtransactions": true,
    "printtransactions": true
} 

        

Related Topics

General Notices