Fee Schedule

Fee schedule is where you define unique fee structures with special bill rates and cost rates by employee, activity item, expense item or their group. Fee schedule object allows you to perform the following operations:

  • Retrieve a specific fee schedule or a list of fee schedules
  • Create a fee schedule
  • Update a fee schedule
  • Delete a fee schedule

  • cURL
  • NODE.JS
  • PHP
  • C#
  • PYTHON
  • JAVA
NameDescriptionFormatAttributes
name The name of the fee schedulestringMaxLength = 65
Filterable, Sortable
createdById Identifier of the user who created this objectuuidFilterable
createdOn Date and time when this object was created (UTC Now), in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-timeFilterable, Sortable
description The description of the fee schedulestringMaxLength = 100
expenses []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule expense line items
FeeScheduleExpense Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
id Object identifieruuidFilterable
integrationSourceId Identifier of the integration source for this object. This property is only used by internal BQE apps and does not have any significance for external usersstringFilterable, Sortable
lastUpdated Last updated date and time value of this object in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-timeFilterable, Sortable
lastUpdatedById Identifier of the user who last updated this objectuuidFilterable
objectState Represents the state of the object. e.g., new, unchanged, modified or deleted
ObjectState Enumerated type: Click to see possible values and their descriptions.
services []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule service line items
FeeScheduleService Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
status Determines the status of a fee schedule, e.g., active or in-active
FeeScheduleStatus Enumerated type: Click to see possible values and their descriptions.
Filterable
token Represents the token for update operationsint32
version Implements concurrency on this objectbyte

Use this method to retrieve a list of fee schedules. You can optionally pass where, orderBy, and page as query parameters to filter the result. Use the fields parameter to request a subset of the model. By default, a complete model is returned. The expand parameter is used to request nested properties in the model.

Request URL
base_url/feeschedule

Method Overview

HTTP Method:

GET

Content Type:

application/json

Response Format:

json

Requires Authentication?

Yes

Headers:

Access Token

Module:

Fee Schedule

Required Scopes:

read:core

Required Subscription:

View Subscription


