latestOpenAPI 3.0.12026-08-101936151.3 KB
61701b027c74
Testing endpoints for Postbox API
Upload a document and create a Postbox item for a person
Uploads a document and creates a Postbox item for the person 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/persons/{person_id}/postbox
Path parameters
person_idstring required
ID of the person.
Response
The Postbox document and its item were created successfully.