• Register

Requisition Attachment

This API allows to upload an attachment file to a Coupa requisition. The file content must be provided as a Base64 encoded string. #### Request URI
#### Request Structure
API field Type Description Mandatory Technical Details
id String Unique identifier of the Coupa requisition where the attachment must be uploaded Y Path parameter
fileName String Name of the file to be uploaded, including its extension Y Request body field
attachment String Base64 encoded content of the file to be uploaded Y Request body field. The value must contain only the Base64 encoded file content
#### Request Example #### Response Structure
API field Type Description Mandatory Technical Details
statusCode String HTTP status code representing the result of the attachment upload operation Y
message String Result message of the operation Y
#### Response Example #### Error Response Example

Docs Navigation