Get the financial document of a Sales Order
This endpoint is deprecated.
POST
/api/RPC.common.Api.So.getSoInvoicePdf?token=<TOKEN>Parameters
| Field | Type | Description |
|---|---|---|
numrequired | String | Sales Order ID |
blank_name | String | Template 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