The 'Brf' application of the Core API
Brf (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
Bodyapplication/json
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: end_date
Additional Validation Information:
This value must be set in an proper order, in relation to the following fields: start_date
- https://dev.api.pigello.io/brf/quotas/quotafee/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://dev.api.pigello.io/brf/quotas/quotafee/ \
-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 '{
"invoice_title": "string",
"article": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"start_date": "2019-08-24",
"end_date": "2019-08-24",
"custom_id": "string",
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"total_value": 0.1,
"quota_collection": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
}'Response
application/json
{ "customer_columns": null, "created_at": "2019-08-24T14:15:22Z", "invoice_title": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "article": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "start_date": "2019-08-24", "end_date": "2019-08-24", "tags": null, "custom_id": "string", "pending_monitor_approval_amount": null, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "total_value": 0.1, "quota_collection": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }
- https://dev.api.pigello.io/brf/quotas/quotafee/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/brf/quotas/quotafee/{pk}/' \
-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'Response
application/json
{ "customer_columns": null, "created_at": "2019-08-24T14:15:22Z", "invoice_title": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "article": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "start_date": "2019-08-24", "end_date": "2019-08-24", "tags": null, "custom_id": "string", "pending_monitor_approval_amount": null, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "total_value": 0.1, "quota_collection": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }
- https://dev.api.pigello.io/brf/quotas/quotafee/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://dev.api.pigello.io/brf/quotas/quotafee/{pk}/' \
-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'