Request Parameters asterisk denotes required
NameParameter TypeDescriptionFormat
fields Query Specifies the model properties you want in the response bodystring
where Query Specifies only those records that match an expression in the querystring
orderBy Query Specifies the order of the recordsstring
page Query Specifies the page number and number of records on each pagestring
expand Query Specifies the nested model properties you want in the response bodystring
Response Body
NameDescriptionFormat
name The name of the fee schedulestring
createdById Identifier of the user who created this objectuuid
createdOn Date and time when this object was created (UTC Now), in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
description The description of the fee schedulestring
expenses []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule expense line items
FeeScheduleExpense Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
id Object identifieruuid
integrationSourceId Identifier of the integration source for this object. This property is only used by internal BQE apps and does not have any significance for external usersstring
lastUpdated Last updated date and time value of this object in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
lastUpdatedById Identifier of the user who last updated this objectuuid
objectState Represents the state of the object. e.g., new, unchanged, modified or deleted
ObjectStateEnumerated type: Click to see possible values and their descriptions.
services []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule service line items
FeeScheduleService Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
status Determines the status of a fee schedule, e.g., active or in-active
FeeScheduleStatusEnumerated type: Click to see possible values and their descriptions.
token Represents the token for update operationsint32
version Implements concurrency on this objectbyte
Example Request
Example Response
[
  {
    "name": "FeeSchedule",
    "createdById": "850c731a-2f29-4d88-bb7b-d0121f0179e4",
    "createdOn": "2025-04-24T05:08:32Z",
    "description": "FeeSchedule Description",
    "expenses": [
      {
        "feeScheduleId": "370832e2-90d3-4798-a585-ec06638a6e1e",
        "isResourceGroup": true,
        "itemId": "6b18e2f7-471a-4220-91c7-79a728daf7fc",
        "itemType": null,
        "resourceId": "ad849123-e37a-4208-8094-2a87e1610492",
        "classification": "classification",
        "costAmount": 1,
        "costRate": 1,
        "createdById": "ea82b4df-e908-4da5-a6b5-29378f5c48b4",
        "createdOn": "2025-04-24T05:08:32Z",
        "id": "388eb8bc-b8aa-4d9d-8430-4d5dc3e74a0f",
        "integrationSourceId": "integrationSourceId",
        "item": "item",
        "lastUpdated": "2025-04-24T05:08:32Z",
        "lastUpdatedById": "8c579adf-bd0d-447c-a2f3-5186a32976c8",
        "markup": 1,
        "memo": "memo",
        "objectState": null,
        "priority": 0,
        "resource": "resource",
        "tax1": 1,
        "tax2": 1,
        "tax3": 1,
        "token": 0,
        "version": "U3dhZ2dlciByb2Nrcw=="
      }
    ],
    "id": "59a9021e-e1f4-424a-9a3e-5df87422a75f",
    "integrationSourceId": "integrationSourceId",
    "lastUpdated": "2025-04-24T05:08:32Z",
    "lastUpdatedById": "882581a4-ba0f-4eb1-9734-b9de00a5556d",
    "objectState": null,
    "services": [
      {
        "feeScheduleId": "ab597ed0-c933-4c3c-a2d7-3162e023ead2",
        "isResourceGroup": true,
        "itemId": "b5fab1b8-9293-4261-9eb3-147ee4e04060",
        "itemType": null,
        "resourceId": "8df9b43b-5ef1-4b4a-9410-45284e303e66",
        "billRate": 1,
        "classification": "classification",
        "costRate": 1,
        "createdById": "d320df8e-62d6-40fb-b6bb-bb2d2cb5b8bb",
        "createdOn": "2025-04-24T05:08:32Z",
        "id": "9f7d6abf-c667-4ec7-992e-fbe5329b37cc",
        "integrationSourceId": "integrationSourceId",
        "item": "item",
        "lastUpdated": "2025-04-24T05:08:32Z",
        "lastUpdatedById": "8dea4551-6014-42b7-b639-fe5f4fde9b49",
        "memo": "memo",
        "minimumHours": 1,
        "objectState": null,
        "overtimeMultiplier": 1,
        "priority": 0,
        "resource": "resource",
        "tax1": 1,
        "tax2": 1,
        "tax3": 1,
        "token": 0,
        "version": "U3dhZ2dlciByb2Nrcw=="
      }
    ],
    "status": null,
    "token": 0,
    "version": "U3dhZ2dlciByb2Nrcw=="
  }
]

ccccc Use this method to retrieve a specific fee schedule. Pass id as the parameter.

Request URL
base_url/feeschedule/{id}

Method Overview

HTTP Method:

GET

Content Type:

application/json

Response Format:

json

Requires Authentication?

Yes

Headers:

Access Token

Module:

Fee Schedule

Required Scopes:

read:core

Required Subscription:

View Subscription


Request Parameters asterisk denotes required
NameParameter TypeDescriptionFormat
id Path Fee Schedule identifierstring
Response Body
NameDescriptionFormat
name The name of the fee schedulestring
createdById Identifier of the user who created this objectuuid
createdOn Date and time when this object was created (UTC Now), in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
description The description of the fee schedulestring
expenses []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule expense line items
FeeScheduleExpense Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
id Object identifieruuid
integrationSourceId Identifier of the integration source for this object. This property is only used by internal BQE apps and does not have any significance for external usersstring
lastUpdated Last updated date and time value of this object in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
lastUpdatedById Identifier of the user who last updated this objectuuid
objectState Represents the state of the object. e.g., new, unchanged, modified or deleted
ObjectStateEnumerated type: Click to see possible values and their descriptions.
services []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule service line items
FeeScheduleService Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
status Determines the status of a fee schedule, e.g., active or in-active
FeeScheduleStatusEnumerated type: Click to see possible values and their descriptions.
token Represents the token for update operationsint32
version Implements concurrency on this objectbyte
Example Request
Example Response
{
  "name": "FeeSchedule",
  "createdById": "76daa7ab-722c-441f-a010-58923cd80d07",
  "createdOn": "2025-04-24T05:08:32Z",
  "description": "FeeSchedule Description",
  "expenses": [
    {
      "feeScheduleId": "d401befa-b895-4672-a9e5-d8f6da969f99",
      "isResourceGroup": true,
      "itemId": "e23b61ed-a1f4-43ca-b7e7-01ab0b1848b1",
      "itemType": null,
      "resourceId": "294174b2-f410-4b72-afa7-4537899fac6a",
      "classification": "classification",
      "costAmount": 1,
      "costRate": 1,
      "createdById": "0cf223a5-0b34-47c6-b68f-2d68da767891",
      "createdOn": "2025-04-24T05:08:32Z",
      "id": "01e4234f-6db4-407f-b2e6-68250f03484e",
      "integrationSourceId": "integrationSourceId",
      "item": "item",
      "lastUpdated": "2025-04-24T05:08:32Z",
      "lastUpdatedById": "8f6d0261-f68f-4e69-9fac-6508581c4a1a",
      "markup": 1,
      "memo": "memo",
      "objectState": null,
      "priority": 0,
      "resource": "resource",
      "tax1": 1,
      "tax2": 1,
      "tax3": 1,
      "token": 0,
      "version": "U3dhZ2dlciByb2Nrcw=="
    }
  ],
  "id": "2d786526-2b38-4a68-8c67-3c132523e965",
  "integrationSourceId": "integrationSourceId",
  "lastUpdated": "2025-04-24T05:08:32Z",
  "lastUpdatedById": "23e6049a-9a58-4635-bd21-6bad15910a89",
  "objectState": null,
  "services": [
    {
      "feeScheduleId": "884aea27-03cf-4d04-83a5-bf0c37332d33",
      "isResourceGroup": true,
      "itemId": "4ed25e2e-3e27-4528-a310-457cd9b8f849",
      "itemType": null,
      "resourceId": "bd55b659-acb0-477e-9fd1-3499c2a52413",
      "billRate": 1,
      "classification": "classification",
      "costRate": 1,
      "createdById": "2416c0f9-8bef-4241-b3fc-f48d83ea8439",
      "createdOn": "2025-04-24T05:08:32Z",
      "id": "56135217-3d37-4d94-b0f8-e1985cc3813d",
      "integrationSourceId": "integrationSourceId",
      "item": "item",
      "lastUpdated": "2025-04-24T05:08:32Z",
      "lastUpdatedById": "e4a8271b-670e-4640-acdf-73e7618487ae",
      "memo": "memo",
      "minimumHours": 1,
      "objectState": null,
      "overtimeMultiplier": 1,
      "priority": 0,
      "resource": "resource",
      "tax1": 1,
      "tax2": 1,
      "tax3": 1,
      "token": 0,
      "version": "U3dhZ2dlciByb2Nrcw=="
    }
  ],
  "status": null,
  "token": 0,
  "version": "U3dhZ2dlciByb2Nrcw=="
}

Use this method to save a fee schedule. Pass feeSchedule as the parameter.

Request URL
base_url/feeschedule

Method Overview

HTTP Method:

POST

Content Type:

application/json

Response Format:

json

Requires Authentication?

Yes

Headers:

Access Token

Module:

Fee Schedule

Required Scopes:

readwrite:core

Required Subscription:

View Subscription


Request Parameters asterisk denotes required
NameParameter TypeDescriptionFormat
body Body Fee Schedule objectFeeSchedule
Response Body
NameDescriptionFormat
name The name of the fee schedulestring
createdById Identifier of the user who created this objectuuid
createdOn Date and time when this object was created (UTC Now), in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
description The description of the fee schedulestring
expenses []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule expense line items
FeeScheduleExpense Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
id Object identifieruuid
integrationSourceId Identifier of the integration source for this object. This property is only used by internal BQE apps and does not have any significance for external usersstring
lastUpdated Last updated date and time value of this object in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
lastUpdatedById Identifier of the user who last updated this objectuuid
objectState Represents the state of the object. e.g., new, unchanged, modified or deleted
ObjectStateEnumerated type: Click to see possible values and their descriptions.
services []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule service line items
FeeScheduleService Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
status Determines the status of a fee schedule, e.g., active or in-active
FeeScheduleStatusEnumerated type: Click to see possible values and their descriptions.
token Represents the token for update operationsint32
version Implements concurrency on this objectbyte
Example Request
Example Response
{
  "name": "FeeSchedule",
  "createdById": "4046e0a0-08eb-4c55-9cf9-960eb5e07869",
  "createdOn": "2025-04-24T05:08:32Z",
  "description": "FeeSchedule Description",
  "expenses": [
    {
      "feeScheduleId": "551a9374-e4ba-4ff0-8c84-87e80445bbfd",
      "isResourceGroup": true,
      "itemId": "e511c07d-77a0-4edf-9c0a-88981a038866",
      "itemType": null,
      "resourceId": "658c3b3f-a3d0-4af2-8661-41dd3ce39a54",
      "classification": "classification",
      "costAmount": 1,
      "costRate": 1,
      "createdById": "556191d3-def8-49ff-a82b-21642479dc14",
      "createdOn": "2025-04-24T05:08:32Z",
      "id": "ad2aa1d3-ee50-4aee-93c1-40e262dc4400",
      "integrationSourceId": "integrationSourceId",
      "item": "item",
      "lastUpdated": "2025-04-24T05:08:32Z",
      "lastUpdatedById": "546a4ab3-d57a-41d3-ad73-66662470ad5f",
      "markup": 1,
      "memo": "memo",
      "objectState": null,
      "priority": 0,
      "resource": "resource",
      "tax1": 1,
      "tax2": 1,
      "tax3": 1,
      "token": 0,
      "version": "U3dhZ2dlciByb2Nrcw=="
    }
  ],
  "id": "4329c996-8dd2-4b49-a6e1-3ba9ff44207b",
  "integrationSourceId": "integrationSourceId",
  "lastUpdated": "2025-04-24T05:08:32Z",
  "lastUpdatedById": "c049fe2c-1eef-4d80-b616-7112bb50cabf",
  "objectState": null,
  "services": [
    {
      "feeScheduleId": "df103805-f19c-49ea-908d-634eb8dbc329",
      "isResourceGroup": true,
      "itemId": "8aee6c55-9249-46da-8e4b-a4cb9e6709f3",
      "itemType": null,
      "resourceId": "7e973d97-e93c-4f00-ac62-307c4ca8a9ac",
      "billRate": 1,
      "classification": "classification",
      "costRate": 1,
      "createdById": "904bdfa6-1b1b-459e-abe9-33df77c01355",
      "createdOn": "2025-04-24T05:08:32Z",
      "id": "6f1ecbff-aed0-40ac-91b3-ff7105db40f9",
      "integrationSourceId": "integrationSourceId",
      "item": "item",
      "lastUpdated": "2025-04-24T05:08:32Z",
      "lastUpdatedById": "649310e4-7847-45fb-9c34-8abb62b4f846",
      "memo": "memo",
      "minimumHours": 1,
      "objectState": null,
      "overtimeMultiplier": 1,
      "priority": 0,
      "resource": "resource",
      "tax1": 1,
      "tax2": 1,
      "tax3": 1,
      "token": 0,
      "version": "U3dhZ2dlciByb2Nrcw=="
    }
  ],
  "status": null,
  "token": 0,
  "version": "U3dhZ2dlciByb2Nrcw=="
}

Use this method to save multiple fee schedules. Pass model as the parameter.

Request URL
base_url/feeschedule/batch

