Get all custom profile specifications

get

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

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
Nested Schema : CustomProfileSpecificationOracle
Type: object
Title: CustomProfileSpecificationOracle
CustomProfileSpecificationOracle
Show Source
Nested Schema : charValueObject
Type: array
Show Source
Nested Schema : customProfileSpecChar
Type: array
Show Source
Nested Schema : customProfileSpecRel
Type: array
Show Source
Nested Schema : ProjectRef
Type: object
Title: ProjectRef
Project Reference
Show Source
Nested Schema : relatedParty
Type: array
Show Source
Nested Schema : TargetProductSchemaOracle
Type: object
Title: TargetProductSchemaOracle
The reference object to the schema and type of target product which is described by product specification
Match All
The reference object to the schema and type of target product which is described by product specification
The reference object to the schema and type of target product which is described by product specification
Show Source
Nested Schema : TimePeriod
Type: object
Title: TimePeriod
The period for which the productOffering is valid
Show Source
Nested Schema : CharValueObjectRefOracle
Type: object
Title: CharValueObjectRefOracle
The Reference of the resource referred in CharValue of custom profile specification
Show Source
Nested Schema : CustomProfileSpecRel
Type: object
Title: CustomProfileSpecRel
A migration, substitution, dependency or exclusivity relationship between/among custom profile specifications.
Show Source
Nested Schema : TimePeriodOracle
Type: object
Title: TimePeriodOracle
Validity period of the related party
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
Nested Schema : TargetProductSchema
Type: object
Title: TargetProductSchema
The reference object to the schema and type of target product which is described by product specification
Show Source
Nested Schema : TargetProductSchemaOracle-allOf[1]
Type: object
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 custom profile specifications 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/customProfileSpecification/'

Example of Response Body

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

