Skip to content

Revenue (2.0.0)

The 'Revenue' application of the Core API

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

Othercontractrevenueincreaserow

Operations

Delete 'Othercontractrevenueincreaserow'

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 DELETE \
  'https://dev.api.pigello.io/revenue/revenueincreases/othercontractrevenueincreaserow/{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 deletion

Response
No content

Get 'Othercontractrevenueincreaserow'

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/othercontractrevenueincreaserow/{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
rounding_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum0123
actual_increase_valuenumber(float)required
retroactivity_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012
merge_rows_after_invoice_periodsinteger(int32)<= 2147483647required
value_calculation_inputnumber(float)required
revenue_row_sourceobject(Othercontractrevenuerow)required

Additional Validation Information:

Must be unique

revenue_row_source.​idstring(uuid)
from_datestring(date)required
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

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

Update 'Othercontractrevenueincreaserow'

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
Bodyapplication/json
rounding_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum0123
actual_increase_valuenumber(float)required
retroactivity_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012
merge_rows_after_invoice_periodsinteger(int32)<= 2147483647required
value_calculation_inputnumber(float)required
revenue_row_sourceobject(Othercontractrevenuerow)required

Additional Validation Information:

Must be unique

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

Responses

Successful update

Bodyapplication/json
rounding_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum0123
actual_increase_valuenumber(float)required
retroactivity_methodinteger(int32)[ -2147483648 .. 2147483647 ]required
Enum012
merge_rows_after_invoice_periodsinteger(int32)<= 2147483647required
value_calculation_inputnumber(float)required
revenue_row_sourceobject(Othercontractrevenuerow)required

Additional Validation Information:

Must be unique

revenue_row_source.​idstring(uuid)
from_datestring(date)required
idstring(uuid)read-onlyrequired

Additional Validation Information:

Must be unique

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

Industrialpremisesrevenueincreaserow

Operations

Parkingspotcontractrevenueincreaserow

Operations

Outdoorsectionrevenueincreaserow

Operations

Parkingspotrevenueincreaserow

Operations

Apartmentrevenueincreaserow

Operations

Outdoorsectioncontractrevenueincreaserow

Operations

Apartmentcontractrevenueincreaserow

Operations

Revenueincreasecollection

Operations

Industrialpremisescontractrevenueincreaserow

Operations

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