GET finance/vat/forms/ppo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PPOForm| 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-14T10:21:49.8781635+00:00",
"To": "2025-12-14T10:21:49.8781635+00:00",
"Person": "sample string 4"
},
{
"Name": "sample string 1",
"From": "2025-12-14T10:21:49.8781635+00:00",
"To": "2025-12-14T10:21:49.8781635+00:00",
"Person": "sample string 4"
}
]
text/xml
Sample:
<ArrayOfPPOForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO.Finance.VAT">
<PPOForm>
<From>2025-12-14T10:21:49.8781635+00:00</From>
<Name>sample string 1</Name>
<Person>sample string 4</Person>
<To>2025-12-14T10:21:49.8781635+00:00</To>
</PPOForm>
<PPOForm>
<From>2025-12-14T10:21:49.8781635+00:00</From>
<Name>sample string 1</Name>
<Person>sample string 4</Person>
<To>2025-12-14T10:21:49.8781635+00:00</To>
</PPOForm>
</ArrayOfPPOForm>