Testing endpoints for Postbox API
Upload a document and create a Postbox item for a business
Uploads a document and creates a Postbox item for the business specified in the request URL. <br> To pass the Postbox item details, you may use either the metadata object or separate request parts (i.e., the request properties document_name, document_type, etc.) If you use the second option, you must set the Content-Type of boolean properties to application/json.
post/v1/businesses/{business_id}/postbox
Path parameters
business_idstring required
ID of the business.
Response
The Postbox document and its item were created successfully.