Outlet bills
Add outlet bills
Adds new outlet bills with their items.
Request
[PlatformAddress]/api/connector/v1/outletBills/add
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
Bills
required
The new outlet bills.
Outlet bill parameters
OutletId
string
required
Number
string
required
Number of the bill.
Notes
string
optional
Additional notes on the bill.
ClosedUtc
string
required
Date and time of the bill closure in UTC timezone in ISO 8601 format.
Items
required
The items on the bill.
Outlet item parameters
Type
required
Type of the item.
Name
string
required
Name of the item.
UnitCount
number
required
Unit count of the item.
UnitAmount
required
Unit amount of the item.
ConsumedUtc
string
required
Date and time of the item consumption in UTC timezone in ISO 8601 format.
ExternalIdentifier
string
optional
An identifier of this item from another system.
Notes
string
optional
Additional notes of the item.
AccountingCategoryId
string
optional
Response
OutletBillIds
array of string
required
Array of unique identifiers of the added Outlet bills.
Last updated