<sync_token>
[
{
"article_id": "string",
"store_id": "string",
"transaction_date": "2019-08-24",
"transaction_type": "string",
"tax_perc": 0,
"cost_price_without_tax": 0,
"selling_price_without_tax": 0,
"delta": 0,
"ts": "string"
}
]
curl --location --request POST 'https://test.your-api-server.com/tx/stock_ledger/' \
--header 'X-SYNC-TOKEN;' \
--header 'Accept-Encoding;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"article_id": "string",
"store_id": "string",
"transaction_date": "2019-08-24",
"transaction_type": "string",
"tax_perc": 0,
"cost_price_without_tax": 0,
"selling_price_without_tax": 0,
"delta": 0,
"ts": "string"
}
]'
{
"status": "string",
"message": "string"
}