Get Purchase Orders
This endpoint is deprecated.
POST
/api/RPC.common.Api.Po.get?token=<TOKEN>Parameters
| Field | Type | Description |
|---|---|---|
for_date | String | Purchase Order date |
from_date | String | From date |
to_date | String | To date |
Request example
Get Po:
{
"data" : [
{
"for_date" : "2026-09-03"
}
]
}cURL
Get Po:
curl -X POST -H 'Content-Type: application/json; charset=utf-8' -d '{ "data" : [ { "for_date" : "2026-09-03" } ]}' "https://<DOMAIN_NAME>/api/RPC.common.Api.Po.get?token=<TOKEN>"Response example