Method Overview

HTTP Method:

POST

Content Type:

application/json

Response Format:

json

Requires Authentication?

Yes

Headers:

Access Token

Module:

Fee Schedule

Required Scopes:

readwrite:core

Required Subscription:

View Subscription


Request Parameters asterisk denotes required
NameParameter TypeDescriptionFormat
body Body Fee schedule objectFeeScheduleBatchRequest
Response Body
NameDescriptionFormat
batchSize Represents the number of entities in a batchint64
createdById Identifier of the user who created this objectuuid
createdOn Date and time when this object was created (UTC Now), in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
id Object identifieruuid
integrationSourceId Identifier of the integration source for this object. This property is only used by internal BQE apps and does not have any significance for external usersstring
lastUpdated Last updated date and time value of this object in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
lastUpdatedById Identifier of the user who last updated this objectuuid
objectState Represents the state of the object. e.g., new, unchanged, modified or deleted
ObjectStateEnumerated type: Click to see possible values and their descriptions.
progress Represents the total number of entities processedint64
status Represents the status of a job e.g., ready, running, completed, or terminatedstring
token Represents the token for update operationsint32
type Represents the type of a job e.g., create, update, or deletestring
version Implements concurrency on this objectbyte
Example Request
Example Response
{
  "batchSize": 0,
  "createdById": "16d6355c-8e3d-419b-80fd-c0d6f79164b0",
  "createdOn": "2025-04-24T05:08:32Z",
  "id": "d4b81178-765e-4493-a02e-c9f0819bd90e",
  "integrationSourceId": "integrationSourceId",
  "lastUpdated": "2025-04-24T05:08:32Z",
  "lastUpdatedById": "7c6cfc92-1eda-4eb4-9a03-cc262c83789c",
  "objectState": null,
  "progress": 0,
  "status": "status",
  "token": 0,
  "type": "type",
  "version": "U3dhZ2dlciByb2Nrcw=="
}

Use this method to update a fee schedule. Pass id and feeSchedule as the parameters.

Request URL
base_url/feeschedule/{id}

Method Overview

HTTP Method:

PUT

Content Type:

application/json

Response Format:

json

Requires Authentication?

Yes

Headers:

Access Token

Module:

Fee Schedule

Required Scopes:

readwrite:core

Required Subscription:

View Subscription


