Documents
Update Document
Updates an existing record or inserts new documents for an imported good based on the provided company ID, report ID, and item ID. The request body must include a valid JSON payload describing the supporting documents.
PUT
Authorizations
Provide your Bearer token in the format: Bearer <your_api_key>
Path Parameters
Unique identifier for the company associated with the imported good documents
Unique identifier for the report associated with the imported good documents
Unique identifier for the item associated with the imported good documents
Body
application/json
Payload for supporting documents
Summary of Struct
Response
200
application/json
Successfully updated or inserted imported good documents
A standard successful API response.