POST pos/drawerentries
Authorized only.
Request Information
URI Parameters
None.
Body Parameters
ApiPushRequestOfDrawerEntryApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Inserted | Collection of DrawerEntryApiModel |
None. |
|
| Updated | Collection of DrawerEntryApiModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Inserted": [
{
"EntryTypeId": 1,
"CashRegisterId": 2,
"CashRegisterMobileId": 1,
"EmployeeId": 3,
"OrderId": 1,
"OrderMobileId": 1,
"PaymentId": 1,
"PaymentMobileId": 1,
"Amount": 4.0,
"EntryDate": "2026-08-23T21:53:27.609583+00:00",
"Notes": "sample string 6",
"InternalMobileId": 7,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
},
{
"EntryTypeId": 1,
"CashRegisterId": 2,
"CashRegisterMobileId": 1,
"EmployeeId": 3,
"OrderId": 1,
"OrderMobileId": 1,
"PaymentId": 1,
"PaymentMobileId": 1,
"Amount": 4.0,
"EntryDate": "2026-08-23T21:53:27.609583+00:00",
"Notes": "sample string 6",
"InternalMobileId": 7,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
}
],
"Updated": [
{
"EntryTypeId": 1,
"CashRegisterId": 2,
"CashRegisterMobileId": 1,
"EmployeeId": 3,
"OrderId": 1,
"OrderMobileId": 1,
"PaymentId": 1,
"PaymentMobileId": 1,
"Amount": 4.0,
"EntryDate": "2026-08-23T21:53:27.609583+00:00",
"Notes": "sample string 6",
"InternalMobileId": 7,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
},
{
"EntryTypeId": 1,
"CashRegisterId": 2,
"CashRegisterMobileId": 1,
"EmployeeId": 3,
"OrderId": 1,
"OrderMobileId": 1,
"PaymentId": 1,
"PaymentMobileId": 1,
"Amount": 4.0,
"EntryDate": "2026-08-23T21:53:27.609583+00:00",
"Notes": "sample string 6",
"InternalMobileId": 7,
"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">7</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">4</Amount>
<CashRegisterId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</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">3</EmployeeId>
<EntryDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2026-08-23T21:53:27.609583+00:00</EntryDate>
<EntryTypeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</EntryTypeId>
<Notes xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 6</Notes>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</OrderId>
<OrderMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</OrderMobileId>
<PaymentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</PaymentId>
<PaymentMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</PaymentMobileId>
</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">7</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">4</Amount>
<CashRegisterId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</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">3</EmployeeId>
<EntryDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2026-08-23T21:53:27.609583+00:00</EntryDate>
<EntryTypeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</EntryTypeId>
<Notes xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 6</Notes>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</OrderId>
<OrderMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</OrderMobileId>
<PaymentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</PaymentId>
<PaymentMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</PaymentMobileId>
</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">7</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">4</Amount>
<CashRegisterId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</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">3</EmployeeId>
<EntryDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2026-08-23T21:53:27.609583+00:00</EntryDate>
<EntryTypeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</EntryTypeId>
<Notes xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 6</Notes>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</OrderId>
<OrderMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</OrderMobileId>
<PaymentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</PaymentId>
<PaymentMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</PaymentMobileId>
</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">7</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">4</Amount>
<CashRegisterId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2</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">3</EmployeeId>
<EntryDate xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">2026-08-23T21:53:27.609583+00:00</EntryDate>
<EntryTypeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</EntryTypeId>
<Notes xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">sample string 6</Notes>
<OrderId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</OrderId>
<OrderMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</OrderMobileId>
<PaymentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</PaymentId>
<PaymentMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile">1</PaymentMobileId>
</d2p1:DrawerEntryApiModel>
</Updated>
</ApiPushRequestOfDrawerEntryApiModelSoOqNYiB>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |