Skip to content

Revenue (2.0.0)

The 'Revenue' application of the Core API

Languages
Servers
https://{environment}.pigello.io

Othercontractrevenueincreaserow

Operations

Industrialpremisesrevenueincreaserow

Operations

Parkingspotcontractrevenueincreaserow

Operations

Outdoorsectionrevenueincreaserow

Operations

Parkingspotrevenueincreaserow

Operations

Apartmentrevenueincreaserow

Operations

Outdoorsectioncontractrevenueincreaserow

Operations

Apartmentcontractrevenueincreaserow

Operations

Revenueincreasecollection

Operations

Industrialpremisescontractrevenueincreaserow

Operations

Get 'Industrialpremisescontractrevenueincreaserow'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Path
pkstringwrite-onlyrequired
curl -i -X GET \
  'https://dev.api.pigello.io/revenue/revenueincreases/industrialpremisescontractrevenueincreaserow/{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'

Responses

Successful selection

Bodyapplication/json
value_calculation_inputnumber(float)required
retroactivity_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012
value_calculation_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012345
actual_increase_valuenumber(float)required
rounding_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum0123
collectionobject(Revenueincreasecollection)required
collection.​idstring(uuid)
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

merge_rows_after_invoice_periodsinteger(int32)<= 2147483647required
from_datestring(date)required
revenue_row_sourceobject(Industrialpremisescontractrevenuerow)required

Additional Validation Information:

Must be unique

revenue_row_source.​idstring(uuid)
pre_merge_revenue_rowobject or null(Industrialpremisescontractrevenuerow)read-only
customer_columnsanyread-only
retroactive_contract_rowobject or null(Industrialpremisescontractrevenuerow)read-only
retroactivity_month_amountinteger or null(int32)[ 1 .. 2147483647 ]
custom_idstring or null<= 128 characters
created_atstring(date-time)read-only
organizationobject or null(Organization)
pending_monitor_approval_amountanyread-only
merged_revenue_rowobject or null(Industrialpremisescontractrevenuerow)read-only
tagsanyread-only
Response
application/json
{ "value_calculation_input": 0.1, "pre_merge_revenue_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "customer_columns": null, "retroactive_contract_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "retroactivity_month_amount": 1, "retroactivity_method": 0, "custom_id": "string", "created_at": "2019-08-24T14:15:22Z", "value_calculation_method": 0, "actual_increase_value": 0.1, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "pending_monitor_approval_amount": null, "rounding_method": 0, "collection": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "merged_revenue_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "tags": null, "merge_rows_after_invoice_periods": 2147483647, "from_date": "2019-08-24", "revenue_row_source": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }

Create 'Industrialpremisescontractrevenueincreaserow'

Request

Security
customer_id and application_id and service_id and service_version_id and client_ct and client_object_id and client_secret
Bodyapplication/json
value_calculation_inputnumber(float)required
retroactivity_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012
value_calculation_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012345
actual_increase_valuenumber(float)required
rounding_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum0123
collectionobject(Revenueincreasecollection)required
collection.​idstring(uuid)
merge_rows_after_invoice_periodsinteger(int32)<= 2147483647required
from_datestring(date)required
revenue_row_sourceobject(Industrialpremisescontractrevenuerow)required

Additional Validation Information:

Must be unique

revenue_row_source.​idstring(uuid)
retroactivity_month_amountinteger or null(int32)[ 1 .. 2147483647 ]
custom_idstring or null<= 128 characters
organizationobject or null(Organization)
curl -i -X POST \
  https://dev.api.pigello.io/revenue/revenueincreases/industrialpremisescontractrevenueincreaserow/ \
  -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,
    "retroactivity_month_amount": 1,
    "retroactivity_method": 0,
    "custom_id": "string",
    "value_calculation_method": 0,
    "actual_increase_value": 0.1,
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "rounding_method": 0,
    "collection": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    },
    "merge_rows_after_invoice_periods": 2147483647,
    "from_date": "2019-08-24",
    "revenue_row_source": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
    }
  }'

Responses

Successful creation

Bodyapplication/json
value_calculation_inputnumber(float)required
retroactivity_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012
value_calculation_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012345
actual_increase_valuenumber(float)required
rounding_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum0123
collectionobject(Revenueincreasecollection)required
collection.​idstring(uuid)
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

merge_rows_after_invoice_periodsinteger(int32)<= 2147483647required
from_datestring(date)required
revenue_row_sourceobject(Industrialpremisescontractrevenuerow)required

Additional Validation Information:

Must be unique

revenue_row_source.​idstring(uuid)
pre_merge_revenue_rowobject or null(Industrialpremisescontractrevenuerow)read-only
customer_columnsanyread-only
retroactive_contract_rowobject or null(Industrialpremisescontractrevenuerow)read-only
retroactivity_month_amountinteger or null(int32)[ 1 .. 2147483647 ]
custom_idstring or null<= 128 characters
created_atstring(date-time)read-only
organizationobject or null(Organization)
pending_monitor_approval_amountanyread-only
merged_revenue_rowobject or null(Industrialpremisescontractrevenuerow)read-only
tagsanyread-only
Response
application/json
{ "value_calculation_input": 0.1, "pre_merge_revenue_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "customer_columns": null, "retroactive_contract_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "retroactivity_month_amount": 1, "retroactivity_method": 0, "custom_id": "string", "created_at": "2019-08-24T14:15:22Z", "value_calculation_method": 0, "actual_increase_value": 0.1, "organization": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "pending_monitor_approval_amount": null, "rounding_method": 0, "collection": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "merged_revenue_row": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" }, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "tags": null, "merge_rows_after_invoice_periods": 2147483647, "from_date": "2019-08-24", "revenue_row_source": { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08" } }

Customerearningsreport

Operations

Customerearningsrevenuesetting

Operations

Indexationsettingusage

Operations

Indexationsetting

Operations

Indexationtable

Operations

Indexationtablerow

Operations

Retroactiveparkingspotrevenueproposal

Operations

Retroactivebrfapartmentrevenueproposal

Operations

Retroactiveoutdoorsectionrevenueproposal

Operations

Retroactiveapartmentrevenueproposal

Operations

Retroactiveindustrialpremisesrevenueproposal

Operations

Automaticdistributiontaxationconnector

Operations

Brfapartmentrevenuerow

Operations

Blockcontractrevenuerow

Operations

Brfapartmentinvoiceconfigurationrevenuerow

Operations

Automaticdistributiontypevalue

Operations

Automaticdistributiontype

Operations

Automaticdistributionquota

Operations