Get all balance elements

get

https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement

Request

Query Parameters
  • Balance element Type
  • The description of the resource.
  • Project Id
  • The comma-separated field names that are returned in the response. The field names are the names that you specify when you create or retrieve a resource.
  • The unique identifier of the resource item.
  • The current lifecycle status of the resource.
  • The number of resources to be returned in the response. The minimum value that can be specified is 1, and the maximum value that can be specified is 100,000. If the specified value is greater than 100,000, then it defaults to 100,000.
  • The name of the resource.
  • The record number from which the retrieval starts. The default value is zero. If no value is specified, then it defaults to zero. The value zero indicates that the retrieval will start from the beginning of the collection.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : BalanceElementOracle
Type: object
Title: BalanceElementOracle
Balance element represenst the currency and non currency units units used in Pricing
Show Source
Nested Schema : ProjectRef
Type: object
Title: ProjectRef
Project Reference
Show Source
Nested Schema : relatedParty
Type: array
Show Source
Nested Schema : TimePeriod
Type: object
Title: TimePeriod
The period for which the productOffering is valid
Show Source
Nested Schema : RelatedParty
Type: object
Title: RelatedParty
RelatedParty reference. A related party defines party or party role linked to a specific entity.
Show Source

400 Response

Your request couldn't be processed because it contains missing or invalid information, such as a validation error on an input field, a missing required value, and so forth.
Body ()
Root Schema : Error
Type: object
Title: Error
Show Source

401 Response

Your request isn't authorized. The authentication credentials included with this request are missing or invalid.
Body ()
Root Schema : Error
Type: object
Title: Error
Show Source

404 Response

Your request includes a resource URI that doesn't exist.
Body ()
Root Schema : Error
Type: object
Title: Error
Show Source

405 Response

HTTP action specified in the request (DELETE, GET, POST, PUT) isn't supported for this request URI.
Body ()
Root Schema : Error
Type: object
Title: Error
Show Source

500 Response

The server encountered something unexpected that prevented it from completing the request.
Body ()
Root Schema : Error
Type: object
Title: Error
Show Source
Back to Top

Examples

The following example shows how to retrieve details of all balance elements by submitting a get request on the REST resource using cURL.

curl -u username:password -X GET https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/

Example of Response Body

The following example shows the contents of the response body in JSON format.

