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"
}
}
]
}
]
}
]
}Changes
Changed in 5 of the 17 revisions of this API.328
- ○
the endpoint scheme security
Authorizationwas removed from the APIapi-security-removed
- ○
added the non-success response with the status
403response-non-success-status-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
for the
queryrequest parameterlimit, default value was changed from50to10request-parameter-default-value-changed
- ▲
for the
queryrequest parameterlimit, the max was decreased from100.00to50.00request-parameter-max-decreased
- ●
removed the optional property
payment_position_list/items/acafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
payment_position_list/items/payStandInfrom the response with the200statusresponse-optional-property-removed
- ○
the
queryrequest parameterpagebecame optionalrequest-parameter-became-optional
- ○
added the optional property
payment_position_list/items/paymentOption/items/transfer/items/companyNameto the response with the200statusresponse-optional-property-added
- ▲
- ○
the
acaresponse's property default valuefalsewas added for the status200response-property-default-value-added
- ○
the
payStandInresponse's property default valuetruewas added for the status200response-property-default-value-added
- ○
- ○
added the optional property
payment_position_list/items/acato the response with the200statusresponse-optional-property-added
- ○
added the optional property
payment_position_list/items/payStandInto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
for the
queryrequest parameterorderby, default value was changed fromCOMPANY_NAMEtoINSERTED_DATErequest-parameter-default-value-changed
- ▲