POST api/v1/{posId}/reconciliation

Request Information

URI Parameters

NameDescriptionTypeAdditional information
posId

string

None.

Body Parameters

Collection of CashRegSettlementReconciliation
NameDescriptionTypeAdditional information
Key

string

None.

CashRegSettlementNo

string

None.

Date

date

None.

LineNo

integer

None.

StoreID

string

None.

Text

string

None.

IsSyncedToMaster

boolean

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Key": "3",
    "CashRegSettlementNo": "sample string 1",
    "Date": "2025-12-06T05:45:38.3749087+01:00",
    "LineNo": 3,
    "StoreID": "sample string 4",
    "Text": "sample string 5",
    "IsSyncedToMaster": true
  },
  {
    "Key": "3",
    "CashRegSettlementNo": "sample string 1",
    "Date": "2025-12-06T05:45:38.3749087+01:00",
    "LineNo": 3,
    "StoreID": "sample string 4",
    "Text": "sample string 5",
    "IsSyncedToMaster": true
  }
]

text/html

Sample:
[{"Key":"3","CashRegSettlementNo":"sample string 1","Date":"2025-12-06T05:45:38.3749087+01:00","LineNo":3,"StoreID":"sample string 4","Text":"sample string 5","IsSyncedToMaster":true},{"Key":"3","CashRegSettlementNo":"sample string 1","Date":"2025-12-06T05:45:38.3749087+01:00","LineNo":3,"StoreID":"sample string 4","Text":"sample string 5","IsSyncedToMaster":true}]

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<Root>
  <Data>
    <Key>3</Key>
    <CashRegSettlementNo>sample string 1</CashRegSettlementNo>
    <Date>2025-12-06T05:45:38.3749087+01:00</Date>
    <LineNo>3</LineNo>
    <StoreID>sample string 4</StoreID>
    <Text>sample string 5</Text>
    <IsSyncedToMaster>true</IsSyncedToMaster>
  </Data>
  <Data>
    <Key>3</Key>
    <CashRegSettlementNo>sample string 1</CashRegSettlementNo>
    <Date>2025-12-06T05:45:38.3749087+01:00</Date>
    <LineNo>3</LineNo>
    <StoreID>sample string 4</StoreID>
    <Text>sample string 5</Text>
    <IsSyncedToMaster>true</IsSyncedToMaster>
  </Data>
</Root>

application/csv

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

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