GET finance/vat/forms/opzstat
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OPZSTATForm| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| Person | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"From": "2025-12-10T00:12:59.056137+00:00",
"To": "2025-12-10T00:12:59.056137+00:00",
"Person": "sample string 4"
},
{
"Name": "sample string 1",
"From": "2025-12-10T00:12:59.056137+00:00",
"To": "2025-12-10T00:12:59.056137+00:00",
"Person": "sample string 4"
}
]
text/xml
Sample:
<ArrayOfOPZSTATForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO.Finance.VAT">
<OPZSTATForm>
<From>2025-12-10T00:12:59.056137+00:00</From>
<Name>sample string 1</Name>
<Person>sample string 4</Person>
<To>2025-12-10T00:12:59.056137+00:00</To>
</OPZSTATForm>
<OPZSTATForm>
<From>2025-12-10T00:12:59.056137+00:00</From>
<Name>sample string 1</Name>
<Person>sample string 4</Person>
<To>2025-12-10T00:12:59.056137+00:00</To>
</OPZSTATForm>
</ArrayOfOPZSTATForm>