The 'Revenue' application of the Core API
Revenue (2.0.0)
Download OpenAPI description
Languages
Servers
https://{environment}.pigello.io
- https://dev.api.pigello.io/revenue/revenueincreases/parkingspotrevenueincreaserow/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://dev.api.pigello.io/revenue/revenueincreases/parkingspotrevenueincreaserow/{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
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "custom_id": "string", "tags": null, "from_date": "2019-08-24", "revenue_row_source": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "merge_rows_after_invoice_periods": 2147483647, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "collection": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "pending_monitor_approval_amount": null, "customer_columns": null, "created_at": "2019-08-24T14:15:22Z", "retroactive_block_contract_rows": [ { … } ], "retroactivity_month_amount": 1, "retroactivity_method": 0, "value_calculation_method": 0, "rounding_method": 0, "pre_merge_revenue_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "actual_increase_value": 0.1, "merged_revenue_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "value_calculation_input": 0.1, "retroactive_contract_rows": [ { … } ] }
- https://dev.api.pigello.io/revenue/revenueincreases/parkingspotrevenueincreaserow/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://dev.api.pigello.io/revenue/revenueincreases/parkingspotrevenueincreaserow/{pk}/' \
-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 '{
"custom_id": "string",
"from_date": "2019-08-24",
"revenue_row_source": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"merge_rows_after_invoice_periods": 2147483647,
"organization": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"collection": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
},
"retroactivity_month_amount": 1,
"retroactivity_method": 0,
"value_calculation_method": 0,
"rounding_method": 0,
"actual_increase_value": 0.1,
"value_calculation_input": 0.1
}'Response
application/json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "custom_id": "string", "tags": null, "from_date": "2019-08-24", "revenue_row_source": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "merge_rows_after_invoice_periods": 2147483647, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "collection": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "pending_monitor_approval_amount": null, "customer_columns": null, "created_at": "2019-08-24T14:15:22Z", "retroactive_block_contract_rows": [ { … } ], "retroactivity_month_amount": 1, "retroactivity_method": 0, "value_calculation_method": 0, "rounding_method": 0, "pre_merge_revenue_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "actual_increase_value": 0.1, "merged_revenue_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "value_calculation_input": 0.1, "retroactive_contract_rows": [ { … } ] }
- https://dev.api.pigello.io/revenue/revenueincreases/parkingspotrevenueincreaserow/{pk}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://dev.api.pigello.io/revenue/revenueincreases/parkingspotrevenueincreaserow/{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'