Get all pricelists

get

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

Request

Query Parameters
  • 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.
  • enrich objects with usedBy information

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
  • PricelistOracle
    Title: PricelistOracle
    A list of offers and its coresponding prices which can be used for selling the offer in a region or a particular set of customers
Nested Schema : PricelistOracle
Type: object
Title: PricelistOracle
A list of offers and its coresponding prices which can be used for selling the offer in a region or a particular set of customers
Show Source
Nested Schema : BalanceElementRef
Type: object
Title: BalanceElementRef
Balance element ref in price
Show Source
Nested Schema : productOffering
Type: array
Show Source
  • ProductOfferingRef
    Title: ProductOfferingRef
    ProductOffering reference. A product offering represents entities that are orderable from the provider of the catalog, this resource includes pricing information.
Nested Schema : ProjectRef
Type: object
Title: ProjectRef
Project Reference
Show Source
Nested Schema : promotion
Type: array
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 : ProductOfferingRef
Type: object
Title: ProductOfferingRef
ProductOffering reference. A product offering represents entities that are orderable from the provider of the catalog, this resource includes pricing information.
Show Source
Nested Schema : PromotionRef
Type: object
Title: PromotionRef
Promotion reference.
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 get all pricelists by submitting a GET request on the REST resource using cURL.

cURL Command

curl -u username:password -X GET  \
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist \ -H 'Content-Type: application/json'

Example of Response Body

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

