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. |
|
| NetBalance | 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
Sample:
Sample not available.
text/json
Sample:
Sample not available.
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>f4e96203-6bf7-428b-995f-461bd7106a06</AreaGuid> <AreaName>sample string 3</AreaName> <CancelReason>sample string 22</CancelReason> <CanceledBy>18634318-b9cf-4508-ac80-3a9495738c2a</CanceledBy> <CounterAccount>20bc9440-dab7-40a1-a3f9-d6de9b430168</CounterAccount> <CounterID>1</CounterID> <ESCounterGroup>fb8ab8d8-5a9b-4ef6-8f30-05c4a37eab03</ESCounterGroup> <IsCanceled>true</IsCanceled> <Lat>1.1</Lat> <Lon>1.1</Lon> <NetBalance>9</NetBalance> <PReceipGuid>75cc552a-9f35-4939-8023-93e70d513c11</PReceipGuid> <Posted>true</Posted> <Printed>true</Printed> <PrintedCount>18</PrintedCount> <ReceiptDate>2026-06-17T15:11:35.4085411+03:00</ReceiptDate> <ReceiptDescription>sample string 23</ReceiptDescription> <ReceiptEntryType>Offline</ReceiptEntryType> <ReceiptGroup i:nil="true" /> <ReceiptGuid>c3dfd70a-6578-46ae-851b-19e72a3fe105</ReceiptGuid> <ReceiptNo>15</ReceiptNo> <ReceiptPadNo>16</ReceiptPadNo> <ReceiptTypeID>2bd11f88-bc81-4b4e-bdbd-150a9218b18a</ReceiptTypeID> <RecepitReference>sample string 19</RecepitReference> <ReferenceName>sample string 20</ReferenceName> <UserFullName>sample string 5</UserFullName> <UserGuid>cd4ffb80-aa8d-4332-833e-66d82ec2ef34</UserGuid> <VerifiedBy>b67a18ee-8f49-4481-b2a0-4524d5640e61</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>