Create or update an array of customer profile specification
https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/customerProfileSpecifications
Request
There are no request parameters for this operation.
- application/json
array
1
50
-
Array of:
object CustomerProfileSpecificationOracle
Title:
CustomerProfileSpecificationOracle
The Customer Profile Specification resource represents a set of customer profile characteristics and relationships.
object
CustomerProfileSpecificationOracle
-
@baseType: string
Immediate base (class) type of the Customer Profile Specification
-
@schemaLocation: string
A link to the schema describing this Customer Profle Specification
-
@type: string
Class type of the Customer Profile Specification
-
applicationName: string
name of the external application
-
created: string
(date-time)
Date and time of the creation
-
createdBy: string
name of the person who created item
-
custProfSpecCharacteristic: array
custProfSpecCharacteristic
-
custProfSpecificationRelationship: array
custProfSpecificationRelationship
-
description: string
A string. A narrative that explains in detail what the customer profile specification is.
-
externalId: string
id of the external application
-
href: string
A string. Reference of the customer profile specification.
-
id: string
Maximum Length:
30
A string. Unique identifier of the customer profile specification. -
lastUpdate: string
(date-time)
A date time (DateTime). Date and time of the last update of the Customer Profile specification.
-
lastUpdatedBy: string
name of the person who updated item
-
lifecycleStatus: string
A string. Used to indicate the current lifecycle status of the customer profile specification.
-
name(required): string
A string. Name of the customer profile specification.
-
project: object
ProjectRef
Title:
ProjectRef
Project Reference - relatedParty: array relatedParty
-
validFor: object
TimePeriod
Title:
TimePeriod
The period for which the productOffering is valid -
version: string
A string. customer profile specification version.
-
versionState: number
Version state of the Customer Profile Specification
array
-
Array of:
object CustProfSpecCharacteristicOracle
Title:
CustProfSpecCharacteristicOracle
A list of customer profile spec characteristics (CustomerProfileSpecificationCharacteristic [*]). This class represents the key features of this customer profile specification.
array
-
Array of:
object CustProfSpecRelationshipOracle
Title:
CustProfSpecRelationshipOracle
A list of usage spec relationships (CustomerProfileSpecificationRelationship [*]). A list of customer profile specifications related to this specification.
object
ProjectRef
-
href: string
Unique reference of the project
-
id(required): string
Unique identifier of the project
-
name: string
Name of the project
-
version: string
Version of the project
object
TimePeriod
-
endDateTime: string
(date-time)
An instant of time, ending at the TimePeriod.
-
startDateTime(required): string
(date-time)
An instant of time, starting at the TimePeriod
object
CustProfSpecCharacteristicOracle
-
@baseType: string
base class type (immediate parent) of the CustProfSpecCharacteristic
-
@schemaLocation: string
hyperlink reference to the schema describing this characteristic
-
@type: string
the class type of this characteristic
-
@valueSchemaLocation: string
A string. This (optional) field provides a link to the schema describing the value type.
-
configurable: boolean
A boolean. If true, the Boolean indicates that the CustProfSpecCharacteristic is configurable.
-
custProfSpecCharacteristicValue: array
custProfSpecCharacteristicValue
-
custProfSpecCharRelationship: array
custProfSpecCharRelationship
-
description: string
A string. A narrative that explains in detail what the SpecCharacteristic is.
-
extensible: boolean
A boolean. An indicator that specifies that the values for the characteristic can be extended by adding new values when instantiating a characteristic for an Entity.
-
isUnique: boolean
A boolean. An indicator that specifies if a value is unique for the specification. Possible values are; 'unique while value is in effect' and 'unique whether value is in effect or not'.
-
maxCardinality: integer
An integer. The maximum number of instances a CharacteristicValue can take on.
-
minCardinality: integer
An integer. The minimum number of instances a CharacteristicValue can take on.
-
name(required): string
A string. A word, term, or phrase by which this characteristic specification is known and distinguished from other characteristic specifications.
-
regex: string
A string. A rule or principle represented in regular expression used to derive the value of a characteristic value.
-
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party -
valueType: string
Allowed Values:
[ "STRING", "NUMBER", "OBJECT", "ARRAY", "DECIMAL", "BOOLEAN", "DATE", "DATETIME" ]
A string. A kind of value that the characteristic can take on, such as numeric, text and so forth.
array
-
Array of:
object CustProfSpecCharacteristicValueOracle
Title:
CustProfSpecCharacteristicValueOracle
A list of customer profile spec characteristic values A CustomerProfileSpecificationCharacteristicValue object is used to define a set of attributes, each of which can be assigned to a corresponding set of attributes in a SpecCharacteristic object. The values of the attributes in the SpecCharacteristicValue object describe the values of the attributes that a corresponding SpecCharacteristic object can take on.
array
-
Array of:
object CustProfSpecCharRelationshipOracle
Title:
CustProfSpecCharRelationshipOracle
A list of customer profile spec char relationships. An aggregation, migration, substitution, dependency or exclusivity relationship between/among Specification Characteristics.
object
TimePeriodOracle
-
endDateTime: string
(date-time)
An instant of time, ending at the TimePeriod.
-
startDateTime: string
(date-time)
An instant of time, starting at the TimePeriod
object
CustProfSpecCharacteristicValueOracle
-
@baseType: string
base class type (immediate parent) of the ServiceSpecCharacteristicValue
-
@schemaLocation: string
Hyperlink reference to schema describing this object
-
@type: string
The class type of the characteristic value
-
isDefault: boolean
A boolean. Indicates if the value is the default value for a characteristic.
-
rangeInterval: string
Allowed Values:
[ "OPEN", "CLOSED", "CLOSED_BOTTOM", "CLOSED_TOP" ]
A string. An indicator that specifies the inclusion or exclusion of the valueFrom and valueTo attributes. If applicable, possible values are 'open', 'closed', 'closedBottom' and 'closedTop'. -
regex: string
A string. A regular expression constraint for given value.
-
unitOfMeasure: string
A string. A length, surface, volume, dry measure, liquid measure, money, weight, time, and the like. In general, a determinate quantity or magnitude of the kind designated, taken as a standard of comparison for others of the same kind, in assigning to them numerical values, as 1 foot, 1 yard, 1 mile, 1 square foot.
-
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party -
value(required):
value
An object (object). A discrete value that the characteristic can take on, or the actual value of the characteristic.
-
valueFrom: string
An integer. The low range value that a characteristic can take on.
-
valueTo: string
An integer. The upper range value that a characteristic can take on.
-
valueType: string
Allowed Values:
[ "STRING", "NUMBER", "OBJECT", "ARRAY", "DECIMAL", "BOOLEAN", "DATE", "DATETIME" ]
A string. A kind of value that the characteristic can take on, such as numeric, text, and so forth.
object
array
object
CustProfSpecCharRelationshipOracle
-
@baseType: string
base class type (immediate parent) of the CustomerProfileSpecCharacteristicRelationship
-
@schemaLocation: string
hyperlink reference to schema describing this object
-
@type: string
Class type of target customer profile specification Characteristic Relationship
-
charSpecSeq: integer
Characteristic sequence.
-
href: string
A string. Reference of the target customer profile.
-
id(required): string
A string. Unique identifier of the target customer profile Specification.
-
name(required): string
A string. Name of the target characteristic.
-
relationshipType(required): string
Allowed Values:
[ "AGGREGATION", "MIGRATION", "SUBSTITUTION", "DEPENDENCY", "EXCLUSIVITY" ]
A string. Type of relationship such as aggregation, migration, substitution, dependency, exclusivity. -
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party
object
CustProfSpecRelationshipOracle
-
@baseType: string
The immediate base class type of the specification
-
@schemaLocation: string
A link to the schema describing this specification entity
-
@type: string
the class type of the specification
-
href: string
Reference of the specification
-
id(required): string
Unique identifier of the specification
-
name: string
name of the specification
-
relationshipType(required): string
Allowed Values:
[ "AGGREGATION", "MIGRATION", "SUBSTITUTION", "DEPENDENCY", "EXCLUSIVITY" ]
A string. Type of relationship such as migration, substitution, dependency, exclusivity. -
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party
object
RelatedParty
-
@baseType: string
The immediate base class type of the RelatedParty
-
@referredType: string
The class type of referred party/party role reference
-
@schemaLocation: string
A link to the schema describing this RelatedParty entity
-
@type: string
the class type of the RelatedParty
-
href: string
Reference of the related party, could be a party reference or a party role reference
-
id(required): string
Unique identifier of a related party
-
name: string
Name of the related party
-
role: string
Role of the related party.
Response
- application/json
200 Response
array
-
Array of:
object CustomerProfileSpecificationOracle
Title:
CustomerProfileSpecificationOracle
The Customer Profile Specification resource represents a set of customer profile characteristics and relationships.
object
CustomerProfileSpecificationOracle
-
@baseType: string
Immediate base (class) type of the Customer Profile Specification
-
@schemaLocation: string
A link to the schema describing this Customer Profle Specification
-
@type: string
Class type of the Customer Profile Specification
-
applicationName: string
name of the external application
-
created: string
(date-time)
Date and time of the creation
-
createdBy: string
name of the person who created item
-
custProfSpecCharacteristic: array
custProfSpecCharacteristic
-
custProfSpecificationRelationship: array
custProfSpecificationRelationship
-
description: string
A string. A narrative that explains in detail what the customer profile specification is.
-
externalId: string
id of the external application
-
href: string
A string. Reference of the customer profile specification.
-
id: string
Maximum Length:
30
A string. Unique identifier of the customer profile specification. -
lastUpdate: string
(date-time)
A date time (DateTime). Date and time of the last update of the Customer Profile specification.
-
lastUpdatedBy: string
name of the person who updated item
-
lifecycleStatus: string
A string. Used to indicate the current lifecycle status of the customer profile specification.
-
name(required): string
A string. Name of the customer profile specification.
-
project: object
ProjectRef
Title:
ProjectRef
Project Reference - relatedParty: array relatedParty
-
validFor: object
TimePeriod
Title:
TimePeriod
The period for which the productOffering is valid -
version: string
A string. customer profile specification version.
-
versionState: number
Version state of the Customer Profile Specification
array
-
Array of:
object CustProfSpecCharacteristicOracle
Title:
CustProfSpecCharacteristicOracle
A list of customer profile spec characteristics (CustomerProfileSpecificationCharacteristic [*]). This class represents the key features of this customer profile specification.
array
-
Array of:
object CustProfSpecRelationshipOracle
Title:
CustProfSpecRelationshipOracle
A list of usage spec relationships (CustomerProfileSpecificationRelationship [*]). A list of customer profile specifications related to this specification.
object
ProjectRef
-
href: string
Unique reference of the project
-
id(required): string
Unique identifier of the project
-
name: string
Name of the project
-
version: string
Version of the project
object
TimePeriod
-
endDateTime: string
(date-time)
An instant of time, ending at the TimePeriod.
-
startDateTime(required): string
(date-time)
An instant of time, starting at the TimePeriod
object
CustProfSpecCharacteristicOracle
-
@baseType: string
base class type (immediate parent) of the CustProfSpecCharacteristic
-
@schemaLocation: string
hyperlink reference to the schema describing this characteristic
-
@type: string
the class type of this characteristic
-
@valueSchemaLocation: string
A string. This (optional) field provides a link to the schema describing the value type.
-
configurable: boolean
A boolean. If true, the Boolean indicates that the CustProfSpecCharacteristic is configurable.
-
custProfSpecCharacteristicValue: array
custProfSpecCharacteristicValue
-
custProfSpecCharRelationship: array
custProfSpecCharRelationship
-
description: string
A string. A narrative that explains in detail what the SpecCharacteristic is.
-
extensible: boolean
A boolean. An indicator that specifies that the values for the characteristic can be extended by adding new values when instantiating a characteristic for an Entity.
-
isUnique: boolean
A boolean. An indicator that specifies if a value is unique for the specification. Possible values are; 'unique while value is in effect' and 'unique whether value is in effect or not'.
-
maxCardinality: integer
An integer. The maximum number of instances a CharacteristicValue can take on.
-
minCardinality: integer
An integer. The minimum number of instances a CharacteristicValue can take on.
-
name(required): string
A string. A word, term, or phrase by which this characteristic specification is known and distinguished from other characteristic specifications.
-
regex: string
A string. A rule or principle represented in regular expression used to derive the value of a characteristic value.
-
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party -
valueType: string
Allowed Values:
[ "STRING", "NUMBER", "OBJECT", "ARRAY", "DECIMAL", "BOOLEAN", "DATE", "DATETIME" ]
A string. A kind of value that the characteristic can take on, such as numeric, text and so forth.
array
-
Array of:
object CustProfSpecCharacteristicValueOracle
Title:
CustProfSpecCharacteristicValueOracle
A list of customer profile spec characteristic values A CustomerProfileSpecificationCharacteristicValue object is used to define a set of attributes, each of which can be assigned to a corresponding set of attributes in a SpecCharacteristic object. The values of the attributes in the SpecCharacteristicValue object describe the values of the attributes that a corresponding SpecCharacteristic object can take on.
array
-
Array of:
object CustProfSpecCharRelationshipOracle
Title:
CustProfSpecCharRelationshipOracle
A list of customer profile spec char relationships. An aggregation, migration, substitution, dependency or exclusivity relationship between/among Specification Characteristics.
object
TimePeriodOracle
-
endDateTime: string
(date-time)
An instant of time, ending at the TimePeriod.
-
startDateTime: string
(date-time)
An instant of time, starting at the TimePeriod
object
CustProfSpecCharacteristicValueOracle
-
@baseType: string
base class type (immediate parent) of the ServiceSpecCharacteristicValue
-
@schemaLocation: string
Hyperlink reference to schema describing this object
-
@type: string
The class type of the characteristic value
-
isDefault: boolean
A boolean. Indicates if the value is the default value for a characteristic.
-
rangeInterval: string
Allowed Values:
[ "OPEN", "CLOSED", "CLOSED_BOTTOM", "CLOSED_TOP" ]
A string. An indicator that specifies the inclusion or exclusion of the valueFrom and valueTo attributes. If applicable, possible values are 'open', 'closed', 'closedBottom' and 'closedTop'. -
regex: string
A string. A regular expression constraint for given value.
-
unitOfMeasure: string
A string. A length, surface, volume, dry measure, liquid measure, money, weight, time, and the like. In general, a determinate quantity or magnitude of the kind designated, taken as a standard of comparison for others of the same kind, in assigning to them numerical values, as 1 foot, 1 yard, 1 mile, 1 square foot.
-
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party -
value(required):
value
An object (object). A discrete value that the characteristic can take on, or the actual value of the characteristic.
-
valueFrom: string
An integer. The low range value that a characteristic can take on.
-
valueTo: string
An integer. The upper range value that a characteristic can take on.
-
valueType: string
Allowed Values:
[ "STRING", "NUMBER", "OBJECT", "ARRAY", "DECIMAL", "BOOLEAN", "DATE", "DATETIME" ]
A string. A kind of value that the characteristic can take on, such as numeric, text, and so forth.
object
array
object
CustProfSpecCharRelationshipOracle
-
@baseType: string
base class type (immediate parent) of the CustomerProfileSpecCharacteristicRelationship
-
@schemaLocation: string
hyperlink reference to schema describing this object
-
@type: string
Class type of target customer profile specification Characteristic Relationship
-
charSpecSeq: integer
Characteristic sequence.
-
href: string
A string. Reference of the target customer profile.
-
id(required): string
A string. Unique identifier of the target customer profile Specification.
-
name(required): string
A string. Name of the target characteristic.
-
relationshipType(required): string
Allowed Values:
[ "AGGREGATION", "MIGRATION", "SUBSTITUTION", "DEPENDENCY", "EXCLUSIVITY" ]
A string. Type of relationship such as aggregation, migration, substitution, dependency, exclusivity. -
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party
object
CustProfSpecRelationshipOracle
-
@baseType: string
The immediate base class type of the specification
-
@schemaLocation: string
A link to the schema describing this specification entity
-
@type: string
the class type of the specification
-
href: string
Reference of the specification
-
id(required): string
Unique identifier of the specification
-
name: string
name of the specification
-
relationshipType(required): string
Allowed Values:
[ "AGGREGATION", "MIGRATION", "SUBSTITUTION", "DEPENDENCY", "EXCLUSIVITY" ]
A string. Type of relationship such as migration, substitution, dependency, exclusivity. -
validFor: object
TimePeriodOracle
Title:
TimePeriodOracle
Validity period of the related party
object
RelatedParty
-
@baseType: string
The immediate base class type of the RelatedParty
-
@referredType: string
The class type of referred party/party role reference
-
@schemaLocation: string
A link to the schema describing this RelatedParty entity
-
@type: string
the class type of the RelatedParty
-
href: string
Reference of the related party, could be a party reference or a party role reference
-
id(required): string
Unique identifier of a related party
-
name: string
Name of the related party
-
role: string
Role of the related party.
400 Response
array
-
Array of:
object Discriminator: @type
Discriminator:
{ "propertyName":"@type", "mapping":{ "Error":"#/components/schemas/Error", "BulkError":"#/components/schemas/BulkError" } }
401 Response
object
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
404 Response
object
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
405 Response
object
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
500 Response
object
Error
-
@schemaLocation: string
It provides a link to the schema describing a REST resource.
-
@type: string
The class type of a REST resource.
-
code(required): string
Application related code (as defined in the API or from a common list)
-
message: string
Text that provide more details and corrective actions related to the error. This can be shown to a client user.
-
reason(required): string
Text that explains the reason for error. This can be shown to a client user.
-
referenceError: string
url pointing to documentation describing the error
-
status: string
http error code extension like 400-2
Examples
The following example shows how to create or update an array of customer profile specification by submitting a put request on the REST resource using cURL.
cURL Command
curl -u username:password -X PUT https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/customerProfileSpecifications -H 'Content-Type: application/json' -D @customprofilespecifications.json | json_pp
Example of Request Body
The following shows an example of the request body in JSON format.
[ { "id": "CustomerProfileSpec_Y2021_001", "name": "CustomerProfileSpec_Y2021_001", "description": "Description of CustomerProfileSpec_Y2021_001", "version": "1.0", "lifecycleStatus": "In design", "@type": "CustomerProfileSpecificationOracle", "@baseType": "CustomerProfileSpecificationOracle", "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "project": { "id": "BulkDocProject", "name": "Bulk Doc Project" }, "custProfSpecCharacteristic": [ { "name": "generalInformation", "description": "General Information", "valueType": "STRING", "extensible": false, "configurable": false, "isUnique": true, "minCardinality": 0, "maxCardinality": 1, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" } }, { "name": "availableColor", "description": "Available Color", "valueType": "STRING", "extensible": true, "configurable": true, "isUnique": true, "minCardinality": 0, "maxCardinality": 1, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "custProfSpecCharacteristicValue": [ { "unitOfMeasure": "GIGABYTE", "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "valueType": "STRING", "value": "Maple Gold" }, { "unitOfMeasure": "GIGABYTE", "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "valueType": "STRING", "value": "Crown Silver" }, { "unitOfMeasure": "GIGABYTE", "isDefault": true, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "valueType": "STRING", "value": "Majestic Black" }, { "unitOfMeasure": "GIGABYTE", "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "valueType": "STRING", "value": "Royal Gold" } ] } ] }, { "id": "CustomerProfileSpec_Y2021_002", "name": "CustomerProfileSpec_Y2021_002", "description": "description of CustomerProfileSpec_Y2021_002", "version": "1.0", "lifecycleStatus": "In design", "@type": "CustomerProfileSpecificationOracle", "@baseType": "CustomerProfileSpecificationOracle", "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "project": { "id": "BulkDocProject", "name": "Bulk Doc Project" }, "custProfSpecCharacteristic": [ { "name": "generalInformation_att", "description": "General Information att", "valueType": "STRING", "extensible": false, "configurable": false, "isUnique": true, "minCardinality": 0, "maxCardinality": 1, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" } }, { "name": "availableColor", "description": "Available Color", "valueType": "STRING", "extensible": true, "configurable": true, "isUnique": true, "minCardinality": 0, "maxCardinality": 1, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "custProfSpecCharacteristicValue": [ { "unitOfMeasure": "GIGABYTE", "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "valueType": "STRING", "value": "Maple Gold" }, { "unitOfMeasure": "GIGABYTE", "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "valueType": "STRING", "value": "Crown Silver" }, { "unitOfMeasure": "GIGABYTE", "isDefault": true, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "valueType": "STRING", "value": "Majestic Black" }, { "unitOfMeasure": "GIGABYTE", "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "valueType": "STRING", "value": "Royal Gold" } ] } ] } ]
Example of Response Body
The following shows an example of the response body in JSON format.
[ { "id": "CustomerProfileSpec_Y2021_001", "name": "CustomerProfileSpec_Y2021_001", "description": "Description of CustomerProfileSpec_Y2021_001", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/customerProfileSpecifications/CustomerProfileSpec_Y2021_001", "version": "1.0", "lifecycleStatus": "In design", "@type": "CustomerProfileSpecificationOracle", "@baseType": "CustomerProfileSpecificationOracle", "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "project": { "id": "BulkDocProject", "name": "Bulk Doc Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/BulkDocProject" }, "custProfSpecCharacteristic": [ { "name": "generalInformation", "description": "General Information", "valueType": "STRING", "extensible": false, "configurable": false, "isUnique": true, "minCardinality": 0, "maxCardinality": 1, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" } }, { "name": "availableColor", "description": "Available Color", "valueType": "STRING", "extensible": true, "configurable": true, "isUnique": true, "minCardinality": 0, "maxCardinality": 1, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "custProfSpecCharacteristicValue": [ { "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "unitOfMeasure": "GIGABYTE", "valueType": "STRING", "value": "Maple Gold" }, { "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "unitOfMeasure": "GIGABYTE", "valueType": "STRING", "value": "Crown Silver" }, { "isDefault": true, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "unitOfMeasure": "GIGABYTE", "valueType": "STRING", "value": "Majestic Black" }, { "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "unitOfMeasure": "GIGABYTE", "valueType": "STRING", "value": "Royal Gold" } ] } ] }, { "id": "CustomerProfileSpec_Y2021_002", "name": "CustomerProfileSpec_Y2021_002", "description": "description of CustomerProfileSpec_Y2021_002", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/productCatalogManagement/v1/customerProfileSpecifications/CustomerProfileSpec_Y2021_002", "version": "1.0", "lifecycleStatus": "In design", "@type": "CustomerProfileSpecificationOracle", "@baseType": "CustomerProfileSpecificationOracle", "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "project": { "id": "BulkDocProject", "name": "Bulk Doc Project", "href": "https://{FusionAppsHost}/crmRestApi/atcProductCatalog/11.13.18.05/tmf-api/productCatalogManagement/v4/project/BulkDocProject" }, "custProfSpecCharacteristic": [ { "name": "generalInformation_att", "description": "General Information att", "valueType": "STRING", "extensible": false, "configurable": false, "isUnique": true, "minCardinality": 0, "maxCardinality": 1, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" } }, { "name": "availableColor", "description": "Available Color", "valueType": "STRING", "extensible": true, "configurable": true, "isUnique": true, "minCardinality": 0, "maxCardinality": 1, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "custProfSpecCharacteristicValue": [ { "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "unitOfMeasure": "GIGABYTE", "valueType": "STRING", "value": "Maple Gold" }, { "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "unitOfMeasure": "GIGABYTE", "valueType": "STRING", "value": "Crown Silver" }, { "isDefault": true, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "unitOfMeasure": "GIGABYTE", "valueType": "STRING", "value": "Majestic Black" }, { "isDefault": false, "validFor": { "startDateTime": "2020-01-18T00:00:00.000Z", "endDateTime": "2021-02-20T16:42:23.000Z" }, "unitOfMeasure": "GIGABYTE", "valueType": "STRING", "value": "Royal Gold" } ] } ] } ]