Point Of Sale
Add cash count entry
Add a new cash count entry.
post/api/v1/posCashCount/actions/add
Request body
Example request
{
"project": {
"id": "1337"
},
"cashier": {
"id": "1337"
}
}Response
Resource successfully created response
Changes
No recorded changes to this endpoint across all 1 revision of this API.