GET api/v1/GetPagamentiOKO/{dataDa}/{dataA}/{tipoSh}/{shopId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dataDa | string |
Required |
|
dataA | string |
Required |
|
tipoSh | string |
Required |
|
shopId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PagamentiOKOName | Description | Type | Additional information |
---|---|---|---|
tipo | string |
None. |
|
dataGiorno | date |
None. |
|
nrKO | integer |
None. |
|
TotaleKO | decimal number |
None. |
|
nrOK | integer |
None. |
|
TotaleOK | decimal number |
None. |
|
KO_ | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "tipo": "sample string 1", "dataGiorno": "2024-12-29T16:55:04.0774117+01:00", "nrKO": 1, "totaleKO": 1.0, "nrOK": 1, "totaleOK": 1.0, "kO_": 1.0 }, { "tipo": "sample string 1", "dataGiorno": "2024-12-29T16:55:04.0774117+01:00", "nrKO": 1, "totaleKO": 1.0, "nrOK": 1, "totaleOK": 1.0, "kO_": 1.0 } ]
text/plain
Sample:
[{"tipo":"sample string 1","dataGiorno":"2024-12-29T16:55:04.0774117+01:00","nrKO":1,"totaleKO":1.0,"nrOK":1,"totaleOK":1.0,"kO_":1.0},{"tipo":"sample string 1","dataGiorno":"2024-12-29T16:55:04.0774117+01:00","nrKO":1,"totaleKO":1.0,"nrOK":1,"totaleOK":1.0,"kO_":1.0}]
application/xml, text/xml
Sample:
<ArrayOfPagamentiOKO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Customer.BL.Models.Order"> <PagamentiOKO> <KO_>1</KO_> <TotaleKO>1</TotaleKO> <TotaleOK>1</TotaleOK> <dataGiorno>2024-12-29T16:55:04.0774117+01:00</dataGiorno> <nrKO>1</nrKO> <nrOK>1</nrOK> <tipo>sample string 1</tipo> </PagamentiOKO> <PagamentiOKO> <KO_>1</KO_> <TotaleKO>1</TotaleKO> <TotaleOK>1</TotaleOK> <dataGiorno>2024-12-29T16:55:04.0774117+01:00</dataGiorno> <nrKO>1</nrKO> <nrOK>1</nrOK> <tipo>sample string 1</tipo> </PagamentiOKO> </ArrayOfPagamentiOKO>
application/octet-stream
Sample:
[{"tipo":"sample string 1","dataGiorno":"2024-12-29T16:55:04.0774117+01:00","nrKO":1,"TotaleKO":1.0,"nrOK":1,"TotaleOK":1.0,"KO_":1.0},{"tipo":"sample string 1","dataGiorno":"2024-12-29T16:55:04.0774117+01:00","nrKO":1,"TotaleKO":1.0,"nrOK":1,"TotaleOK":1.0,"KO_":1.0}]
text/javascript, application/javascript, application/json-p
Sample:
([{"tipo":"sample string 1","dataGiorno":"2024-12-29T16:55:04.0774117+01:00","nrKO":1,"totaleKO":1.0,"nrOK":1,"totaleOK":1.0,"kO_":1.0},{"tipo":"sample string 1","dataGiorno":"2024-12-29T16:55:04.0774117+01:00","nrKO":1,"totaleKO":1.0,"nrOK":1,"totaleOK":1.0,"kO_":1.0}]);