[
    {
        "id": "Oracle_7NPFSIWH",
        "name": "Names_4VB2BUDTD",
        "description": "Custom profile Spec desc",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/Oracle_7NPFSIWH",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-16T12:26:31.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-16T12:26:31.127Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "customProfileSpecChar": [
            {
                "name": "DeviceType",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Mobile"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Tablet"
                    }
                ]
            },
            {
                "name": "Family",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "123a"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Note"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Galaxy"
                    }
                ]
            },
            {
                "name": "Make",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Apple"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Samsung"
                    }
                ]
            }
        ],
        "profileType": "TRADE_IN"
    },
    {
        "id": "Oracle_Q8Y3RPWK",
        "name": "Names_6CEJDKC6A",
        "description": "Custom profile Spec desc",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/Oracle_Q8Y3RPWK",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-17T09:34:15.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-17T09:34:15.126Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "customProfileSpecChar": [
            {
                "name": "DeviceType",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Mobile"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Tablet"
                    }
                ]
            },
            {
                "name": "Family",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "123a"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Note"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Galaxy"
                    }
                ]
            },
            {
                "name": "Make",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Apple"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Samsung"
                    }
                ]
            }
        ],
        "profileType": "TRADE_IN"
    },
    {
        "id": "BuiltInSpec",
        "name": "Built In cust Spec",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/BuiltInSpec",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-05-31T10:12:12.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-05-31T10:12:12.163Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "customProfileSpecChar": [
            {
                "name": "Align Cycle 001",
                "description": "The day the cycle charges apply and are applicable for recurring charges",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "customProfileSpecCharValue": [
                    {
                        "isDefault": true,
                        "valueType": "STRING",
                        "value": "Activation Day"
                    },
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Subscription Day"
                    },
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Suspense  Day"
                    }
                ]
            }
        ],
        "profileType": "CHARGING_TERM"
    },
    {
        "id": "DeviceSpec1022",
        "name": "Device Spec 1022",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/DeviceSpec1022",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-12T08:05:29.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T12:02:12.060Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "project": {
            "id": "PSPSpringInitiative",
            "name": "Spring Initiative"
        },
        "customProfileSpecChar": [
            {
                "name": "DeviceType",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Mobile"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Tablet"
                    }
                ]
            },
            {
                "name": "Family",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "XR"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Note"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Galaxy"
                    }
                ]
            },
            {
                "name": "Make",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Apple"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Samsung"
                    }
                ]
            },
            {
                "name": "Offer",
                "valueType": "STRING",
                "@type": "CustomProfileSpecChar",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            },
            {
                "name": "Quantity",
                "valueType": "NUMBER",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            }
        ],
        "profileType": "DEVICE_SPEC"
    },
    {
        "id": "PSPCustomProfileSpec1",
        "name": "PSP-1 Custom Profile Spec",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/PSPCustomProfileSpec1",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-15T07:34:55.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-15T07:34:59.043Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "customProfileSpecChar": [
            {
                "name": "DeviceType",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Tablet"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Mobile"
                    }
                ]
            },
            {
                "name": "Quantity",
                "valueType": "NUMBER",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            }
        ],
        "profileType": "DEVICE_SPEC"
    },
    {
        "id": "TestGrippen001",
        "name": "TestGrippen001",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/TestGrippen001",
        "version": "1.0",
        "lifecycleStatus": "Obsolete",
        "created": "2021-03-18T10:22:19.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-23T07:28:36.397Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z",
            "endDateTime": "2022-09-29T03:50:48.000Z"
        },
        "customProfileSpecChar": [
            {
                "name": "DeviceType",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z",
                    "endDateTime": "2021-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Mobile"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Tablet"
                    }
                ]
            },
            {
                "name": "Family",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z",
                    "endDateTime": "2021-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "123a"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Note"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Galaxy"
                    }
                ]
            },
            {
                "name": "Make",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z",
                    "endDateTime": "2021-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Apple"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Samsung"
                    }
                ]
            }
        ],
        "profileType": "TRADE_IN"
    },
    {
        "id": "DeviceSpec1023",
        "name": "Device Spec 1023",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/DeviceSpec1023",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-15T08:11:26.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T12:02:12.066Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "project": {
            "id": "PSPSpringInitiative",
            "name": "Spring Initiative"
        },
        "customProfileSpecChar": [
            {
                "name": "Product Line",
                "valueType": "STRING",
                "@type": "ProductLineOracle",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            },
            {
                "name": "Product Offer",
                "valueType": "STRING",
                "@type": "ProductOfferingOracle",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            },
            {
                "name": "Product Specification",
                "valueType": "STRING",
                "@type": "ProductSpecificationOracle",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            }
        ],
        "profileType": "DEVICE_SPEC"
    },
    {
        "id": "DeviceSpec999",
        "name": "Device Spec 999",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/DeviceSpec999",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-03-22T10:08:10.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-03-22T12:02:12.072Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z"
        },
        "project": {
            "id": "PSPSpringInitiative",
            "name": "Spring Initiative"
        },
        "customProfileSpecChar": [
            {
                "name": "Product Line",
                "valueType": "STRING",
                "@type": "ProductLineOracle",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            },
            {
                "name": "Product Offer",
                "valueType": "STRING",
                "@type": "ProductOfferingOracle",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            },
            {
                "name": "Product Specification",
                "valueType": "STRING",
                "@type": "ProductSpecificationOracle",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z"
                }
            }
        ],
        "profileType": "DEVICE_SPEC"
    },
    {
        "id": "Prom_Prof_Spec_Device",
        "name": "Prom_Prof_Spec_Device",
        "description": "Promotion profile Spec desc",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/Prom_Prof_Spec_Device",
        "version": "1.0",
        "lifecycleStatus": "In test",
        "created": "2021-05-19T07:08:29.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-05-31T07:14:05.327Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "project": {
            "id": "Initiative_Prom_PreReq",
            "name": "Initiative_Prom_PreReq"
        },
        "customProfileSpecChar": [
            {
                "name": "DeviceType",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "customProfileSpecCharValue": [
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Mobile"
                    },
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Tablet"
                    }
                ]
            },
            {
                "name": "Family",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "customProfileSpecCharValue": [
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Note"
                    },
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Galaxy"
                    }
                ]
            },
            {
                "name": "Make",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "customProfileSpecCharValue": [
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Apple"
                    },
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Samsung"
                    }
                ]
            }
        ],
        "profileType": "TRADE_IN"
    },
    {
        "id": "TestGripen1234",
        "name": "TestGripen1234",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/TestGripen1234",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-05-31T10:36:59.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-05-31T10:37:02.857Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "validFor": {
            "startDateTime": "2020-09-29T03:50:48.000Z",
            "endDateTime": "2022-09-29T03:50:48.000Z"
        },
        "customProfileSpecChar": [
            {
                "name": "DeviceType",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z",
                    "endDateTime": "2021-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Mobile"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Tablet"
                    }
                ]
            },
            {
                "name": "Family",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z",
                    "endDateTime": "2021-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "123a"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Note"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Galaxy"
                    }
                ]
            },
            {
                "name": "Make",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "validFor": {
                    "startDateTime": "2020-09-29T03:50:48.000Z",
                    "endDateTime": "2021-09-29T03:50:48.000Z"
                },
                "customProfileSpecCharValue": [
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Apple"
                    },
                    {
                        "validFor": {
                            "startDateTime": "2020-09-29T03:50:48.000Z",
                            "endDateTime": "2021-09-29T03:50:48.000Z"
                        },
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Samsung"
                    }
                ]
            }
        ],
        "profileType": "TRADE_IN"
    },
    {
        "id": "BuiltInSpec001",
        "name": "Built In cust Spec 001",
        "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogReferenceManagement/v1/customProfileSpecification/BuiltInSpec001",
        "version": "1.0",
        "lifecycleStatus": "In design",
        "created": "2021-05-31T11:33:30.000Z",
        "createdBy": "booth",
        "lastUpdate": "2021-05-31T11:33:30.210Z",
        "lastUpdatedBy": "booth",
        "@type": "CustomProfileSpecificationOracle",
        "customProfileSpecChar": [
            {
                "name": "Align Cycle 001",
                "description": "The day the cycle charges apply and are applicable for recurring charges",
                "valueType": "STRING",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "customProfileSpecCharValue": [
                    {
                        "isDefault": true,
                        "valueType": "STRING",
                        "value": "Activation Day"
                    },
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Subscription Day"
                    },
                    {
                        "isDefault": false,
                        "valueType": "STRING",
                        "value": "Suspense  Day"
                    }
                ]
            },
            {
                "name": "Discounts",
                "description": "Application of discount based on the discount validity",
                "configurable": true,
                "minCardinality": 0,
                "maxCardinality": 1,
                "customProfileSpecCharRel": [
                    {
                        "relationshipType": "AGGREGATION",
                        "name": "Discount to Mid Cycle for Cycle"
                    },
                    {
                        "relationshipType": "AGGREGATION",
                        "name": "Discount For Part Of Cycle for Cycle"
                    }
                ]
            }
        ],
        "profileType": "CHARGING_TERM"
    }
]
Back to Top