Return the list of the organization debt positions. The due dates interval is mutually exclusive with the payment dates interval.
Path parameters
Organization fiscal code, the fiscal code of the Organization.
Query parameters
Number of elements on one page. Default = 50
Page number. Page value starts from 0
Filter from due_date (if provided use the format yyyy-MM-dd). If not provided will be set to 30 days before the due_date_to.
Filter to due_date (if provided use the format yyyy-MM-dd). If not provided will be set to 30 days after the due_date_from.
Filter from payment_date (if provided use the format yyyy-MM-dd). If not provided will be set to 30 days before the payment_date_to.
Filter to payment_date (if provided use the format yyyy-MM-dd). If not provided will be set to 30 days after the payment_date_from
Filter by debt position status
Order by INSERTED_DATE, COMPANY_NAME, IUPD or STATUS
Direction of ordering
Response
Obtained all organization payment positions.
Example response
{
"payment_position_list": [
{
"paymentOption": [
{
"transfer": [
{
"stamp": {
"provincialResidence": "RM"
}
}
]
}
]
}
]
}