Provides fee estimations for the specified record.
Scope | records Deprecated scope name: estimate_record_fees |
App Type | All |
Authorization Type | Access token |
URI | /v4/records/{recordId}/fees/estimate?lang={lang}&fields={fields} |
HTTP Method | PUT |
Automation Version(s) | 7.3.3 |
Field or Parameter | Type | Required | Values | Description | Automation Version |
---|---|---|---|---|---|
code | code{} | No | � | A code identifying an associated item | 7.3.2 |
code.text | string | No | � | The localized display text. | 7.3.2 |
code.value | string | No | � | The value for the specified parameter. | 7.3.2 |
id | long | No | � | The unique identifier for the object, assigned by the Civic Platform server and provided in a response. | 7.3.2 |
notes | string | No | � | A note entered against a fee item. | 7.3.3 |
paymentPeriod | paymentPeriod{} | No | � | The time interval for processing invoices. | 7.3.2 |
paymentPeriod.text | string | No | � | The localized display text. | 7.3.2 |
paymentPeriod.value | string | No | � | The value for the specified parameter. | 7.3.2 |
quantity | double | No | � | The number of units for which the same fee applies. | 7.3.2 |
schedule | schedule{} | No | Get All Fee Schedules for Record Type | Contains parameters that define the fee schedule. | 7.3.2 |
schedule.text | string | No | � | The localized display text. | 7.3.2 |
schedule.value | string | No | � | The value for the specified parameter. | 7.3.2 |
version | version{} | No | � | A unique name or number sequence used to identify the version. This field works with the 'Effective Date' and 'Disabled on Date' fields to determine which version is active. Only one version can be active at a time. | 7.3.2 |
version.text | string | No | � | The localized display text. | 7.3.2 |
version.value | string | No | � | The value for the specified parameter. | 7.3.2 |
fields | string | No | � | Comma-delimited names of fields to be returned in the response. Note: Field names are case-sensitive and only first-level fields are supported. Invalid field names are ignored. | 7.3.2 |
lang | String | No | � | Indicates the language applied. | 7.3.2 |
recordId | string | Yes | Get All Records Search Records Get My Records | The unique ID associated with a record. | 7.3.2 |