Push sale to eTIMS

Fiscalises an invoice or credit note sale with KRA.

POSThttps://api.tracksales.co/api/v1/etims/sales/{saleUuid}/push

Required scope: etims:create

Path Params

saleUuidstringrequired

Sale / invoice UUID

Body Params

location_idinteger

Branch location ID

credit_noteboolean

Set true for credit notes

original_sale_idinteger

Original invoice ID for credit notes

Responses

200OK

Request succeeded.

401Unauthorized

API key is missing or invalid.

403Forbidden

API key lacks the required scope.

404Not Found

Sale was not found.

422Validation Error

Request validation failed.