[
    {
        "@type": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/Test_INR",
        "lastUpdate": "2021-03-30T09:39:22.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "validFor": {
            "startDateTime": "2021-03-30T09:32:16.000Z"
        },
        "created": "2021-03-30T09:33:08.000Z",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "lifecycleStatus": "In design",
        "project": {
            "id": "TestDDGuru",
            "name": "TestDDGuru"
        },
        "description": "Test_INR",
        "currency": "USD",
        "version": "1.0",
        "name": "Test_INR",
        "id": "Test_INR"
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/PriceList1002",
        "lastUpdate": "2021-03-31T06:51:26.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "12343",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-03-31T06:51:26.000Z",
        "lifecycleStatus": "In design",
        "description": "TestPrice890 description",
        "currency": "YEN",
        "version": "3.0",
        "name": "PriceList1002",
        "id": "PriceList1002"
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/PriceList2002",
        "lastUpdate": "2021-03-31T06:53:56.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "12343",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-03-31T06:53:56.000Z",
        "lifecycleStatus": "In design",
        "project": {
            "id": "MyProject3000",
            "name": "MyProject3000"
        },
        "description": "TestPrice890 description",
        "currency": "YEN",
        "version": "3.0",
        "name": "PriceList2002",
        "id": "PriceList2002",
        "promotion": [
            {
                "id": "ProductPromotion2021",
                "version": "1.0",
                "name": "ProductPromotion2021",
                "@referredType": "PromotionOracle",
                "@type": "PromotionRefOracle"
            },
            {
                "id": "Promotion2021",
                "version": "1.0",
                "name": "ProductPromotion2022",
                "@referredType": "PromotionOracle",
                "@type": "PromotionRefOracle"
            },
            {
                "id": "ProductPromotion2022",
                "version": "1.0",
                "name": "ProductPromotion2022",
                "@referredType": "PromotionOracle",
                "@type": "PromotionRefOracle"
            },
            {
                "id": "ProductPromotion2022111",
                "version": "1.0",
                "name": "ProductPromotion2022",
                "@referredType": "PromotionOracle",
                "@type": "PromotionRefOracle"
            }
        ]
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/PriceList2020",
        "lastUpdate": "2021-04-01T09:18:39.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "12343",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-04-01T09:18:39.000Z",
        "lifecycleStatus": "In design",
        "project": {
            "id": "MyProject3000",
            "name": "MyProject3000"
        },
        "description": "TestPrice890 description",
        "currency": "YEN",
        "version": "3.0",
        "name": "PriceList2002",
        "id": "PriceList2020"
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/PriceList1001",
        "lastUpdate": "2021-03-31T06:51:09.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "12343",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-03-31T06:51:09.000Z",
        "lifecycleStatus": "In design",
        "description": "TestPrice890 description",
        "currency": "YEN",
        "version": "3.0",
        "name": "PriceList1001",
        "id": "PriceList1001"
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/PriceList2001",
        "lastUpdate": "2021-03-31T06:53:44.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "12343",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-03-31T06:53:44.000Z",
        "lifecycleStatus": "In design",
        "project": {
            "id": "MyProject3000",
            "name": "MyProject3000"
        },
        "description": "TestPrice890 description",
        "currency": "YEN",
        "version": "3.0",
        "name": "PriceList2001",
        "id": "PriceList2001",
        "promotion": [
            {
                "id": "ProductPromotion2021",
                "version": "1.0",
                "name": "ProductPromotion2021",
                "@referredType": "PromotionOracle",
                "@type": "PromotionRefOracle"
            },
            {
                "id": "Promotion2021",
                "version": "1.0",
                "name": "ProductPromotion2022",
                "@referredType": "PromotionOracle",
                "@type": "PromotionRefOracle"
            },
            {
                "id": "ProductPromotion2022",
                "version": "1.0",
                "name": "ProductPromotion2022",
                "@referredType": "PromotionOracle",
                "@type": "PromotionRefOracle"
            },
            {
                "id": "ProductPromotion2022111",
                "version": "1.0",
                "name": "ProductPromotion2022",
                "@referredType": "PromotionOracle",
                "@type": "PromotionRefOracle"
            }
        ]
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "Pricelist",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/PriceList3001",
        "lastUpdate": "2021-04-01T05:22:45.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "PeterContact",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-04-01T05:22:45.000Z",
        "lifecycleStatus": "In design",
        "project": {
            "id": "MyProject3000",
            "name": "MyProject3000"
        },
        "description": "TestPrice890 description",
        "currency": "INR",
        "version": "1.0",
        "name": "PriceList3001",
        "id": "PriceList3001"
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/TestPrice90",
        "lastUpdate": "2021-04-01T09:45:51.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "12343",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-04-01T09:44:06.000Z",
        "lifecycleStatus": "In design",
        "project": {
            "id": "MyProject3000",
            "name": "MyProject3000"
        },
        "description": "Latest model of Intel laptop with i7 Core processor",
        "currency": "YEN",
        "version": "3.0",
        "name": "PriceList2020",
        "id": "TestPrice90"
    },
    {
        "@type": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/Price_List_USD",
        "lastUpdate": "2021-01-22T11:16:57.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "created": "2021-01-22T11:16:57.000Z",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "lifecycleStatus": "In design",
        "description": "Price List Creation Using USD",
        "currency": "USD",
        "version": "1.0",
        "name": "Price List Using USD",
        "id": "Price_List_USD",
        "productOffering": [
            {
                "id": "BOFAO_22_1_2021_11_56_25",
                "name": "BOFAO_22_1_2021_11_56_25",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFOG_22_1_2021_11_56_25",
                "name": "BOFOG_22_1_2021_11_56_25",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_R_27_1_2021_14_25_10",
                "name": "AOF_27_1_2021_14_25_10",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_R_22_1_2021_11_56_25",
                "name": "AOF_22_1_2021_11_56_25",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFT_22_1_2021_11_56_25",
                "name": "BOFT_22_1_2021_11_56_25",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOF_22_1_2021_11_56_25",
                "name": "BOF_22_1_2021_11_56_25",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "ref_226_1212_355",
                "name": "BOFC_226_1212_355",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_RRV_22_1_2021_11_56_25",
                "name": "AOFRV_22_1_2021_11_56_25",
                "version": "2.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_R_27_1_2021_15_13_55",
                "name": "AOF_27_1_2021_15_13_55",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFT_27_1_2021_15_13_55",
                "name": "BOFT_27_1_2021_15_13_55",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "ref_226_125_787",
                "name": "AOFC_226_125_787",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_R_27_1_2021_15_42_19",
                "name": "AOF_27_1_2021_15_42_19",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFT_27_1_2021_15_42_19",
                "name": "BOFT_27_1_2021_15_42_19",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFC_22_1_2021_11_56_25",
                "name": "BOFC_22_1_2021_11_56_25",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_RT_22_1_2021_11_9_28",
                "name": "AOFT_22_1_2021_11_9_28",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFT_27_1_2021_14_25_10",
                "name": "BOFT_27_1_2021_14_25_10",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFAO_27_1_2021_15_42_19",
                "name": "BOFAO_27_1_2021_15_42_19",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_R_27_1_2021_18_7_58",
                "name": "AOF_27_1_2021_18_7_58",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFOG_27_1_2021_18_7_58",
                "name": "BOFOG_27_1_2021_18_7_58",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFOG_27_1_2021_15_42_19",
                "name": "BOFOG_27_1_2021_15_42_19",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "Test_Offer",
                "name": "Test_Offer",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOF_27_1_2021_15_42_19",
                "name": "BOF_27_1_2021_15_42_19",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFT_27_1_2021_18_7_58",
                "name": "BOFT_27_1_2021_18_7_58",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "ref_274_1817_622",
                "name": "AOFC_274_1817_622",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "ref_274_1558_442",
                "name": "BOFC_274_1558_442",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFC_27_1_2021_15_42_19",
                "name": "BOFC_27_1_2021_15_42_19",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_RRV_27_1_2021_15_42_19",
                "name": "AOFRV_27_1_2021_15_42_19",
                "version": "2.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "ref_274_1824_452",
                "name": "BOFC_274_1824_452",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "ref_274_1551_971",
                "name": "AOFC_274_1551_971",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "AOF_RRV_27_1_2021_18_7_58",
                "name": "AOFRV_27_1_2021_18_7_58",
                "version": "2.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFAO_27_1_2021_18_7_58",
                "name": "BOFAO_27_1_2021_18_7_58",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOFC_27_1_2021_18_7_58",
                "name": "BOFC_27_1_2021_18_7_58",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            },
            {
                "id": "BOF_27_1_2021_18_7_58",
                "name": "BOF_27_1_2021_18_7_58",
                "version": "1.0",
                "isBundle": false,
                "@type": "ProductOfferingRefOracle",
                "@referredType": "ProductOfferingOracle"
            }
        ]
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/TestPrice1001",
        "lastUpdate": "2021-03-15T07:16:08.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "12343",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-03-15T07:16:08.000Z",
        "lifecycleStatus": "In design",
        "description": "TestPrice890 description",
        "currency": "YEN",
        "version": "1.0",
        "name": "TestPrice1001",
        "id": "TestPrice1001"
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "PricelistOracle",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/TestPriceList100",
        "lastUpdate": "2021-03-15T07:17:20.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "12343",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-03-15T07:17:20.000Z",
        "lifecycleStatus": "In design",
        "description": "TestPrice890 description",
        "currency": "YEN",
        "version": "1.0",
        "name": "TestPriceList100",
        "id": "TestPriceList100"
    },
    {
        "@type": "PricelistOracle",
        "@baseType": "Pricelist",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/pricelist/PriceList100",
        "lastUpdate": "2021-03-15T07:19:35.000Z",
        "lastUpdatedBy": "booth",
        "createdBy": "booth",
        "businessUnitId": 204,
        "businessUnitName": "Vision Operations",
        "validFor": {
            "startDateTime": "2020-05-02T16:42:23.000Z",
            "endDateTime": "2021-07-14T00:00:00.000Z"
        },
        "relatedParty": [
            {
                "id": "PeterContact",
                "name": "Gustave Flaubert laptop",
                "href": "https://{FusionAppsHost}/tmf-api/partyManagement/v4/partyRole/1234",
                "role": "Owner"
            }
        ],
        "created": "2021-03-15T07:18:20.000Z",
        "lifecycleStatus": "In design",
        "description": "TestPrice890 description",
        "currency": "YEN",
        "version": "1.0",
        "name": "PriceList100",
        "id": "PriceList100"
    }
]
Back to Top