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