POST pos/drawerentries

Authorized only.

Request Information

URI Parameters

None.

Body Parameters

ApiPushRequestOfDrawerEntryApiModel
NameDescriptionTypeAdditional information
Inserted

Collection of DrawerEntryApiModel

None.

Updated

Collection of DrawerEntryApiModel

None.

Request Formats

application/json, text/json

Sample:
{
  "Inserted": [
    {
      "CashRegisterId": 1,
      "CashRegisterMobileId": 1,
      "EmployeeId": 2,
      "Amount": 3.0,
      "EntryDate": "2024-10-18T01:16:23.5374606-04:00",
      "Notes": "sample string 5",
      "InternalMobileId": 6,
      "Id": 1,
      "MobileId": 1,
      "IsInserted": true,
      "IsUpdated": true,
      "IsDeleted": true
    },
    {
      "CashRegisterId": 1,
      "CashRegisterMobileId": 1,
      "EmployeeId": 2,
      "Amount": 3.0,
      "EntryDate": "2024-10-18T01:16:23.5374606-04:00",
      "Notes": "sample string 5",
      "InternalMobileId": 6,
      "Id": 1,
      "MobileId": 1,
      "IsInserted": true,
      "IsUpdated": true,
      "IsDeleted": true
    }
  ],
  "Updated": [
    {
      "CashRegisterId": 1,
      "CashRegisterMobileId": 1,
      "EmployeeId": 2,
      "Amount": 3.0,
      "EntryDate": "2024-10-18T01:16:23.5374606-04:00",
      "Notes": "sample string 5",
      "InternalMobileId": 6,
      "Id": 1,
      "MobileId": 1,
      "IsInserted": true,
      "IsUpdated": true,
      "IsDeleted": true
    },
    {
      "CashRegisterId": 1,
      "CashRegisterMobileId": 1,
      "EmployeeId": 2,
      "Amount": 3.0,
      "EntryDate": "2024-10-18T01:16:23.5374606-04:00",
      "Notes": "sample string 5",
      "InternalMobileId": 6,
      "Id": 1,
      "MobileId": 1,
      "IsInserted": true,
      "IsUpdated": true,
      "IsDeleted": true
    }
  ]
}

application/xml, text/xml

Sample:
<ApiPushRequestOfDrawerEntryApiModelSoOqNYiB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api">
  <Inserted xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Data.Mapping.Mobile.Catalog">
    <d2p1:DrawerEntryApiModel>
      <Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
      <InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">6</InternalMobileId>
      <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
      <IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
      <IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
      <MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
      <Amount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">3</Amount>
      <CashRegisterId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CashRegisterId>
      <CashRegisterMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CashRegisterMobileId>
      <EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</EmployeeId>
      <EntryDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2024-10-18T01:16:23.5374606-04:00</EntryDate>
      <Notes xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 5</Notes>
    </d2p1:DrawerEntryApiModel>
    <d2p1:DrawerEntryApiModel>
      <Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
      <InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">6</InternalMobileId>
      <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
      <IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
      <IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
      <MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
      <Amount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">3</Amount>
      <CashRegisterId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CashRegisterId>
      <CashRegisterMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CashRegisterMobileId>
      <EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</EmployeeId>
      <EntryDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2024-10-18T01:16:23.5374606-04:00</EntryDate>
      <Notes xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 5</Notes>
    </d2p1:DrawerEntryApiModel>
  </Inserted>
  <Updated xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Data.Mapping.Mobile.Catalog">
    <d2p1:DrawerEntryApiModel>
      <Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
      <InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">6</InternalMobileId>
      <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
      <IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
      <IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
      <MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
      <Amount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">3</Amount>
      <CashRegisterId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CashRegisterId>
      <CashRegisterMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CashRegisterMobileId>
      <EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</EmployeeId>
      <EntryDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2024-10-18T01:16:23.5374606-04:00</EntryDate>
      <Notes xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 5</Notes>
    </d2p1:DrawerEntryApiModel>
    <d2p1:DrawerEntryApiModel>
      <Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
      <InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">6</InternalMobileId>
      <IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
      <IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
      <IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
      <MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
      <Amount xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">3</Amount>
      <CashRegisterId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CashRegisterId>
      <CashRegisterMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</CashRegisterMobileId>
      <EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</EmployeeId>
      <EntryDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2024-10-18T01:16:23.5374606-04:00</EntryDate>
      <Notes xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 5</Notes>
    </d2p1:DrawerEntryApiModel>
  </Updated>
</ApiPushRequestOfDrawerEntryApiModelSoOqNYiB>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.