POST Api/Cash/GetCashDocuments
Request Information
URI Parameters
None.
Body Parameters
FeeRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopId | string |
None. |
|
| RecordDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopId": "sample string 1",
"RecordDate": "2025-12-14T08:02:44.5170074+01:00"
}
application/xml, text/xml
Sample:
<FeeRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Service.Web.Models"> <RecordDate>2025-12-14T08:02:44.5170074+01:00</RecordDate> <ShopId>sample string 1</ShopId> </FeeRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SAP_DOC_FISC| Name | Description | Type | Additional information |
|---|---|---|---|
| N_FATT | integer |
None. |
|
| ANNO | integer |
None. |
|
| DATA_CC | date |
None. |
|
| CODICE | string |
None. |
|
| IVA | string |
None. |
|
| TPDOC_CC | string |
None. |
|
| AMM | decimal number |
None. |
|
| TIPO_PAG | string |
None. |
|
| ARTNMAG | string |
None. |
|
| SPLIT_PAYMENT | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"N_FATT": 1,
"ANNO": 2,
"DATA_CC": "2025-12-14T08:02:44.5170074+01:00",
"CODICE": "sample string 4",
"IVA": "sample string 5",
"TPDOC_CC": "sample string 6",
"AMM": 7.0,
"TIPO_PAG": "sample string 8",
"ARTNMAG": "sample string 9",
"SPLIT_PAYMENT": true
},
{
"N_FATT": 1,
"ANNO": 2,
"DATA_CC": "2025-12-14T08:02:44.5170074+01:00",
"CODICE": "sample string 4",
"IVA": "sample string 5",
"TPDOC_CC": "sample string 6",
"AMM": 7.0,
"TIPO_PAG": "sample string 8",
"ARTNMAG": "sample string 9",
"SPLIT_PAYMENT": true
}
]
application/xml, text/xml
Sample:
<ArrayOfSAP_DOC_FISC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HotSteel.Data.Models.Gold">
<SAP_DOC_FISC>
<AMM>7</AMM>
<ANNO>2</ANNO>
<ARTNMAG>sample string 9</ARTNMAG>
<CODICE>sample string 4</CODICE>
<DATA_CC>2025-12-14T08:02:44.5170074+01:00</DATA_CC>
<IVA>sample string 5</IVA>
<N_FATT>1</N_FATT>
<SPLIT_PAYMENT>true</SPLIT_PAYMENT>
<TIPO_PAG>sample string 8</TIPO_PAG>
<TPDOC_CC>sample string 6</TPDOC_CC>
</SAP_DOC_FISC>
<SAP_DOC_FISC>
<AMM>7</AMM>
<ANNO>2</ANNO>
<ARTNMAG>sample string 9</ARTNMAG>
<CODICE>sample string 4</CODICE>
<DATA_CC>2025-12-14T08:02:44.5170074+01:00</DATA_CC>
<IVA>sample string 5</IVA>
<N_FATT>1</N_FATT>
<SPLIT_PAYMENT>true</SPLIT_PAYMENT>
<TIPO_PAG>sample string 8</TIPO_PAG>
<TPDOC_CC>sample string 6</TPDOC_CC>
</SAP_DOC_FISC>
</ArrayOfSAP_DOC_FISC>