POST api/v1/{posId}/receiptcopies

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

None.

Body Parameters

ReceiptCopy
NameDescriptionTypeAdditional information
Key

string

None.

Id

integer

None.

StoreId

string

None.

SalesInvoiceHeadNo

string

None.

PrintDate

date

None.

IsManual

boolean

None.

CashRegSettlementNo

string

None.

PosId

string

None.

IsReturn

boolean

None.

IsSyncedToMaster

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Key": "sample string 3",
  "Id": 1,
  "StoreId": "sample string 2",
  "SalesInvoiceHeadNo": "sample string 3",
  "PrintDate": "2025-12-06T05:45:06.1558389+01:00",
  "IsManual": true,
  "CashRegSettlementNo": "sample string 6",
  "PosId": "sample string 7",
  "IsReturn": true,
  "IsSyncedToMaster": true
}

text/html

Sample:
{"Key":"sample string 3","Id":1,"StoreId":"sample string 2","SalesInvoiceHeadNo":"sample string 3","PrintDate":"2025-12-06T05:45:06.1558389+01:00","IsManual":true,"CashRegSettlementNo":"sample string 6","PosId":"sample string 7","IsReturn":true,"IsSyncedToMaster":true}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<Root>
  <Data>
    <Key>sample string 3</Key>
    <Id>1</Id>
    <StoreId>sample string 2</StoreId>
    <SalesInvoiceHeadNo>sample string 3</SalesInvoiceHeadNo>
    <PrintDate>2025-12-06T05:45:06.1558389+01:00</PrintDate>
    <IsManual>true</IsManual>
    <CashRegSettlementNo>sample string 6</CashRegSettlementNo>
    <PosId>sample string 7</PosId>
    <IsReturn>true</IsReturn>
    <IsSyncedToMaster>true</IsSyncedToMaster>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<Root>
  <Data>sample string 1</Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.