POST api/ESSystem/v1/Receipts/AddSingleReceipt
Request Information
URI Parameters
None.
Body Parameters
ReceiptMobile| Name | Description | Type | Additional information |
|---|---|---|---|
| CounterID | integer |
None. |
|
| AccountName | string |
None. |
|
| AreaName | string |
None. |
|
| AddressDesc | string |
None. |
|
| UserFullName | string |
None. |
|
| ReceiptGuid | globally unique identifier |
None. |
|
| CounterAccount | globally unique identifier |
None. |
|
| Amount | decimal number |
None. |
|
| UserGuid | globally unique identifier |
None. |
|
| AreaGuid | globally unique identifier |
None. |
|
| ESCounterGroup | globally unique identifier |
None. |
|
| Printed | boolean |
None. |
|
| ReceiptDate | date |
None. |
|
| ReceiptNo | integer |
None. |
|
| ReceiptPadNo | integer |
None. |
|
| Posted | boolean |
None. |
|
| PrintedCount | integer |
None. |
|
| Lon | decimal number |
None. |
|
| Lat | decimal number |
None. |
|
| RecepitReference | string |
None. |
|
| ReferenceName | string |
None. |
|
| IsCanceled | boolean |
None. |
|
| CanceledBy | globally unique identifier |
None. |
|
| CancelReason | string |
None. |
|
| VerifiedBy | globally unique identifier |
None. |
|
| ReceiptTypeID | globally unique identifier |
None. |
|
| ReceiptDescription | string |
None. |
|
| PReceipGuid | globally unique identifier |
None. |
|
| ReceiptEntryType | ReceiptEntryType |
None. |
Request Formats
application/json, text/json
Sample:
{
"CounterID": 1,
"AccountName": "sample string 2",
"AreaName": "sample string 3",
"AddressDesc": "sample string 4",
"UserFullName": "sample string 5",
"ReceiptGuid": "3f08aeb3-87f1-4799-8e53-e030477228ef",
"CounterAccount": "d0623bc7-ff19-4c33-b35c-763376bed22b",
"Amount": 8.0,
"UserGuid": "ce3d1737-af46-4ba1-8295-ba9f8eabee5e",
"AreaGuid": "d1cc32a7-0594-42d2-b799-45d7891b3336",
"ESCounterGroup": "66411f8f-e049-494f-b584-276eb86d4478",
"Printed": true,
"ReceiptDate": "2026-04-09T16:02:14.2160383+03:00",
"ReceiptNo": 14,
"ReceiptPadNo": 15,
"Posted": true,
"PrintedCount": 17,
"Lon": 1.1,
"Lat": 1.1,
"RecepitReference": "sample string 18",
"ReferenceName": "sample string 19",
"IsCanceled": true,
"CanceledBy": "c64e3626-bad3-4966-847e-3e2bb4a82fd3",
"CancelReason": "sample string 21",
"VerifiedBy": "5f55b320-4dcc-4602-9a39-0b69e118dbe8",
"ReceiptTypeID": "f74033a1-f2aa-4378-9b3b-d5ed6043f027",
"ReceiptGroup": null,
"ReceiptDescription": "sample string 22",
"PReceipGuid": "e5291f18-e349-424b-a26a-05e629c8b017",
"ReceiptEntryType": 0,
"UserData": {
"ChangePassword": false,
"UserGuid": "00000000-0000-0000-0000-000000000000",
"UserName": null,
"UserFullName": null,
"UserPass": null,
"UserPassword": null,
"IsEnabled": false,
"IsAdmin": false,
"WithAccount": false,
"UserAccount": "00000000-0000-0000-0000-000000000000",
"WithCash": false,
"CashAccount": "00000000-0000-0000-0000-000000000000",
"HashedPassword": null,
"StartInterval": null,
"EndInterval": null,
"IsSuperAdmin": null,
"ServicesPermission": null,
"ESPermissions": null,
"TailoringPermission": null,
"StackPermissions": null,
"AccountingPermission": null
}
}
application/xml, text/xml
Sample:
<ReceiptMobile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccurPluse.Models.Structures.ES"> <AccountName>sample string 2</AccountName> <AddressDesc>sample string 4</AddressDesc> <Amount>8</Amount> <AreaGuid>d1cc32a7-0594-42d2-b799-45d7891b3336</AreaGuid> <AreaName>sample string 3</AreaName> <CancelReason>sample string 21</CancelReason> <CanceledBy>c64e3626-bad3-4966-847e-3e2bb4a82fd3</CanceledBy> <CounterAccount>d0623bc7-ff19-4c33-b35c-763376bed22b</CounterAccount> <CounterID>1</CounterID> <ESCounterGroup>66411f8f-e049-494f-b584-276eb86d4478</ESCounterGroup> <IsCanceled>true</IsCanceled> <Lat>1.1</Lat> <Lon>1.1</Lon> <PReceipGuid>e5291f18-e349-424b-a26a-05e629c8b017</PReceipGuid> <Posted>true</Posted> <Printed>true</Printed> <PrintedCount>17</PrintedCount> <ReceiptDate>2026-04-09T16:02:14.2160383+03:00</ReceiptDate> <ReceiptDescription>sample string 22</ReceiptDescription> <ReceiptEntryType>Offline</ReceiptEntryType> <ReceiptGroup i:nil="true" /> <ReceiptGuid>3f08aeb3-87f1-4799-8e53-e030477228ef</ReceiptGuid> <ReceiptNo>14</ReceiptNo> <ReceiptPadNo>15</ReceiptPadNo> <ReceiptTypeID>f74033a1-f2aa-4378-9b3b-d5ed6043f027</ReceiptTypeID> <RecepitReference>sample string 18</RecepitReference> <ReferenceName>sample string 19</ReferenceName> <UserFullName>sample string 5</UserFullName> <UserGuid>ce3d1737-af46-4ba1-8295-ba9f8eabee5e</UserGuid> <VerifiedBy>5f55b320-4dcc-4602-9a39-0b69e118dbe8</VerifiedBy> </ReceiptMobile>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Error | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Error": 1,
"Message": "sample string 2",
"Data": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Core.Common"> <Data /> <Error>1</Error> <Message>sample string 2</Message> </ApiResult>