[
    {
        "id": "Oracle_2YBQA7HO",
        "name": "Names_I1U1Y1Y4M",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_2YBQA7HO",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T10:36:06.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T10:36:06.031Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_YARAODE0",
        "name": "Names_KVY5JJMZ3",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_YARAODE0",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T19:05:20.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T19:05:20.029Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_WR1RTQBQ",
        "name": "Names_YP9RSQTY3",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_WR1RTQBQ",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-19T10:39:56.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-19T10:39:56.028Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_7P9U6TYL",
        "name": "Names_95HM1NUKP",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_7P9U6TYL",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-20T10:34:29.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-20T10:34:29.088Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_I8DRWSOK",
        "name": "Names_FR83VUTRG",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_I8DRWSOK",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-20T10:34:30.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-20T10:34:30.024Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_GA0CCFE1",
        "name": "Names_JO0P1HTWW",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_GA0CCFE1",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-21T10:34:34.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-21T10:34:34.023Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_6NV21LTT",
        "name": "Names_DOX2GLE2T",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_6NV21LTT",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T05:19:36.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T05:19:36.021Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_SJG4WSV5",
        "name": "Names_UNJCR9FZQ",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_SJG4WSV5",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T14:13:21.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T14:13:21.112Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_0HR4DXMX",
        "name": "Names_P48KEGVV6",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_0HR4DXMX",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T14:13:22.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T14:13:22.032Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_0WNR64RO",
        "name": "Names_EY2EUTRBF",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_0WNR64RO",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T16:19:30.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T16:19:30.027Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_4TZI8GWL",
        "name": "Names_6WSH326PA",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_4TZI8GWL",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T16:19:30.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T16:19:30.027Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_KNU1KSMO",
        "name": "Names_7VUCWUIHJ",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_KNU1KSMO",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-24T10:38:44.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-24T10:38:44.162Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_M7PK2N7Y",
        "name": "Names_MTRLJPLOB",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_M7PK2N7Y",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-25T10:38:54.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-25T10:38:54.027Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_LDHM9BD5",
        "name": "Names_V3S9IQ79B",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_LDHM9BD5",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-26T10:35:29.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-26T10:35:29.360Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_V7T6EMKB",
        "name": "Names_OYJWAZJSL",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_V7T6EMKB",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-26T10:35:30.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-26T10:35:30.024Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "owncurrency0034",
        "name": "owncurrency0034",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/owncurrency0034",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-29T05:54:46.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-29T05:54:46.472Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "project": {
            "id": "MyProject2039",
            "name": "MyProject2039"
        },
        "decimalPlaces": "2",
        "consumptionRule": "LST",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "code": "INR"
    },
    {
        "id": "owncurrency0044",
        "name": "owncurrency0044",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/owncurrency0044",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-29T06:09:00.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-29T06:09:00.192Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "project": {
            "id": "MyProject2039",
            "name": "MyProject2039"
        },
        "decimalPlaces": "2",
        "consumptionRule": "LST",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "code": "AUD"
    },
    {
        "id": "Oracle_ER9QZP4C",
        "name": "Names_L6Y9F295M",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_ER9QZP4C",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-29T10:39:53.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-29T10:39:53.040Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_A7ASQXVO",
        "name": "Names_GVHJIK63X",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_A7ASQXVO",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-29T10:39:54.005Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-29T10:39:54.033Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_TUDJKERN",
        "name": "Names_04MOOL2TU",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_TUDJKERN",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T08:33:17.005Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T08:33:17.040Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_UN2X8W0B",
        "name": "Names_0NWLSDYPI",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_UN2X8W0B",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T10:36:05.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T10:36:05.118Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_TJ5X8WXF",
        "name": "Names_UJIIXVYEH",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_TJ5X8WXF",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T10:36:05.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T10:36:05.037Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_0JIUXS6M",
        "name": "Names_BEV6S05VW",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_0JIUXS6M",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T19:05:20.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T19:05:20.240Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_ODLR0V65",
        "name": "Names_XM8INP6ES",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_ODLR0V65",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-19T06:03:21.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-19T06:03:21.034Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_ZMLIDLTQ",
        "name": "Names_7PN99ZZ28",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_ZMLIDLTQ",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-20T10:34:29.005Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-20T10:34:29.028Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_39602ZPW",
        "name": "Names_CGBBNS5KN",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_39602ZPW",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-26T10:35:30.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-26T10:35:30.037Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_8OK1FHZV",
        "name": "Names_U91NVUZUZ",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_8OK1FHZV",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-27T10:36:06.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-27T10:36:06.026Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_V9MK78IK",
        "name": "Names_L7SDXNKJW",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_V9MK78IK",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-28T10:37:33.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-28T10:37:33.024Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_4LMJPM7N",
        "name": "Names_IP325FW9K",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_4LMJPM7N",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-29T10:39:53.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-29T10:39:53.094Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_JM5AV0YA",
        "name": "Names_168YA67WA",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_JM5AV0YA",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-31T10:38:09.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-31T10:38:09.034Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_9MIGTSA9",
        "name": "Names_O9DN7BHCF",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_9MIGTSA9",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-19T10:39:57.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-19T10:39:57.027Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_T2RUWHIR",
        "name": "Names_14R8REFH1",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_T2RUWHIR",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-21T10:34:33.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-21T10:34:33.041Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_NTKEZECH",
        "name": "Names_YQ52ERWXO",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_NTKEZECH",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-21T10:34:34.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-21T10:34:34.024Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_2IST5L3N",
        "name": "Names_Q6JHSYN8S",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_2IST5L3N",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T14:13:22.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T14:13:22.025Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_HZC8GRZ7",
        "name": "Names_G5MVPQ7VY",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_HZC8GRZ7",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T16:19:30.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T16:19:30.027Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party003",
                "name": "Party N3"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_M5HYFYUV",
        "name": "Names_TO9XDJFUL",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_M5HYFYUV",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-24T10:38:45.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-24T10:38:45.029Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_VPADLHB1",
        "name": "Names_FP60FAO90",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_VPADLHB1",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-30T10:39:43.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-30T10:39:43.025Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_FN3UCA7P",
        "name": "Names_A2268YZ40",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_FN3UCA7P",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-30T10:39:43.005Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-30T10:39:43.031Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "UKCurrency",
        "name": "UK Currency",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/UKCurrency",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T05:23:09.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T05:23:09.049Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "decimalPlaces": "2",
        "consumptionRule": "LST",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "code": "GBP"
    },
    {
        "id": "Oracle_SP1VNMFV",
        "name": "Names_EM8GCPJS1",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_SP1VNMFV",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T19:05:21.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T19:05:21.027Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_2JWJSU3Z",
        "name": "Names_6VJITOV7N",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_2JWJSU3Z",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-19T06:03:22.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-19T06:03:22.026Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_B4EANGB4",
        "name": "Names_6MAX8EC55",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_B4EANGB4",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-23T10:33:30.003Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-23T10:33:30.029Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_94DAJFD1",
        "name": "Names_N6KA5IZMR",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_94DAJFD1",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-23T10:33:31.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-23T10:33:31.024Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_ZE4BAXIE",
        "name": "Names_TP80NKFVB",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_ZE4BAXIE",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-25T10:38:53.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-25T10:38:53.148Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_QVJPLEVX",
        "name": "Names_3S52IX0KZ",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_QVJPLEVX",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-28T10:37:32.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-28T10:37:32.104Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_1NRRKOHX",
        "name": "Names_Q4CKD4SYF",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_1NRRKOHX",
        "version": "3.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-31T10:38:09.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-31T10:38:09.026Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "LSTLET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "USACurrency",
        "name": "USA Currency",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/USACurrency",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T05:20:22.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T05:20:22.122Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "decimalPlaces": "2",
        "consumptionRule": "LST",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "code": "USD"
    },
    {
        "id": "Oracle_EX0Y6VXX",
        "name": "Names_JMBZ4WWT3",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_EX0Y6VXX",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T08:33:16.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T08:33:16.136Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_DC38N0KA",
        "name": "Names_MK6ALAIHR",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_DC38N0KA",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T08:33:17.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T08:33:17.042Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_6Y1OMPY2",
        "name": "Names_9KXGFOQ0W",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_6Y1OMPY2",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-19T06:03:20.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-19T06:03:20.025Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_ADLPK11K",
        "name": "Names_NX7OTJX1M",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_ADLPK11K",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-19T10:39:55.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-19T10:39:55.027Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_12DNILPB",
        "name": "Names_LVLDM8DZR",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_12DNILPB",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T05:19:33.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T05:19:33.118Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_WWSU0OC2",
        "name": "Names_1AFE4MEQL",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_WWSU0OC2",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T05:19:33.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T05:19:33.026Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_SNVEFPAO",
        "name": "Names_XH2L1O9LH",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_SNVEFPAO",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-23T10:33:30.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-23T10:33:30.027Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_E0QKOK2I",
        "name": "Names_578QMSARD",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_E0QKOK2I",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-24T10:38:45.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-24T10:38:45.037Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_V7IZ0ASU",
        "name": "Names_MISB8D759",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_V7IZ0ASU",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-25T10:38:54.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-25T10:38:54.030Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_FNI6D478",
        "name": "Names_2IBTO3LCK",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_FNI6D478",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-27T10:36:05.002Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-27T10:36:05.031Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_ILRWMX2W",
        "name": "Names_ZT0KEJ1RG",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_ILRWMX2W",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-27T10:36:06.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-27T10:36:06.024Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_GRQWIFOY",
        "name": "Names_9HJ3KV8H5",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_GRQWIFOY",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-28T10:37:33.005Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-28T10:37:33.030Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTEET",
        "balanceElementType": "CURRENCY",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_QHQ27E3S",
        "name": "Names_QIF2CA32A",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_QHQ27E3S",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-30T10:39:43.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-30T10:39:43.037Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    },
    {
        "id": "Oracle_CRNGHRKU",
        "name": "Names_OZT46GSU5",
        "description": "Balance Element service spec detail",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/balanceElement/Oracle_CRNGHRKU",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-31T10:38:08.001Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-31T10:38:08.266Z",
        "lastUpdatedBy": "booth",
        "@type": "BalanceElementOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "relatedParty": [
            {
                "id": "party001",
                "name": "Party N1"
            },
            {
                "id": "party002",
                "name": "Party N2"
            },
            {
                "id": "party003",
                "name": "Party N3"
            }
        ],
        "decimalPlaces": "4",
        "consumptionRule": "ESTLET",
        "balanceElementType": "COUNTER",
        "roundingMethod": "CALC",
        "symbol": "%"
    }
]
Back to Top