POST api/Order/PostCashDrawerLog

Post Cash Drawer Log

Request Information

URI Parameters

None.

Body Parameters

Cash Drawer Log Mode

CashDrawerLog
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CashDrawerId

globally unique identifier

None.

CashDrawer

CashDrawer

None.

ActivityDate

date

None.

ActivityType

DrawerActivityType

None.

UserId

string

None.

Amount

decimal number

None.

OrderId

globally unique identifier

None.

Synced

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "<Id>k__BackingField": "a957a137-74ef-4a5e-850f-4dad0c152899",
  "<CashDrawerId>k__BackingField": "a64c4823-31cd-41c4-b784-21d685d35425",
  "<CashDrawer>k__BackingField": {
    "$id": "2",
    "Id": "6878f49a-ecdd-4c84-a257-3e775ca42688",
    "Name": "sample string 2",
    "Location": "sample string 3",
    "UserId": "sample string 4",
    "TerminalId": "b512f340-f7b8-468f-b313-362e5c157467",
    "ConnectionString": "sample string 6",
    "Logs": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ]
  },
  "<ActivityDate>k__BackingField": "2024-05-16T18:28:00.0200698+02:00",
  "<ActivityType>k__BackingField": 1,
  "<UserId>k__BackingField": "sample string 4",
  "<Amount>k__BackingField": 5.0,
  "<OrderId>k__BackingField": "ff681bcf-29d7-4d1e-942f-6b153fc3979d",
  "<Synced>k__BackingField": 7
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.