Get Sales Orders

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

Key So.get · API version 2.0.0

Parameters

4 body parameters inside data[]
FieldTypeDescription
for_dateStringSales Order date
from_dateStringFrom date
to_dateStringTo date
pos_codeStringPoint of sale (POS)

Request example

Get So:
{
   "data" : [
      {
         "for_date" : "2026-09-03"
      }
   ]
}

cURL

Get So:
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.So.get?token=<TOKEN>"

Response example