[v2.6] DocumentUpload

Overview

This endpoint allows the user to directly upload documents to a business transaction without going through the user interface.


POST /DocumentUpload


 Request Body
PropertyData TypeNotes
documentTypeNamestringThe document group defined in SCC to hold the type of document being uploaded.
businessTransactionTypeenum
  • PurchaseOrder
  • Shipment
  • TransportationTender
  • FreightInvoice
transactionTypeNamestringThe transaction type tied to the business transaction being updated. 
referenceNumstringThe reference number of the business transaction being updated. 
fileNamestringFile name being uploaded.
documentDataBlobstringFile contents. 

 Response
PropertyData TypeNotes
documentTypeNamestring
referenceNumstring
fileNamestring
errorMessagesstring

Feedback

Submit feedback.