Get the financial document of a Sales Order

This endpoint is deprecated.
POST/api/RPC.common.Api.So.getSoInvoicePdf?token=<TOKEN>

Key So.getSoInvoicePdf · API version 2.0.0

Parameters

2 body parameters inside data[]
FieldTypeDescription
numrequiredStringSales Order ID
blank_nameStringTemplate name

Request example

Request:
{
   "data" : [
      {
         "blank_name" : "test",
         "num" : "CO10000183"
      }
   ]
}

cURL

Request:
curl -X POST -H 'Content-Type: application/json; charset=utf-8' -d '{   "data" : [      {         "blank_name" : "test",         "num" : "CO10000183"      }   ]}' "https://<DOMAIN_NAME>/api/RPC.common.Api.So.getSoInvoicePdf?token=<TOKEN>"

Response example