Request Parameters asterisk denotes required
NameParameter TypeDescriptionFormat
id Path Fee Schedule identifierstring
body Body Fee Schedule objectFeeSchedule
Response Body
NameDescriptionFormat
name The name of the fee schedulestring
createdById Identifier of the user who created this objectuuid
createdOn Date and time when this object was created (UTC Now), in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
description The description of the fee schedulestring
expenses []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule expense line items
FeeScheduleExpense Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
id Object identifieruuid
integrationSourceId Identifier of the integration source for this object. This property is only used by internal BQE apps and does not have any significance for external usersstring
lastUpdated Last updated date and time value of this object in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ssdate-time
lastUpdatedById Identifier of the user who last updated this objectuuid
objectState Represents the state of the object. e.g., new, unchanged, modified or deleted
ObjectStateEnumerated type: Click to see possible values and their descriptions.
services []Array: Parent object can have multiple instances of this nested object under it.List of fee schedule service line items
FeeScheduleService Nested object: Click to see its details. To retrieve the details of this object via list endpoints, you must use the Expand parameter.
status Determines the status of a fee schedule, e.g., active or in-active
FeeScheduleStatusEnumerated type: Click to see possible values and their descriptions.
token Represents the token for update operationsint32
version Implements concurrency on this objectbyte
Example Request
Example Response
{
  "name": "FeeSchedule",
  "createdById": "b0cbf553-196d-430a-a05b-efe550dfd1ef",
  "createdOn": "2025-04-24T05:08:32Z",
  "description": "FeeSchedule Description",
  "expenses": [
    {
      "feeScheduleId": "85b134ac-9058-4bd0-ab5b-083c615a6bab",
      "isResourceGroup": true,
      "itemId": "4466ed04-6396-4d92-a138-5b2cee3a5242",
      "itemType": null,
      "resourceId": "faf76fa9-68b7-4470-a72c-8c8848ebbb91",
      "classification": "classification",
      "costAmount": 1,
      "costRate": 1,
      "createdById": "97c22049-5104-4b98-9b5a-1b3c324c353c",
      "createdOn": "2025-04-24T05:08:32Z",
      "id": "043438ae-6680-43fc-8305-b772b32d5504",
      "integrationSourceId": "integrationSourceId",
      "item": "item",
      "lastUpdated": "2025-04-24T05:08:32Z",
      "lastUpdatedById": "dc412a3f-02be-4b1f-a3de-8216949ae3cb",
      "markup": 1,
      "memo": "memo",
      "objectState": null,
      "priority": 0,
      "resource": "resource",
      "tax1": 1,
      "tax2": 1,
      "tax3": 1,
      "token": 0,
      "version": "U3dhZ2dlciByb2Nrcw=="
    }
  ],
  "id": "a4b596e1-0d87-415f-879a-b1f878d84220",
  "integrationSourceId": "integrationSourceId",
  "lastUpdated": "2025-04-24T05:08:32Z",
  "lastUpdatedById": "8606269d-f1da-4e32-acd8-4eca0493a6dc",
  "objectState": null,
  "services": [
    {
      "feeScheduleId": "5a34f269-1feb-43d0-8fc0-f6525b9588d7",
      "isResourceGroup": true,
      "itemId": "5d1214de-d786-4797-b547-40f8b8bee10f",
      "itemType": null,
      "resourceId": "e6f4ce60-fe58-42b9-a126-a3962db3c4d4",
      "billRate": 1,
      "classification": "classification",
      "costRate": 1,
      "createdById": "06a1ae16-205c-4008-8d25-88f942068a3c",
      "createdOn": "2025-04-24T05:08:32Z",
      "id": "3a005152-c68c-415f-bbbf-628d9abcf3d3",
      "integrationSourceId": "integrationSourceId",
      "item": "item",
      "lastUpdated": "2025-04-24T05:08:32Z",
      "lastUpdatedById": "d6565542-75af-44af-82d1-0f4cc09d3a84",
      "memo": "memo",
      "minimumHours": 1,
      "objectState": null,
      "overtimeMultiplier": 1,
      "priority": 0,
      "resource": "resource",
      "tax1": 1,
      "tax2": 1,
      "tax3": 1,
      "token": 0,
      "version": "U3dhZ2dlciByb2Nrcw=="
    }
  ],
  "status": null,
  "token": 0,
  "version": "U3dhZ2dlciByb2Nrcw=="
}

Use this method to delete a fee schedule. Pass id as the parameter.

Request URL
base_url/feeschedule/{id}

Method Overview

HTTP Method:

DELETE

Content Type:

application/json

Response Format:

N/A

Requires Authentication?

Yes

Headers:

Access Token

Required Scopes:

readwrite:core

Required Subscription:

View Subscription


Request Parameters asterisk denotes required
NameParameter TypeDescriptionFormat
id Path Fee Schedule identifierstring
Example Request

Use this method to perform partial modifications to a fee schedule. Pass id and patch document as parameters.

Request URL
base_url/feeschedule/{id}

Method Overview

HTTP Method:

PATCH

Content Type:

application/json

Response Format:

json

Requires Authentication?

Yes

Headers:

Access Token

Module:

Fee Schedule

Required Scopes:

readwrite:core

Required Subscription:

View Subscription


Request Parameters asterisk denotes required
NameParameter TypeDescriptionFormat
id Path Fee schedule identifierstring
body Body A document containing an array of objects with each object representing a single operationFeeSchedulePatchDocument
Response Body
NameDescriptionFormat
Example Request
Example Response