The 'Brf' application of the Core API
/
Create 'Brfapartmentpledg...
Brf (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
- https://dev.api.pigello.io/brf/common/brfapartmentpledge/list/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/brf/common/brfapartmentpledge/list/ \
-H 'Content-Type: application/json' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
-d '[
{
"reference": "string",
"removal_notation_date": "2019-08-24",
"removal_notation_by": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"notation_by": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"custom_id": "string",
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"from_date": "2019-08-24",
"notation_date": "2019-08-24",
"brf_apartment": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"creditor": "string"
}
]'Response
application/json
[ { "reference": "string", "removal_notation_date": "2019-08-24", "removal_notation_by": { … }, "customer_columns": null, "notation_by": { … }, "created_at": "2019-08-24T14:15:22Z", "tags": null, "custom_id": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organization": { … }, "from_date": "2019-08-24", "pending_monitor_approval_amount": null, "notation_date": "2019-08-24", "brf_apartment": { … }, "creditor": "string" } ]
- https://dev.api.pigello.io/brf/common/brfapartmentpledge/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/brf/common/brfapartmentpledge/ \
-H 'Content-Type: application/json' \
-H 'X-PIGELLO-APPLICATION-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-CT: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-ENTITY: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CLIENT-SECRET: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-CUSTOMER-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-ID: YOUR_API_KEY_HERE' \
-H 'X-PIGELLO-SERVICE-VERSION-ID: YOUR_API_KEY_HERE' \
-d '{
"reference": "string",
"removal_notation_date": "2019-08-24",
"removal_notation_by": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"notation_by": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"custom_id": "string",
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"from_date": "2019-08-24",
"notation_date": "2019-08-24",
"brf_apartment": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"creditor": "string"
}'Response
application/json
{ "reference": "string", "removal_notation_date": "2019-08-24", "removal_notation_by": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "customer_columns": null, "notation_by": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "created_at": "2019-08-24T14:15:22Z", "tags": null, "custom_id": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "from_date": "2019-08-24", "pending_monitor_approval_amount": null, "notation_date": "2019-08-24", "brf_apartment": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "creditor": "string" }