The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /csv/reply/GetInvoiceRequest HTTP/1.1
Host: s1-api-tst.fource.nl
Content-Type: text/csv
Content-Length: length
IsMagentoOrderNumber,Reference
False,String
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
Pdfs,MagentoReference,CustomerName,CustomerEmailAddress,Invoices
[String],String,String,String,"[{invoiceReference:String,invoiceDateTime:String,totalPaymentAmount:String,totalVatAmount:String}]"