@salesforce/lds-adapters-industries-epc 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/industries-epc.js +5657 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createProductAttributeDefinition.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deactivate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/deploySnapshotIndex.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/adapters/fetchRelatedRecords.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/adapters/getConfigRuleMetadata.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getContextDefinitionInfoById.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexConfigurations.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexError.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getIndexSetting.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductAttributesByProductId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductById.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getProductFlowByProductId.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getSnapshots.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/patchIndexSetting.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/adapters/pcmCatalogUpdate.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/updateIndexConfigurations.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleConfigRuleMetadataByUsageTypeAndUsageSubType.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmConfigurationRuleContextDefinitionByContextDefinitionId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexConfigurations.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexError.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSetting.d.ts +12 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmIndexSnapshots.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductAttributesByProductId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsByProductId.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getConnectPcmProductsFlowByProductId.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectPcmActionsDeactivate.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/patchConnectPcmIndexSetting.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmActionsCatalogUpdate.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmIndexDeploy.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmProductAttributeDefinition.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/resources/postConnectPcmRelatedRecordsByEntityName.d.ts +17 -0
- package/dist/es/es2018/types/src/generated/resources/putConnectPcmIndexConfigurations.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/types/AttributeCategoryOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/AttributeDefinitionOutputRepresentation.d.ts +79 -0
- package/dist/es/es2018/types/src/generated/types/AttributePicklistOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/AttributePicklistValueOutputRepresentation.d.ts +55 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateGraphOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CatalogUpdateResponseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnInfoOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleHashColumnsInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ConfigRuleMetadataOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ContextDefinitionOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ContextFieldInfoOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ContextFieldsInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodeInfoOutputRepresentation.d.ts +44 -0
- package/dist/es/es2018/types/src/generated/types/ContextNodesInfoOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/DeactivateInputRepresentationWrapper.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/EpcErrorOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/ErrorOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/FieldsInfoOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationCollectionOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationFieldOutputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationInputRepresentation.d.ts +52 -0
- package/dist/es/es2018/types/src/generated/types/IndexConfigurationsUpdateOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/IndexErrorOutputRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingOutputRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/IndexSettingPatchOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/MetadataOutputRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ObjectInfoOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/PCMRecordOutputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/PriceOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/PricingModelOutputRepresentation.d.ts +43 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListInputRepresentationWrapper.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionListRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/ProductAttributeDefinitionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/ProductClassificationOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductComponentGroupOutputRepresentation.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/types/ProductFlowConnectRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductFlowOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/ProductOutputRepresentation.d.ts +84 -0
- package/dist/es/es2018/types/src/generated/types/ProductSpecificationRecordTypeOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductSpecificationTypeOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/ProductsOutputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/QuantityInfo.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RecordIdMapOutputRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/RecordUpdateOutputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/RelatedObjectRecordsOutputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsListOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/RelatedRecordsOutputRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/RuntimeCatalogSnapshotInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SettingInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SettingMetadataOutputRepresentation.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/types/SettingOutputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotCollectionOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotDeploymentOutputRepresentation.d.ts +46 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexErrorOutputRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexInfoOutputRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexLogOutputRepresentation.d.ts +49 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotIndexOutputRepresentation.d.ts +57 -0
- package/dist/es/es2018/types/src/generated/types/SnapshotOutputRepresentation.d.ts +41 -0
- package/dist/es/es2018/types/src/generated/types/Status.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/package.json +76 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +5799 -0
- package/src/raml/api.raml +1723 -0
- package/src/raml/luvio.raml +132 -0
|
@@ -0,0 +1,1723 @@
|
|
|
1
|
+
#%RAML 1.0
|
|
2
|
+
securedBy:
|
|
3
|
+
- OAuth2
|
|
4
|
+
title: Salesforce Connect API
|
|
5
|
+
version: '59.0'
|
|
6
|
+
mediaType: application/json
|
|
7
|
+
protocols:
|
|
8
|
+
- https
|
|
9
|
+
baseUri: /services/data/v66.0
|
|
10
|
+
securitySchemes:
|
|
11
|
+
OAuth2:
|
|
12
|
+
type: OAuth 2.0
|
|
13
|
+
settings:
|
|
14
|
+
authorizationUri: https://example.com/oauth/authorize
|
|
15
|
+
accessTokenUri: ''
|
|
16
|
+
authorizationGrants:
|
|
17
|
+
- implicit
|
|
18
|
+
annotationTypes:
|
|
19
|
+
oas-readOnly:
|
|
20
|
+
type: boolean
|
|
21
|
+
allowedTargets: TypeDeclaration
|
|
22
|
+
oas-collectionFormat:
|
|
23
|
+
type: string
|
|
24
|
+
oas-body-name:
|
|
25
|
+
type: string
|
|
26
|
+
allowedTargets: TypeDeclaration
|
|
27
|
+
types:
|
|
28
|
+
DeactivateInputRepresentation:
|
|
29
|
+
description: Representation for list of Record Ids
|
|
30
|
+
type: object
|
|
31
|
+
properties:
|
|
32
|
+
entityName:
|
|
33
|
+
description: Name of entity
|
|
34
|
+
type: string
|
|
35
|
+
parentRecordId:
|
|
36
|
+
description: Parent Product Id for PAD records
|
|
37
|
+
type: string
|
|
38
|
+
required: false
|
|
39
|
+
recordIds:
|
|
40
|
+
description: List of record ids
|
|
41
|
+
type: array
|
|
42
|
+
items:
|
|
43
|
+
type: string
|
|
44
|
+
ErrorOutputRepresentation:
|
|
45
|
+
description: Error description
|
|
46
|
+
type: object
|
|
47
|
+
properties:
|
|
48
|
+
details:
|
|
49
|
+
description: List of record ids creating error
|
|
50
|
+
type: array
|
|
51
|
+
items:
|
|
52
|
+
type: string
|
|
53
|
+
message:
|
|
54
|
+
description: Human readable error message
|
|
55
|
+
type: string
|
|
56
|
+
reason:
|
|
57
|
+
description: Machine readable (string) error code
|
|
58
|
+
type: string
|
|
59
|
+
|
|
60
|
+
# TODO Hand-Rolled due to issue #28 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAMmFgP)
|
|
61
|
+
DeactivateInputRepresentationWrapper:
|
|
62
|
+
description: Wrapper for DeactivateInputRepresentation
|
|
63
|
+
type: object
|
|
64
|
+
properties:
|
|
65
|
+
deactivateInputPayload:
|
|
66
|
+
type: DeactivateInputRepresentation
|
|
67
|
+
description: Input representation for entityName and list of record ids
|
|
68
|
+
|
|
69
|
+
ProductAttributeDefinitionInputRepresentation:
|
|
70
|
+
description: An Input Representation for create Product-Attribute Definition Api.
|
|
71
|
+
type: object
|
|
72
|
+
properties:
|
|
73
|
+
attributeDefinitionId:
|
|
74
|
+
description: Attribute Definition Id
|
|
75
|
+
type: string
|
|
76
|
+
attributeDefinitionName:
|
|
77
|
+
description: AttributeDefinition Name
|
|
78
|
+
type: string
|
|
79
|
+
productId:
|
|
80
|
+
description: Product Id
|
|
81
|
+
type: string
|
|
82
|
+
ProductAttributeDefinitionListInputRepresentation:
|
|
83
|
+
description: Input representation for list of Product-Attribute Definition
|
|
84
|
+
type: object
|
|
85
|
+
properties:
|
|
86
|
+
productAttributeDefinitions:
|
|
87
|
+
description: List of Product-Attribute Definitions
|
|
88
|
+
type: array
|
|
89
|
+
items:
|
|
90
|
+
type: object
|
|
91
|
+
|
|
92
|
+
# TODO Hand-Rolled due to issue #28 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAMmFgP)
|
|
93
|
+
ProductAttributeDefinitionListInputRepresentationWrapper:
|
|
94
|
+
description: Wrapper for ProductAttributeDefinitionListInputRepresentation
|
|
95
|
+
type: object
|
|
96
|
+
properties:
|
|
97
|
+
productAttributeDefinitionListInputPayload:
|
|
98
|
+
type: ProductAttributeDefinitionListInputRepresentation
|
|
99
|
+
description: Input representation for list of Product-Attribute Definition
|
|
100
|
+
|
|
101
|
+
ProductAttributeDefinitionListRepresentation:
|
|
102
|
+
description: Product-Attribute Definition List
|
|
103
|
+
type: object
|
|
104
|
+
properties:
|
|
105
|
+
data:
|
|
106
|
+
description: The list of Product-Attribute Definition records created
|
|
107
|
+
type: array
|
|
108
|
+
items:
|
|
109
|
+
type: ProductAttributeDefinitionRepresentation
|
|
110
|
+
message:
|
|
111
|
+
description: API result message
|
|
112
|
+
type: string
|
|
113
|
+
ProductAttributeDefinitionRepresentation:
|
|
114
|
+
description: Product-Attribute Definition
|
|
115
|
+
type: object
|
|
116
|
+
properties:
|
|
117
|
+
attributeDefinitionName:
|
|
118
|
+
description: The name of the attributeDefinition associated with the Product-Attribute
|
|
119
|
+
Definition
|
|
120
|
+
type: string
|
|
121
|
+
required: false
|
|
122
|
+
recordId:
|
|
123
|
+
description: The record Id of the Product-Attribute Definition
|
|
124
|
+
type: string
|
|
125
|
+
required: false
|
|
126
|
+
RecordIdMapOutputRepresentation:
|
|
127
|
+
description: Deactivate api response
|
|
128
|
+
type: object
|
|
129
|
+
properties:
|
|
130
|
+
errors:
|
|
131
|
+
description: The list of error messages
|
|
132
|
+
type: array
|
|
133
|
+
items:
|
|
134
|
+
type: ErrorOutputRepresentation
|
|
135
|
+
status:
|
|
136
|
+
description: Returns if the operation was a success or not
|
|
137
|
+
type: string
|
|
138
|
+
Status:
|
|
139
|
+
description: The output representation of the Status of the request.
|
|
140
|
+
type: object
|
|
141
|
+
properties:
|
|
142
|
+
code:
|
|
143
|
+
description: get Code.
|
|
144
|
+
type: string
|
|
145
|
+
required: false
|
|
146
|
+
message:
|
|
147
|
+
description: Get Error Message
|
|
148
|
+
type: string
|
|
149
|
+
required: false
|
|
150
|
+
errors:
|
|
151
|
+
description: get error details
|
|
152
|
+
type: array
|
|
153
|
+
required: false
|
|
154
|
+
items:
|
|
155
|
+
type: EpcErrorOutputRepresentation
|
|
156
|
+
ProductFlowConnectRepresentation:
|
|
157
|
+
description: Product Flow Connect Representation Model
|
|
158
|
+
type: object
|
|
159
|
+
properties:
|
|
160
|
+
flowApiName:
|
|
161
|
+
description: flowApiName
|
|
162
|
+
type: string
|
|
163
|
+
required: false
|
|
164
|
+
ProductFlowOutputRepresentation:
|
|
165
|
+
description: Product Flow Output Representation Model
|
|
166
|
+
type: object
|
|
167
|
+
properties:
|
|
168
|
+
correlationId:
|
|
169
|
+
description: correlation id for the request
|
|
170
|
+
type: string
|
|
171
|
+
required: false
|
|
172
|
+
productFlow:
|
|
173
|
+
description: productFlow
|
|
174
|
+
type: ProductFlowConnectRepresentation
|
|
175
|
+
required: false
|
|
176
|
+
status:
|
|
177
|
+
description: API result status
|
|
178
|
+
type: Status
|
|
179
|
+
required: false
|
|
180
|
+
ProductOutputRepresentation:
|
|
181
|
+
description: EPC Product Definition
|
|
182
|
+
type: object
|
|
183
|
+
properties:
|
|
184
|
+
attributeCategory:
|
|
185
|
+
description: attributeCategory
|
|
186
|
+
type: array
|
|
187
|
+
required: false
|
|
188
|
+
items:
|
|
189
|
+
type: AttributeCategoryOutputRepresentation
|
|
190
|
+
attributes:
|
|
191
|
+
description: attributes
|
|
192
|
+
type: array
|
|
193
|
+
required: false
|
|
194
|
+
items:
|
|
195
|
+
type: AttributeDefinitionOutputRepresentation
|
|
196
|
+
categoryId:
|
|
197
|
+
description: categoryId
|
|
198
|
+
type: string
|
|
199
|
+
required: false
|
|
200
|
+
childProducts:
|
|
201
|
+
description: childProducts
|
|
202
|
+
type: array
|
|
203
|
+
required: false
|
|
204
|
+
items:
|
|
205
|
+
type: ProductOutputRepresentation
|
|
206
|
+
description:
|
|
207
|
+
description: description
|
|
208
|
+
type: string
|
|
209
|
+
required: false
|
|
210
|
+
displayUrl:
|
|
211
|
+
description: displayUrl
|
|
212
|
+
type: string
|
|
213
|
+
required: false
|
|
214
|
+
id:
|
|
215
|
+
description: id
|
|
216
|
+
type: string
|
|
217
|
+
required: false
|
|
218
|
+
isComponentRequired:
|
|
219
|
+
description: isComponentRequired
|
|
220
|
+
type: boolean
|
|
221
|
+
required: false
|
|
222
|
+
isDefaultComponent:
|
|
223
|
+
description: isDefaultComponent
|
|
224
|
+
type: boolean
|
|
225
|
+
required: false
|
|
226
|
+
isQuantityEditable:
|
|
227
|
+
description: isQuantityEditable
|
|
228
|
+
type: boolean
|
|
229
|
+
required: false
|
|
230
|
+
name:
|
|
231
|
+
description: name
|
|
232
|
+
type: string
|
|
233
|
+
required: false
|
|
234
|
+
nodeType:
|
|
235
|
+
description: nodeType
|
|
236
|
+
type: string
|
|
237
|
+
required: false
|
|
238
|
+
prices:
|
|
239
|
+
description: prices
|
|
240
|
+
type: array
|
|
241
|
+
required: false
|
|
242
|
+
items:
|
|
243
|
+
type: PriceOutputRepresentation
|
|
244
|
+
productClassification:
|
|
245
|
+
description: productClassification
|
|
246
|
+
type: ProductClassificationOutputRepresentation
|
|
247
|
+
required: false
|
|
248
|
+
productCode:
|
|
249
|
+
description: productCode
|
|
250
|
+
type: string
|
|
251
|
+
required: false
|
|
252
|
+
productComponentGroups:
|
|
253
|
+
description: productComponentGroups
|
|
254
|
+
type: array
|
|
255
|
+
required: false
|
|
256
|
+
items:
|
|
257
|
+
type: ProductComponentGroupOutputRepresentation
|
|
258
|
+
productSpecificationType:
|
|
259
|
+
description: productSpecificationType
|
|
260
|
+
type: ProductSpecificationTypeOutputRepresentation
|
|
261
|
+
required: false
|
|
262
|
+
quantityInfo:
|
|
263
|
+
description: getQuantityInfo
|
|
264
|
+
type: QuantityInfo
|
|
265
|
+
required: false
|
|
266
|
+
PCMRecordOutputRepresentation:
|
|
267
|
+
description: PCMRecord
|
|
268
|
+
type: object
|
|
269
|
+
properties:
|
|
270
|
+
id:
|
|
271
|
+
description: id
|
|
272
|
+
type: string
|
|
273
|
+
required: false
|
|
274
|
+
name:
|
|
275
|
+
description: name
|
|
276
|
+
type: string
|
|
277
|
+
required: false
|
|
278
|
+
RelatedObjectRecordsOutputRepresentation:
|
|
279
|
+
description: relatedRecords for a given recordId and relatedObject API Name
|
|
280
|
+
type: object
|
|
281
|
+
properties:
|
|
282
|
+
count:
|
|
283
|
+
description: count
|
|
284
|
+
type: integer
|
|
285
|
+
records:
|
|
286
|
+
description: The list of related Records
|
|
287
|
+
type: array
|
|
288
|
+
items:
|
|
289
|
+
type: PCMRecordOutputRepresentation
|
|
290
|
+
relatedObjectAPIName:
|
|
291
|
+
description: relatedObjectAPIName
|
|
292
|
+
type: string
|
|
293
|
+
RelatedRecordsInputRepresentation:
|
|
294
|
+
description: An input representation for related records Bulk Primitive Api.
|
|
295
|
+
type: object
|
|
296
|
+
properties:
|
|
297
|
+
correlationId:
|
|
298
|
+
description: correlationId
|
|
299
|
+
type: string
|
|
300
|
+
required: false
|
|
301
|
+
recordIds:
|
|
302
|
+
description: List of recordIds
|
|
303
|
+
type: array
|
|
304
|
+
items:
|
|
305
|
+
type: string
|
|
306
|
+
relatedObjectNodes:
|
|
307
|
+
description: List of related object nodes
|
|
308
|
+
type: array
|
|
309
|
+
items:
|
|
310
|
+
type: any
|
|
311
|
+
RelatedRecordsListOutputRepresentation:
|
|
312
|
+
description: Response of related records Bulk Primitive Api.
|
|
313
|
+
type: object
|
|
314
|
+
properties:
|
|
315
|
+
correlationId:
|
|
316
|
+
description: correlation id for the request
|
|
317
|
+
type: string
|
|
318
|
+
relatedRecords:
|
|
319
|
+
description: The list of related records.
|
|
320
|
+
type: array
|
|
321
|
+
items:
|
|
322
|
+
type: RelatedRecordsOutputRepresentation
|
|
323
|
+
status:
|
|
324
|
+
description: API result status
|
|
325
|
+
type: Status
|
|
326
|
+
RelatedRecordsOutputRepresentation:
|
|
327
|
+
description: list of relatedObjectRecords for a given recordId
|
|
328
|
+
type: object
|
|
329
|
+
properties:
|
|
330
|
+
recordId:
|
|
331
|
+
description: The list of related Records
|
|
332
|
+
type: string
|
|
333
|
+
relatedObjectRecords:
|
|
334
|
+
description: relatedObjectRecords
|
|
335
|
+
type: array
|
|
336
|
+
items:
|
|
337
|
+
type: RelatedObjectRecordsOutputRepresentation
|
|
338
|
+
AttributeCategoryOutputRepresentation:
|
|
339
|
+
description: Attribute Category
|
|
340
|
+
type: object
|
|
341
|
+
properties:
|
|
342
|
+
attributes:
|
|
343
|
+
description: attributes
|
|
344
|
+
type: array
|
|
345
|
+
required: false
|
|
346
|
+
items:
|
|
347
|
+
type: AttributeDefinitionOutputRepresentation
|
|
348
|
+
code:
|
|
349
|
+
description: code
|
|
350
|
+
type: string
|
|
351
|
+
required: false
|
|
352
|
+
id:
|
|
353
|
+
description: id
|
|
354
|
+
type: string
|
|
355
|
+
required: false
|
|
356
|
+
name:
|
|
357
|
+
description: name
|
|
358
|
+
type: string
|
|
359
|
+
required: false
|
|
360
|
+
AttributeDefinitionOutputRepresentation:
|
|
361
|
+
description: Attribute Definition
|
|
362
|
+
type: object
|
|
363
|
+
properties:
|
|
364
|
+
code:
|
|
365
|
+
description: code
|
|
366
|
+
type: string
|
|
367
|
+
required: false
|
|
368
|
+
dataType:
|
|
369
|
+
description: dataType
|
|
370
|
+
type: string
|
|
371
|
+
required: false
|
|
372
|
+
defaultHelpText:
|
|
373
|
+
description: defaultHelpText
|
|
374
|
+
type: string
|
|
375
|
+
required: false
|
|
376
|
+
defaultValue:
|
|
377
|
+
description: defaultValue
|
|
378
|
+
type: string
|
|
379
|
+
required: false
|
|
380
|
+
description:
|
|
381
|
+
description: description
|
|
382
|
+
type: string
|
|
383
|
+
required: false
|
|
384
|
+
id:
|
|
385
|
+
description: id
|
|
386
|
+
type: string
|
|
387
|
+
required: false
|
|
388
|
+
isActive:
|
|
389
|
+
description: isActive
|
|
390
|
+
type: boolean
|
|
391
|
+
required: false
|
|
392
|
+
isCloneable:
|
|
393
|
+
description: isCloneable
|
|
394
|
+
type: boolean
|
|
395
|
+
required: false
|
|
396
|
+
isConfigurable:
|
|
397
|
+
description: isConfigurable
|
|
398
|
+
type: boolean
|
|
399
|
+
required: false
|
|
400
|
+
isEncrypted:
|
|
401
|
+
description: isEncrypted
|
|
402
|
+
type: boolean
|
|
403
|
+
required: false
|
|
404
|
+
isHidden:
|
|
405
|
+
description: isHidden
|
|
406
|
+
type: boolean
|
|
407
|
+
required: false
|
|
408
|
+
isPriceImpacting:
|
|
409
|
+
description: isPriceImpacting
|
|
410
|
+
type: boolean
|
|
411
|
+
required: false
|
|
412
|
+
isReadOnly:
|
|
413
|
+
description: isReadOnly
|
|
414
|
+
type: boolean
|
|
415
|
+
required: false
|
|
416
|
+
isRequired:
|
|
417
|
+
description: isRequired
|
|
418
|
+
type: boolean
|
|
419
|
+
required: false
|
|
420
|
+
label:
|
|
421
|
+
description: label
|
|
422
|
+
type: string
|
|
423
|
+
required: false
|
|
424
|
+
name:
|
|
425
|
+
description: name
|
|
426
|
+
type: string
|
|
427
|
+
required: false
|
|
428
|
+
picklist:
|
|
429
|
+
description: attributePicklist
|
|
430
|
+
type: AttributePicklistOutputRepresentation
|
|
431
|
+
required: false
|
|
432
|
+
valueDescription:
|
|
433
|
+
description: valueDescription
|
|
434
|
+
type: string
|
|
435
|
+
required: false
|
|
436
|
+
AttributePicklistOutputRepresentation:
|
|
437
|
+
description: Attribute PickList
|
|
438
|
+
type: object
|
|
439
|
+
properties:
|
|
440
|
+
code:
|
|
441
|
+
description: code
|
|
442
|
+
type: string
|
|
443
|
+
required: false
|
|
444
|
+
dataType:
|
|
445
|
+
description: dataType
|
|
446
|
+
type: string
|
|
447
|
+
required: false
|
|
448
|
+
description:
|
|
449
|
+
description: description
|
|
450
|
+
type: string
|
|
451
|
+
required: false
|
|
452
|
+
id:
|
|
453
|
+
description: id
|
|
454
|
+
type: string
|
|
455
|
+
required: false
|
|
456
|
+
name:
|
|
457
|
+
description: name
|
|
458
|
+
type: string
|
|
459
|
+
required: false
|
|
460
|
+
values:
|
|
461
|
+
description: attributePicklistValues
|
|
462
|
+
type: array
|
|
463
|
+
required: false
|
|
464
|
+
items:
|
|
465
|
+
type: AttributePicklistValueOutputRepresentation
|
|
466
|
+
AttributePicklistValueOutputRepresentation:
|
|
467
|
+
description: Attribute PickList Value
|
|
468
|
+
type: object
|
|
469
|
+
properties:
|
|
470
|
+
abbreviation:
|
|
471
|
+
description: abbreviation
|
|
472
|
+
type: string
|
|
473
|
+
required: false
|
|
474
|
+
code:
|
|
475
|
+
description: code
|
|
476
|
+
type: string
|
|
477
|
+
required: false
|
|
478
|
+
displayValue:
|
|
479
|
+
description: displayValue
|
|
480
|
+
type: string
|
|
481
|
+
required: false
|
|
482
|
+
id:
|
|
483
|
+
description: id
|
|
484
|
+
type: string
|
|
485
|
+
required: false
|
|
486
|
+
isBooleanValue:
|
|
487
|
+
description: isBooleanValue
|
|
488
|
+
type: boolean
|
|
489
|
+
required: false
|
|
490
|
+
isDefault:
|
|
491
|
+
description: isDefault
|
|
492
|
+
type: boolean
|
|
493
|
+
required: false
|
|
494
|
+
label:
|
|
495
|
+
description: label
|
|
496
|
+
type: string
|
|
497
|
+
required: false
|
|
498
|
+
name:
|
|
499
|
+
description: name
|
|
500
|
+
type: string
|
|
501
|
+
required: false
|
|
502
|
+
sequence:
|
|
503
|
+
description: sequence
|
|
504
|
+
type: string
|
|
505
|
+
required: false
|
|
506
|
+
textValue:
|
|
507
|
+
description: textValue
|
|
508
|
+
type: string
|
|
509
|
+
required: false
|
|
510
|
+
PriceOutputRepresentation:
|
|
511
|
+
description: EPC Product Price Definition
|
|
512
|
+
type: object
|
|
513
|
+
properties:
|
|
514
|
+
effectiveFrom:
|
|
515
|
+
description: effectiveFrom
|
|
516
|
+
type: string
|
|
517
|
+
required: false
|
|
518
|
+
effectiveTo:
|
|
519
|
+
description: effectiveTo
|
|
520
|
+
type: string
|
|
521
|
+
required: false
|
|
522
|
+
priceListEntryId:
|
|
523
|
+
description: priceListEntryId
|
|
524
|
+
type: string
|
|
525
|
+
required: false
|
|
526
|
+
pricebookId:
|
|
527
|
+
description: pricebookId
|
|
528
|
+
type: string
|
|
529
|
+
required: false
|
|
530
|
+
pricingModel:
|
|
531
|
+
description: pricingModel
|
|
532
|
+
type: PricingModelOutputRepresentation
|
|
533
|
+
required: false
|
|
534
|
+
unitPrice:
|
|
535
|
+
description: unitPrice
|
|
536
|
+
type: string
|
|
537
|
+
required: false
|
|
538
|
+
PricingModelOutputRepresentation:
|
|
539
|
+
description: EPC Product Pricing Model Definition
|
|
540
|
+
type: object
|
|
541
|
+
properties:
|
|
542
|
+
frequency:
|
|
543
|
+
description: frequency
|
|
544
|
+
type: string
|
|
545
|
+
required: false
|
|
546
|
+
id:
|
|
547
|
+
description: id
|
|
548
|
+
type: string
|
|
549
|
+
required: false
|
|
550
|
+
name:
|
|
551
|
+
description: name
|
|
552
|
+
type: string
|
|
553
|
+
required: false
|
|
554
|
+
occurrence:
|
|
555
|
+
description: occurrence
|
|
556
|
+
type: integer
|
|
557
|
+
required: false
|
|
558
|
+
pricingModelType:
|
|
559
|
+
description: pricingModelType
|
|
560
|
+
type: string
|
|
561
|
+
required: false
|
|
562
|
+
unitOfMeasure:
|
|
563
|
+
description: frequency
|
|
564
|
+
type: string
|
|
565
|
+
required: false
|
|
566
|
+
ProductClassificationOutputRepresentation:
|
|
567
|
+
description: The output representation of the product classification info.
|
|
568
|
+
type: object
|
|
569
|
+
properties:
|
|
570
|
+
id:
|
|
571
|
+
description: id
|
|
572
|
+
type: string
|
|
573
|
+
required: false
|
|
574
|
+
ProductComponentGroupOutputRepresentation:
|
|
575
|
+
description: ProductComponentGroupOutputRepresentation
|
|
576
|
+
type: object
|
|
577
|
+
properties:
|
|
578
|
+
code:
|
|
579
|
+
description: code
|
|
580
|
+
type: string
|
|
581
|
+
required: false
|
|
582
|
+
components:
|
|
583
|
+
description: components
|
|
584
|
+
type: array
|
|
585
|
+
required: false
|
|
586
|
+
items:
|
|
587
|
+
type: ProductOutputRepresentation
|
|
588
|
+
description:
|
|
589
|
+
description: description
|
|
590
|
+
type: string
|
|
591
|
+
required: false
|
|
592
|
+
id:
|
|
593
|
+
description: id
|
|
594
|
+
type: string
|
|
595
|
+
required: false
|
|
596
|
+
maxBundleComponents:
|
|
597
|
+
description: maxBundleComponents
|
|
598
|
+
type: integer
|
|
599
|
+
required: false
|
|
600
|
+
minBundleComponents:
|
|
601
|
+
description: minBundleComponents
|
|
602
|
+
type: integer
|
|
603
|
+
required: false
|
|
604
|
+
name:
|
|
605
|
+
description: name
|
|
606
|
+
type: string
|
|
607
|
+
required: false
|
|
608
|
+
parentProductId:
|
|
609
|
+
description: parentProductId
|
|
610
|
+
type: string
|
|
611
|
+
required: false
|
|
612
|
+
sequence:
|
|
613
|
+
description: sequence
|
|
614
|
+
type: integer
|
|
615
|
+
required: false
|
|
616
|
+
ProductSpecificationRecordTypeOutputRepresentation:
|
|
617
|
+
description: ProductSpecificationRecordTypeOutputRepresentation
|
|
618
|
+
type: object
|
|
619
|
+
properties:
|
|
620
|
+
isCommercial:
|
|
621
|
+
description: isCommercial
|
|
622
|
+
type: boolean
|
|
623
|
+
required: false
|
|
624
|
+
ProductSpecificationTypeOutputRepresentation:
|
|
625
|
+
description: ProductSpecificationTypeOutputRepresentation
|
|
626
|
+
type: object
|
|
627
|
+
properties:
|
|
628
|
+
name:
|
|
629
|
+
description: productSpecificationTypeName
|
|
630
|
+
type: string
|
|
631
|
+
required: false
|
|
632
|
+
ProductsOutputRepresentation:
|
|
633
|
+
description: Products list
|
|
634
|
+
type: object
|
|
635
|
+
properties:
|
|
636
|
+
correlationId:
|
|
637
|
+
description: correlation id for the request
|
|
638
|
+
type: string
|
|
639
|
+
required: false
|
|
640
|
+
count:
|
|
641
|
+
description: count
|
|
642
|
+
type: integer
|
|
643
|
+
required: false
|
|
644
|
+
products:
|
|
645
|
+
description: The list of products
|
|
646
|
+
type: array
|
|
647
|
+
required: false
|
|
648
|
+
items:
|
|
649
|
+
type: ProductOutputRepresentation
|
|
650
|
+
status:
|
|
651
|
+
description: API result status
|
|
652
|
+
type: Status
|
|
653
|
+
required: false
|
|
654
|
+
ConfigRuleHashColumnInfoOutputRepresentation:
|
|
655
|
+
description: Response Model for the config rule hash column details
|
|
656
|
+
type: object
|
|
657
|
+
properties:
|
|
658
|
+
datatype:
|
|
659
|
+
description: Config Rule Hash Column Datatype
|
|
660
|
+
type: string
|
|
661
|
+
required: false
|
|
662
|
+
title:
|
|
663
|
+
description: Config Rule Hash Column Title
|
|
664
|
+
type: string
|
|
665
|
+
required: false
|
|
666
|
+
ConfigRuleHashColumnsInfoOutputRepresentation:
|
|
667
|
+
description: Response Model for the list of Config Rule HashColumns
|
|
668
|
+
type: object
|
|
669
|
+
properties:
|
|
670
|
+
configRuleHashColumnsInfo:
|
|
671
|
+
description: Config Rule Hash Column List
|
|
672
|
+
type: array
|
|
673
|
+
items:
|
|
674
|
+
type: ConfigRuleHashColumnInfoOutputRepresentation
|
|
675
|
+
ConfigRuleMetadataOutputRepresentation:
|
|
676
|
+
description: Response Model for the Context Definition API
|
|
677
|
+
type: object
|
|
678
|
+
properties:
|
|
679
|
+
configRuleHashColumns:
|
|
680
|
+
description: Config Rule Hash Columns
|
|
681
|
+
type: ConfigRuleHashColumnsInfoOutputRepresentation
|
|
682
|
+
required: false
|
|
683
|
+
contextDefinitionId:
|
|
684
|
+
description: Context Definition Id
|
|
685
|
+
type: string
|
|
686
|
+
required: false
|
|
687
|
+
contextDefinitionName:
|
|
688
|
+
description: Context Definition Name
|
|
689
|
+
type: string
|
|
690
|
+
required: false
|
|
691
|
+
contextNodes:
|
|
692
|
+
description: Context Node List
|
|
693
|
+
type: ContextNodesInfoOutputRepresentation
|
|
694
|
+
required: false
|
|
695
|
+
correlationId:
|
|
696
|
+
description: Correlation ID associated to the request
|
|
697
|
+
type: string
|
|
698
|
+
required: false
|
|
699
|
+
status:
|
|
700
|
+
description: API result status
|
|
701
|
+
type: Status
|
|
702
|
+
required: false
|
|
703
|
+
ContextDefinitionOutputRepresentation:
|
|
704
|
+
description: Response Model for the Context Definition API
|
|
705
|
+
type: object
|
|
706
|
+
properties:
|
|
707
|
+
contextDefinitionId:
|
|
708
|
+
description: Context Definition Id
|
|
709
|
+
type: string
|
|
710
|
+
required: false
|
|
711
|
+
contextDefinitionName:
|
|
712
|
+
description: Context Definition Name
|
|
713
|
+
type: string
|
|
714
|
+
required: false
|
|
715
|
+
contextNodes:
|
|
716
|
+
description: Context Node List
|
|
717
|
+
type: ContextNodesInfoOutputRepresentation
|
|
718
|
+
required: false
|
|
719
|
+
correlationId:
|
|
720
|
+
description: Correlation ID associated to the request
|
|
721
|
+
type: string
|
|
722
|
+
required: false
|
|
723
|
+
status:
|
|
724
|
+
description: API result status
|
|
725
|
+
type: Status
|
|
726
|
+
required: false
|
|
727
|
+
ContextFieldInfoOutputRepresentation:
|
|
728
|
+
description: Response Model for the Context Field details
|
|
729
|
+
type: object
|
|
730
|
+
properties:
|
|
731
|
+
apiName:
|
|
732
|
+
description: apiName of field
|
|
733
|
+
type: string
|
|
734
|
+
required: false
|
|
735
|
+
dataType:
|
|
736
|
+
description: Data type of field
|
|
737
|
+
type: string
|
|
738
|
+
required: false
|
|
739
|
+
fieldType:
|
|
740
|
+
description: Context field type ie Input/Output/InputOutput
|
|
741
|
+
type: string
|
|
742
|
+
required: false
|
|
743
|
+
name:
|
|
744
|
+
description: Name of field
|
|
745
|
+
type: string
|
|
746
|
+
required: false
|
|
747
|
+
parentNodeName:
|
|
748
|
+
description: Context Parent Node Name
|
|
749
|
+
type: string
|
|
750
|
+
required: false
|
|
751
|
+
path:
|
|
752
|
+
description: Path to field in the context
|
|
753
|
+
type: string
|
|
754
|
+
required: false
|
|
755
|
+
ContextFieldsInfoOutputRepresentation:
|
|
756
|
+
description: Response Model for the list of Context Field details
|
|
757
|
+
type: object
|
|
758
|
+
properties:
|
|
759
|
+
contextFieldsInfo:
|
|
760
|
+
description: Context Fields Info
|
|
761
|
+
type: array
|
|
762
|
+
items:
|
|
763
|
+
type: ContextFieldInfoOutputRepresentation
|
|
764
|
+
ContextNodeInfoOutputRepresentation:
|
|
765
|
+
description: Response Model for the Context Node details
|
|
766
|
+
type: object
|
|
767
|
+
properties:
|
|
768
|
+
apiName:
|
|
769
|
+
description: apiName of Node
|
|
770
|
+
type: string
|
|
771
|
+
required: false
|
|
772
|
+
childNodes:
|
|
773
|
+
description: Nested Context Node List
|
|
774
|
+
type: ContextNodesInfoOutputRepresentation
|
|
775
|
+
required: false
|
|
776
|
+
fields:
|
|
777
|
+
description: Context Node Fields List
|
|
778
|
+
type: ContextFieldsInfoOutputRepresentation
|
|
779
|
+
required: false
|
|
780
|
+
name:
|
|
781
|
+
description: Context Node name
|
|
782
|
+
type: string
|
|
783
|
+
required: false
|
|
784
|
+
parentNodeName:
|
|
785
|
+
description: Context Parent Node Name
|
|
786
|
+
type: string
|
|
787
|
+
required: false
|
|
788
|
+
path:
|
|
789
|
+
description: Context Node Full Path
|
|
790
|
+
type: string
|
|
791
|
+
required: false
|
|
792
|
+
ContextNodesInfoOutputRepresentation:
|
|
793
|
+
description: Response Model for the list of Context Node details
|
|
794
|
+
type: object
|
|
795
|
+
properties:
|
|
796
|
+
contextNodesInfo:
|
|
797
|
+
description: Context Node List
|
|
798
|
+
type: array
|
|
799
|
+
items:
|
|
800
|
+
type: ContextNodeInfoOutputRepresentation
|
|
801
|
+
QuantityInfo:
|
|
802
|
+
description: The output representation of the quantity info about a product.
|
|
803
|
+
type: object
|
|
804
|
+
properties:
|
|
805
|
+
maxQuantity:
|
|
806
|
+
description: getMaxQuantity
|
|
807
|
+
format: double
|
|
808
|
+
type: number
|
|
809
|
+
required: false
|
|
810
|
+
minQuantity:
|
|
811
|
+
description: getMinQuantity
|
|
812
|
+
format: double
|
|
813
|
+
type: number
|
|
814
|
+
required: false
|
|
815
|
+
quantity:
|
|
816
|
+
description: getQuantity
|
|
817
|
+
format: double
|
|
818
|
+
type: number
|
|
819
|
+
required: false
|
|
820
|
+
SnapshotCollectionOutputRepresentation:
|
|
821
|
+
description: Output Representation of Read Snapshot Resource
|
|
822
|
+
type: object
|
|
823
|
+
properties:
|
|
824
|
+
snapshots:
|
|
825
|
+
description: Returns the list of Active and Future Snapshots
|
|
826
|
+
type: array
|
|
827
|
+
required: false
|
|
828
|
+
items:
|
|
829
|
+
type: SnapshotOutputRepresentation
|
|
830
|
+
errors:
|
|
831
|
+
description: errors
|
|
832
|
+
type: array
|
|
833
|
+
required: false
|
|
834
|
+
items:
|
|
835
|
+
type: EpcErrorOutputRepresentation
|
|
836
|
+
statusCode:
|
|
837
|
+
description: statusCode
|
|
838
|
+
type: string
|
|
839
|
+
required: false
|
|
840
|
+
SnapshotIndexOutputRepresentation:
|
|
841
|
+
description: Runtime Catalog Snapshot Index Response
|
|
842
|
+
type: object
|
|
843
|
+
properties:
|
|
844
|
+
completedDate:
|
|
845
|
+
description: completed date of the index
|
|
846
|
+
type: string
|
|
847
|
+
required: false
|
|
848
|
+
createdDate:
|
|
849
|
+
description: created date of the index
|
|
850
|
+
type: string
|
|
851
|
+
required: false
|
|
852
|
+
id:
|
|
853
|
+
description: id of the snapshot index
|
|
854
|
+
type: string
|
|
855
|
+
required: false
|
|
856
|
+
indexBuildType:
|
|
857
|
+
description: index build type
|
|
858
|
+
type: string
|
|
859
|
+
required: false
|
|
860
|
+
indexInfos:
|
|
861
|
+
description: index info records for the snapshot index
|
|
862
|
+
type: array
|
|
863
|
+
required: false
|
|
864
|
+
items:
|
|
865
|
+
type: SnapshotIndexInfoOutputRepresentation
|
|
866
|
+
indexLogs:
|
|
867
|
+
description: index logs for the snapshot index
|
|
868
|
+
type: array
|
|
869
|
+
required: false
|
|
870
|
+
items:
|
|
871
|
+
type: SnapshotIndexLogOutputRepresentation
|
|
872
|
+
indexType:
|
|
873
|
+
description: index type of the snapshot index
|
|
874
|
+
type: string
|
|
875
|
+
required: false
|
|
876
|
+
lastBuildStatus:
|
|
877
|
+
description: last build status of the index
|
|
878
|
+
type: string
|
|
879
|
+
required: false
|
|
880
|
+
numberOfRecords:
|
|
881
|
+
description: number of records indexed
|
|
882
|
+
type: integer
|
|
883
|
+
required: false
|
|
884
|
+
venueId:
|
|
885
|
+
description: venue id of the snapshot index
|
|
886
|
+
type: string
|
|
887
|
+
required: false
|
|
888
|
+
SnapshotOutputRepresentation:
|
|
889
|
+
description: Runtime Catalog Snapshot Response
|
|
890
|
+
type: object
|
|
891
|
+
properties:
|
|
892
|
+
activationDate:
|
|
893
|
+
description: activate date of the snapshot
|
|
894
|
+
type: string
|
|
895
|
+
required: false
|
|
896
|
+
activationStatus:
|
|
897
|
+
description: activation status of the snapshot
|
|
898
|
+
type: string
|
|
899
|
+
required: false
|
|
900
|
+
activationType:
|
|
901
|
+
description: activation type of the snapshot
|
|
902
|
+
type: string
|
|
903
|
+
required: false
|
|
904
|
+
id:
|
|
905
|
+
description: id of the snapshot
|
|
906
|
+
type: string
|
|
907
|
+
required: false
|
|
908
|
+
snapshotIndexes:
|
|
909
|
+
description: list of snapshot indexes
|
|
910
|
+
type: array
|
|
911
|
+
required: false
|
|
912
|
+
items:
|
|
913
|
+
type: SnapshotIndexOutputRepresentation
|
|
914
|
+
SnapshotDeploymentInputRepresentation:
|
|
915
|
+
description: Input representation for deploying a snapshot of runtime catalog
|
|
916
|
+
type: object
|
|
917
|
+
properties:
|
|
918
|
+
buildType:
|
|
919
|
+
description: Type of index build
|
|
920
|
+
type: string
|
|
921
|
+
required: false
|
|
922
|
+
snapshot:
|
|
923
|
+
description: snapshot to deploy
|
|
924
|
+
type: any
|
|
925
|
+
required: false
|
|
926
|
+
RuntimeCatalogSnapshotInputRepresentation:
|
|
927
|
+
description: Input Representation for deploying a runtime catalog snapshot.
|
|
928
|
+
type: object
|
|
929
|
+
properties:
|
|
930
|
+
activationDate:
|
|
931
|
+
description: activate date of the snapshot
|
|
932
|
+
type: string
|
|
933
|
+
required: false
|
|
934
|
+
activationType:
|
|
935
|
+
description: activation type of the snapshot
|
|
936
|
+
type: string
|
|
937
|
+
required: false
|
|
938
|
+
id:
|
|
939
|
+
description: id of the snapshot
|
|
940
|
+
type: string
|
|
941
|
+
required: false
|
|
942
|
+
SnapshotDeploymentOutputRepresentation:
|
|
943
|
+
description: Snapshot Deployment response
|
|
944
|
+
type: object
|
|
945
|
+
properties:
|
|
946
|
+
snapshot:
|
|
947
|
+
description: Runtime Catalog Snapshot for which the index was created.
|
|
948
|
+
type: SnapshotOutputRepresentation
|
|
949
|
+
required: false
|
|
950
|
+
errors:
|
|
951
|
+
description: errors
|
|
952
|
+
type: array
|
|
953
|
+
required: false
|
|
954
|
+
items:
|
|
955
|
+
type: EpcErrorOutputRepresentation
|
|
956
|
+
statusCode:
|
|
957
|
+
description: statusCode
|
|
958
|
+
type: string
|
|
959
|
+
SnapshotIndexInfoOutputRepresentation:
|
|
960
|
+
description: Output Representation of a snapshot index info.
|
|
961
|
+
type: object
|
|
962
|
+
properties:
|
|
963
|
+
buildType:
|
|
964
|
+
description: Build type of the index (Full or Incremental)
|
|
965
|
+
type: string
|
|
966
|
+
required: false
|
|
967
|
+
id:
|
|
968
|
+
description: id of the index info record
|
|
969
|
+
type: string
|
|
970
|
+
required: false
|
|
971
|
+
isIncrementable:
|
|
972
|
+
description: Indicates if partial build is enabled or disabled
|
|
973
|
+
type: boolean
|
|
974
|
+
required: false
|
|
975
|
+
usageType:
|
|
976
|
+
description: Usage type of the index (Live or Out of use)
|
|
977
|
+
type: string
|
|
978
|
+
required: false
|
|
979
|
+
enum:
|
|
980
|
+
- Live
|
|
981
|
+
- OutOfUse
|
|
982
|
+
SnapshotIndexLogOutputRepresentation:
|
|
983
|
+
description: Output Representation of a snapshot index log.
|
|
984
|
+
type: object
|
|
985
|
+
properties:
|
|
986
|
+
catalogSnapshotTime:
|
|
987
|
+
description: Catalog snapshot time of the index
|
|
988
|
+
type: string
|
|
989
|
+
required: false
|
|
990
|
+
completionTime:
|
|
991
|
+
description: Completion time of the index
|
|
992
|
+
type: string
|
|
993
|
+
required: false
|
|
994
|
+
createdById:
|
|
995
|
+
description: ID of the user that initiated the index build
|
|
996
|
+
type: string
|
|
997
|
+
required: false
|
|
998
|
+
indexBuildStatus:
|
|
999
|
+
description: Status of the index build
|
|
1000
|
+
type: string
|
|
1001
|
+
required: false
|
|
1002
|
+
indexBuildType:
|
|
1003
|
+
description: Type of the index build (Full or Incremental).
|
|
1004
|
+
type: string
|
|
1005
|
+
required: false
|
|
1006
|
+
indexId:
|
|
1007
|
+
description: id of the index
|
|
1008
|
+
type: string
|
|
1009
|
+
required: false
|
|
1010
|
+
message:
|
|
1011
|
+
description: message for the index status
|
|
1012
|
+
type: string
|
|
1013
|
+
required: false
|
|
1014
|
+
numberOfChanges:
|
|
1015
|
+
description: Number of new or changed products included in the index
|
|
1016
|
+
type: integer
|
|
1017
|
+
required: false
|
|
1018
|
+
IndexConfigurationCollectionInputRepresentation:
|
|
1019
|
+
description: Input Representation for collection of IndexConfigurations
|
|
1020
|
+
type: object
|
|
1021
|
+
properties:
|
|
1022
|
+
correlationId:
|
|
1023
|
+
description: correlationId
|
|
1024
|
+
type: string
|
|
1025
|
+
required: false
|
|
1026
|
+
indexConfigurations:
|
|
1027
|
+
description: indexConfigurations
|
|
1028
|
+
type: array
|
|
1029
|
+
required: false
|
|
1030
|
+
items:
|
|
1031
|
+
type: any
|
|
1032
|
+
IndexConfigurationInputRepresentation:
|
|
1033
|
+
description: Input Representation for persisting IndexConfiguration
|
|
1034
|
+
type: object
|
|
1035
|
+
properties:
|
|
1036
|
+
attributeDefinitionId:
|
|
1037
|
+
description: attributeDefinitionId
|
|
1038
|
+
type: string
|
|
1039
|
+
required: false
|
|
1040
|
+
attributeFieldId:
|
|
1041
|
+
description: attributeFieldId
|
|
1042
|
+
type: string
|
|
1043
|
+
required: false
|
|
1044
|
+
isDisplayable:
|
|
1045
|
+
description: isDisplayable
|
|
1046
|
+
type: boolean
|
|
1047
|
+
required: false
|
|
1048
|
+
isSearchable:
|
|
1049
|
+
description: isSearchable
|
|
1050
|
+
type: boolean
|
|
1051
|
+
required: false
|
|
1052
|
+
isFacetable:
|
|
1053
|
+
description: isFacetable
|
|
1054
|
+
type: boolean
|
|
1055
|
+
required: false
|
|
1056
|
+
facetDisplayRank:
|
|
1057
|
+
description: facetDisplayRank
|
|
1058
|
+
type: integer
|
|
1059
|
+
required: false
|
|
1060
|
+
label:
|
|
1061
|
+
description: label
|
|
1062
|
+
type: string
|
|
1063
|
+
required: false
|
|
1064
|
+
name:
|
|
1065
|
+
description: name
|
|
1066
|
+
type: string
|
|
1067
|
+
required: false
|
|
1068
|
+
type:
|
|
1069
|
+
description: type
|
|
1070
|
+
type: string
|
|
1071
|
+
required: false
|
|
1072
|
+
IndexConfigurationCollectionOutputRepresentation:
|
|
1073
|
+
description: Collection of index configuration details
|
|
1074
|
+
type: object
|
|
1075
|
+
properties:
|
|
1076
|
+
correlationId:
|
|
1077
|
+
description: correlation id for the request
|
|
1078
|
+
type: string
|
|
1079
|
+
required: false
|
|
1080
|
+
indexConfigurations:
|
|
1081
|
+
description: index configurations
|
|
1082
|
+
type: array
|
|
1083
|
+
required: false
|
|
1084
|
+
items:
|
|
1085
|
+
type: IndexConfigurationFieldOutputRepresentation
|
|
1086
|
+
metadata:
|
|
1087
|
+
description: metadata information
|
|
1088
|
+
type: MetadataOutputRepresentation
|
|
1089
|
+
required: false
|
|
1090
|
+
errors:
|
|
1091
|
+
description: errors
|
|
1092
|
+
type: array
|
|
1093
|
+
required: false
|
|
1094
|
+
items:
|
|
1095
|
+
type: EpcErrorOutputRepresentation
|
|
1096
|
+
statusCode:
|
|
1097
|
+
description: statusCode
|
|
1098
|
+
type: string
|
|
1099
|
+
required: false
|
|
1100
|
+
IndexConfigurationsUpdateOutputRepresentation:
|
|
1101
|
+
description: Update index configuration response representation
|
|
1102
|
+
type: object
|
|
1103
|
+
properties:
|
|
1104
|
+
correlationId:
|
|
1105
|
+
description: correlation id for the request
|
|
1106
|
+
type: string
|
|
1107
|
+
required: false
|
|
1108
|
+
indexConfigurations:
|
|
1109
|
+
description: index configurations
|
|
1110
|
+
type: array
|
|
1111
|
+
required: false
|
|
1112
|
+
items:
|
|
1113
|
+
type: IndexConfigurationFieldOutputRepresentation
|
|
1114
|
+
errors:
|
|
1115
|
+
description: errors
|
|
1116
|
+
type: array
|
|
1117
|
+
required: false
|
|
1118
|
+
items:
|
|
1119
|
+
type: EpcErrorOutputRepresentation
|
|
1120
|
+
statusCode:
|
|
1121
|
+
description: statusCode
|
|
1122
|
+
type: string
|
|
1123
|
+
IndexConfigurationFieldOutputRepresentation:
|
|
1124
|
+
description: Details of the index configured field
|
|
1125
|
+
type: object
|
|
1126
|
+
properties:
|
|
1127
|
+
attributeDefinitionId:
|
|
1128
|
+
description: attributeDefinitionId
|
|
1129
|
+
type: string
|
|
1130
|
+
required: false
|
|
1131
|
+
attributeFieldId:
|
|
1132
|
+
description: attributeFieldId
|
|
1133
|
+
type: string
|
|
1134
|
+
required: false
|
|
1135
|
+
isDisplayable:
|
|
1136
|
+
description: IsDisplayable
|
|
1137
|
+
type: boolean
|
|
1138
|
+
required: false
|
|
1139
|
+
isSearchable:
|
|
1140
|
+
description: IsSearchable
|
|
1141
|
+
type: boolean
|
|
1142
|
+
required: false
|
|
1143
|
+
isFacetable:
|
|
1144
|
+
description: isFacetable
|
|
1145
|
+
type: boolean
|
|
1146
|
+
required: false
|
|
1147
|
+
facetDisplayRank:
|
|
1148
|
+
description: facetDisplayRank
|
|
1149
|
+
type: integer
|
|
1150
|
+
required: false
|
|
1151
|
+
label:
|
|
1152
|
+
description: label
|
|
1153
|
+
type: string
|
|
1154
|
+
required: false
|
|
1155
|
+
name:
|
|
1156
|
+
description: name
|
|
1157
|
+
type: string
|
|
1158
|
+
required: false
|
|
1159
|
+
type:
|
|
1160
|
+
description: type
|
|
1161
|
+
type: string
|
|
1162
|
+
required: false
|
|
1163
|
+
MetadataOutputRepresentation:
|
|
1164
|
+
description: Metadata information. Contains lists of different metadata types
|
|
1165
|
+
type: object
|
|
1166
|
+
properties:
|
|
1167
|
+
objectInfos:
|
|
1168
|
+
description: Metadata information for objects
|
|
1169
|
+
type: array
|
|
1170
|
+
required: false
|
|
1171
|
+
items:
|
|
1172
|
+
type: ObjectInfoOutputRepresentation
|
|
1173
|
+
ObjectInfoOutputRepresentation:
|
|
1174
|
+
description: The object along with it's fields
|
|
1175
|
+
type: object
|
|
1176
|
+
properties:
|
|
1177
|
+
fields:
|
|
1178
|
+
description: Fields of the Entity
|
|
1179
|
+
type: array
|
|
1180
|
+
required: false
|
|
1181
|
+
items:
|
|
1182
|
+
type: FieldsInfoOutputRepresentation
|
|
1183
|
+
name:
|
|
1184
|
+
description: Name of the Entity
|
|
1185
|
+
type: string
|
|
1186
|
+
required: false
|
|
1187
|
+
FieldsInfoOutputRepresentation:
|
|
1188
|
+
description: The metadata fields in an object
|
|
1189
|
+
type: object
|
|
1190
|
+
properties:
|
|
1191
|
+
customFieldId:
|
|
1192
|
+
description: customFieldId
|
|
1193
|
+
type: string
|
|
1194
|
+
required: false
|
|
1195
|
+
isConfigurable:
|
|
1196
|
+
description: isConfigurable
|
|
1197
|
+
type: boolean
|
|
1198
|
+
required: false
|
|
1199
|
+
isFacetableConfigurable:
|
|
1200
|
+
description: isFacetableConfigurable
|
|
1201
|
+
type: boolean
|
|
1202
|
+
required: false
|
|
1203
|
+
isSearchableConfigurable:
|
|
1204
|
+
description: isSearchableConfigurable
|
|
1205
|
+
type: boolean
|
|
1206
|
+
required: false
|
|
1207
|
+
label:
|
|
1208
|
+
description: label
|
|
1209
|
+
type: string
|
|
1210
|
+
required: false
|
|
1211
|
+
name:
|
|
1212
|
+
description: name
|
|
1213
|
+
type: string
|
|
1214
|
+
required: false
|
|
1215
|
+
type:
|
|
1216
|
+
description: type
|
|
1217
|
+
type: string
|
|
1218
|
+
required: false
|
|
1219
|
+
EpcErrorOutputRepresentation:
|
|
1220
|
+
description: EPC Error description
|
|
1221
|
+
type: object
|
|
1222
|
+
properties:
|
|
1223
|
+
errorCode:
|
|
1224
|
+
description: errorCode
|
|
1225
|
+
type: string
|
|
1226
|
+
required: false
|
|
1227
|
+
messageDetail:
|
|
1228
|
+
description: messageDetail
|
|
1229
|
+
type: string
|
|
1230
|
+
required: false
|
|
1231
|
+
messageTitle:
|
|
1232
|
+
description: messageTitle
|
|
1233
|
+
type: string
|
|
1234
|
+
required: false
|
|
1235
|
+
nodeProductId:
|
|
1236
|
+
description: nodeProductId
|
|
1237
|
+
type: string
|
|
1238
|
+
required: false
|
|
1239
|
+
recordId:
|
|
1240
|
+
description: recordId
|
|
1241
|
+
type: string
|
|
1242
|
+
required: false
|
|
1243
|
+
recordName:
|
|
1244
|
+
description: recordName
|
|
1245
|
+
type: string
|
|
1246
|
+
required: false
|
|
1247
|
+
source:
|
|
1248
|
+
description: The api name during which the error is encountered
|
|
1249
|
+
type: string
|
|
1250
|
+
required: false
|
|
1251
|
+
IndexSettingInputRepresentation:
|
|
1252
|
+
description: Input Representation for Index Setting
|
|
1253
|
+
type: object
|
|
1254
|
+
properties:
|
|
1255
|
+
setting:
|
|
1256
|
+
description: setting
|
|
1257
|
+
type: SettingInputRepresentation
|
|
1258
|
+
required: false
|
|
1259
|
+
SettingInputRepresentation:
|
|
1260
|
+
description: Input Representation for Setting
|
|
1261
|
+
type: object
|
|
1262
|
+
properties:
|
|
1263
|
+
defaultLanguage:
|
|
1264
|
+
description: default Language
|
|
1265
|
+
type: string
|
|
1266
|
+
required: false
|
|
1267
|
+
supportedLanguages:
|
|
1268
|
+
description: supportedLanguages
|
|
1269
|
+
type: array
|
|
1270
|
+
required: false
|
|
1271
|
+
items:
|
|
1272
|
+
type: string
|
|
1273
|
+
IndexSettingOutputRepresentation:
|
|
1274
|
+
description: Index Setting Get Response
|
|
1275
|
+
type: object
|
|
1276
|
+
properties:
|
|
1277
|
+
errors:
|
|
1278
|
+
description: errors
|
|
1279
|
+
type: array
|
|
1280
|
+
required: false
|
|
1281
|
+
items:
|
|
1282
|
+
type: EpcErrorOutputRepresentation
|
|
1283
|
+
metadata:
|
|
1284
|
+
description: Metadata for the Setting
|
|
1285
|
+
type: SettingMetadataOutputRepresentation
|
|
1286
|
+
required: false
|
|
1287
|
+
setting:
|
|
1288
|
+
description: Setting maintained for an org used in Indexing
|
|
1289
|
+
type: SettingOutputRepresentation
|
|
1290
|
+
required: false
|
|
1291
|
+
statusCode:
|
|
1292
|
+
description: statusCode
|
|
1293
|
+
type: string
|
|
1294
|
+
SettingMetadataOutputRepresentation:
|
|
1295
|
+
description: Setting Metadata Response
|
|
1296
|
+
type: object
|
|
1297
|
+
properties:
|
|
1298
|
+
activeLanguages:
|
|
1299
|
+
description: list of active languages in an org
|
|
1300
|
+
type: array
|
|
1301
|
+
required: false
|
|
1302
|
+
items:
|
|
1303
|
+
type: string
|
|
1304
|
+
SettingOutputRepresentation:
|
|
1305
|
+
description: Setting Response
|
|
1306
|
+
type: object
|
|
1307
|
+
properties:
|
|
1308
|
+
id:
|
|
1309
|
+
description: id of the setting
|
|
1310
|
+
type: string
|
|
1311
|
+
required: false
|
|
1312
|
+
defaultLanguage:
|
|
1313
|
+
description: Default Language for the API
|
|
1314
|
+
type: string
|
|
1315
|
+
required: false
|
|
1316
|
+
supportedLanguages:
|
|
1317
|
+
description: list of supported languages
|
|
1318
|
+
type: array
|
|
1319
|
+
required: false
|
|
1320
|
+
items:
|
|
1321
|
+
type: string
|
|
1322
|
+
IndexSettingPatchOutputRepresentation:
|
|
1323
|
+
description: Index Setting Patch Response
|
|
1324
|
+
type: object
|
|
1325
|
+
properties:
|
|
1326
|
+
errors:
|
|
1327
|
+
description: errors
|
|
1328
|
+
type: array
|
|
1329
|
+
required: false
|
|
1330
|
+
items:
|
|
1331
|
+
type: EpcErrorOutputRepresentation
|
|
1332
|
+
setting:
|
|
1333
|
+
description: Setting maintained for an org used in Indexing
|
|
1334
|
+
type: SettingOutputRepresentation
|
|
1335
|
+
required: false
|
|
1336
|
+
statusCode:
|
|
1337
|
+
description: statusCode
|
|
1338
|
+
type: string
|
|
1339
|
+
SnapshotIndexErrorOutputRepresentation:
|
|
1340
|
+
description: Output Representation of Snapshot Index Error Resource
|
|
1341
|
+
type: object
|
|
1342
|
+
properties:
|
|
1343
|
+
errors:
|
|
1344
|
+
description: List of errors encountered during the processing of the API request
|
|
1345
|
+
type: array
|
|
1346
|
+
required: false
|
|
1347
|
+
items:
|
|
1348
|
+
type: EpcErrorOutputRepresentation
|
|
1349
|
+
indexErrorDetails:
|
|
1350
|
+
description: Count and details of errors that occurred during indexing.
|
|
1351
|
+
type: IndexErrorOutputRepresentation
|
|
1352
|
+
required: false
|
|
1353
|
+
statusCode:
|
|
1354
|
+
description: Code indicating the status of the API request.
|
|
1355
|
+
type: string
|
|
1356
|
+
IndexErrorOutputRepresentation:
|
|
1357
|
+
description: Index Error Response
|
|
1358
|
+
type: object
|
|
1359
|
+
properties:
|
|
1360
|
+
errorFileId:
|
|
1361
|
+
description: ID of the exported error file that contains index errors.
|
|
1362
|
+
type: string
|
|
1363
|
+
required: false
|
|
1364
|
+
indexCreatedDate:
|
|
1365
|
+
description: Creation date of the index
|
|
1366
|
+
type: string
|
|
1367
|
+
required: false
|
|
1368
|
+
indexErrorsCount:
|
|
1369
|
+
description: Number of index-level errors
|
|
1370
|
+
type: integer
|
|
1371
|
+
required: false
|
|
1372
|
+
indexLastUpdatedDate:
|
|
1373
|
+
description: Date on which the index was last updated.
|
|
1374
|
+
type: string
|
|
1375
|
+
required: false
|
|
1376
|
+
itemLevelErrorsCount:
|
|
1377
|
+
description: Number of item-level errors
|
|
1378
|
+
type: integer
|
|
1379
|
+
required: false
|
|
1380
|
+
CatalogUpdateInputRepresentation:
|
|
1381
|
+
description: Input Representation for PCM Catalog Update.
|
|
1382
|
+
type: object
|
|
1383
|
+
properties:
|
|
1384
|
+
correlationId:
|
|
1385
|
+
description: correlationId
|
|
1386
|
+
type: string
|
|
1387
|
+
required: false
|
|
1388
|
+
objectGraph:
|
|
1389
|
+
description: objectGraph
|
|
1390
|
+
type: object
|
|
1391
|
+
properties:
|
|
1392
|
+
//:
|
|
1393
|
+
type: any
|
|
1394
|
+
source:
|
|
1395
|
+
description: source
|
|
1396
|
+
type: string
|
|
1397
|
+
CatalogUpdateResponseRepresentation:
|
|
1398
|
+
description: Catalog Update Response
|
|
1399
|
+
type: object
|
|
1400
|
+
properties:
|
|
1401
|
+
correlationId:
|
|
1402
|
+
description: CorrelationId as passed in request
|
|
1403
|
+
type: string
|
|
1404
|
+
graphResponse:
|
|
1405
|
+
description: response to graph request
|
|
1406
|
+
type: CatalogUpdateGraphOutputRepresentation
|
|
1407
|
+
required: false
|
|
1408
|
+
isSuccessful:
|
|
1409
|
+
description: Successful
|
|
1410
|
+
type: boolean
|
|
1411
|
+
required: false
|
|
1412
|
+
source:
|
|
1413
|
+
description: Source as passed in request
|
|
1414
|
+
type: string
|
|
1415
|
+
required: false
|
|
1416
|
+
status:
|
|
1417
|
+
description: API result status
|
|
1418
|
+
type: Status
|
|
1419
|
+
required: false
|
|
1420
|
+
CatalogUpdateGraphOutputRepresentation:
|
|
1421
|
+
description: Catalog Update Graph Response
|
|
1422
|
+
type: object
|
|
1423
|
+
properties:
|
|
1424
|
+
graphId:
|
|
1425
|
+
description: graphId as passed in request
|
|
1426
|
+
type: string
|
|
1427
|
+
required: false
|
|
1428
|
+
records:
|
|
1429
|
+
description: response to graph request
|
|
1430
|
+
type: array
|
|
1431
|
+
items:
|
|
1432
|
+
type: RecordUpdateOutputRepresentation
|
|
1433
|
+
required: false
|
|
1434
|
+
RecordUpdateOutputRepresentation:
|
|
1435
|
+
description: Record Update Response
|
|
1436
|
+
type: object
|
|
1437
|
+
properties:
|
|
1438
|
+
error:
|
|
1439
|
+
description: error
|
|
1440
|
+
type: EpcErrorOutputRepresentation
|
|
1441
|
+
required: false
|
|
1442
|
+
recordIdentifier:
|
|
1443
|
+
description: SObject identifier of record
|
|
1444
|
+
type: string
|
|
1445
|
+
required: false
|
|
1446
|
+
referenceId:
|
|
1447
|
+
description: ReferenceId of record as in request
|
|
1448
|
+
type: string
|
|
1449
|
+
required: false
|
|
1450
|
+
type:
|
|
1451
|
+
description: SObject type of record
|
|
1452
|
+
type: string
|
|
1453
|
+
required: false
|
|
1454
|
+
|
|
1455
|
+
/connect/pcm:
|
|
1456
|
+
/actions/catalog-update:
|
|
1457
|
+
post:
|
|
1458
|
+
displayName: postCatalogUpdate
|
|
1459
|
+
description: PCM Catalog Update API to update records of allowed types.
|
|
1460
|
+
responses:
|
|
1461
|
+
'200':
|
|
1462
|
+
description: Success
|
|
1463
|
+
body:
|
|
1464
|
+
application/json:
|
|
1465
|
+
type: CatalogUpdateResponseRepresentation
|
|
1466
|
+
body:
|
|
1467
|
+
application/json:
|
|
1468
|
+
type: CatalogUpdateInputRepresentation
|
|
1469
|
+
(oas-body-name): catalogUpdateRequestPayload
|
|
1470
|
+
/actions/deactivate:
|
|
1471
|
+
patch:
|
|
1472
|
+
description: Deactivate batch of records for an entity
|
|
1473
|
+
responses:
|
|
1474
|
+
'200':
|
|
1475
|
+
description: Success
|
|
1476
|
+
body:
|
|
1477
|
+
application/json:
|
|
1478
|
+
type: RecordIdMapOutputRepresentation
|
|
1479
|
+
body:
|
|
1480
|
+
application/json:
|
|
1481
|
+
# TODO Hand-Rolled due to issue #28 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAMmFgP)
|
|
1482
|
+
type: DeactivateInputRepresentationWrapper
|
|
1483
|
+
# TODO: Hand-rolled due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
|
|
1484
|
+
# required: false
|
|
1485
|
+
(oas-body-name): deactivateInputPayload
|
|
1486
|
+
/index:
|
|
1487
|
+
/configurations:
|
|
1488
|
+
get:
|
|
1489
|
+
displayName: getIndexConfiguration
|
|
1490
|
+
description: Get index configurations
|
|
1491
|
+
responses:
|
|
1492
|
+
'200':
|
|
1493
|
+
description: Success
|
|
1494
|
+
body:
|
|
1495
|
+
application/json:
|
|
1496
|
+
type: IndexConfigurationCollectionOutputRepresentation
|
|
1497
|
+
queryParameters:
|
|
1498
|
+
correlationId:
|
|
1499
|
+
type: string
|
|
1500
|
+
required: false
|
|
1501
|
+
fieldTypes:
|
|
1502
|
+
type: array
|
|
1503
|
+
required: false
|
|
1504
|
+
items:
|
|
1505
|
+
type: string
|
|
1506
|
+
(oas-collectionFormat): csv
|
|
1507
|
+
includeMetadata:
|
|
1508
|
+
type: boolean
|
|
1509
|
+
required: false
|
|
1510
|
+
put:
|
|
1511
|
+
displayName: putIndexConfiguration
|
|
1512
|
+
description: Update index configurations
|
|
1513
|
+
responses:
|
|
1514
|
+
'200':
|
|
1515
|
+
description: Success
|
|
1516
|
+
body:
|
|
1517
|
+
application/json:
|
|
1518
|
+
type: IndexConfigurationsUpdateOutputRepresentation
|
|
1519
|
+
body:
|
|
1520
|
+
application/json:
|
|
1521
|
+
type: IndexConfigurationCollectionInputRepresentation
|
|
1522
|
+
(oas-body-name): epcIndexConfigurationRequestPayload
|
|
1523
|
+
/deploy:
|
|
1524
|
+
post:
|
|
1525
|
+
displayName: postSnapshotDeployment
|
|
1526
|
+
description: Post for deploying snapshot indexes
|
|
1527
|
+
responses:
|
|
1528
|
+
'200':
|
|
1529
|
+
description: Success
|
|
1530
|
+
body:
|
|
1531
|
+
application/json:
|
|
1532
|
+
type: SnapshotDeploymentOutputRepresentation
|
|
1533
|
+
body:
|
|
1534
|
+
application/json:
|
|
1535
|
+
type: SnapshotDeploymentInputRepresentation
|
|
1536
|
+
(oas-body-name): deploySnapshotInput
|
|
1537
|
+
/setting:
|
|
1538
|
+
get:
|
|
1539
|
+
displayName: getIndexSetting
|
|
1540
|
+
description: API to fetch the Setting used in Indexing
|
|
1541
|
+
responses:
|
|
1542
|
+
'200':
|
|
1543
|
+
description: Success
|
|
1544
|
+
body:
|
|
1545
|
+
application/json:
|
|
1546
|
+
type: IndexSettingOutputRepresentation
|
|
1547
|
+
patch:
|
|
1548
|
+
displayName: patchIndexSetting
|
|
1549
|
+
description: API to patch the Setting used in Indexing
|
|
1550
|
+
responses:
|
|
1551
|
+
'200':
|
|
1552
|
+
description: Success
|
|
1553
|
+
body:
|
|
1554
|
+
application/json:
|
|
1555
|
+
type: IndexSettingPatchOutputRepresentation
|
|
1556
|
+
queryParameters:
|
|
1557
|
+
settingId:
|
|
1558
|
+
type: string
|
|
1559
|
+
required: false
|
|
1560
|
+
body:
|
|
1561
|
+
application/json:
|
|
1562
|
+
type: IndexSettingInputRepresentation
|
|
1563
|
+
(oas-body-name): epcIndexSettingRequestPayload
|
|
1564
|
+
/snapshots:
|
|
1565
|
+
get:
|
|
1566
|
+
displayName: getSnapshot
|
|
1567
|
+
description: API to fetch all Active and Future Snapshots
|
|
1568
|
+
responses:
|
|
1569
|
+
'200':
|
|
1570
|
+
description: Success
|
|
1571
|
+
body:
|
|
1572
|
+
application/json:
|
|
1573
|
+
type: SnapshotCollectionOutputRepresentation
|
|
1574
|
+
queryParameters:
|
|
1575
|
+
numberOfIndexLogs:
|
|
1576
|
+
type: integer
|
|
1577
|
+
required: false
|
|
1578
|
+
/error:
|
|
1579
|
+
get:
|
|
1580
|
+
displayName: getSnapshotIndexError
|
|
1581
|
+
description: API to fetch the errors for the given index and snapshot index
|
|
1582
|
+
responses:
|
|
1583
|
+
'200':
|
|
1584
|
+
description: Success
|
|
1585
|
+
body:
|
|
1586
|
+
application/json:
|
|
1587
|
+
type: SnapshotIndexErrorOutputRepresentation
|
|
1588
|
+
queryParameters:
|
|
1589
|
+
indexId:
|
|
1590
|
+
type: string
|
|
1591
|
+
required: false
|
|
1592
|
+
snapshotIndexId:
|
|
1593
|
+
type: string
|
|
1594
|
+
required: false
|
|
1595
|
+
/product-attribute-definition:
|
|
1596
|
+
post:
|
|
1597
|
+
description: Create Product-Attribute Definition
|
|
1598
|
+
responses:
|
|
1599
|
+
'200':
|
|
1600
|
+
description: Success
|
|
1601
|
+
body:
|
|
1602
|
+
application/json:
|
|
1603
|
+
type: ProductAttributeDefinitionListRepresentation
|
|
1604
|
+
body:
|
|
1605
|
+
application/json:
|
|
1606
|
+
# TODO Hand-Rolled due to issue #28 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAMmFgP)
|
|
1607
|
+
type: ProductAttributeDefinitionListInputRepresentationWrapper
|
|
1608
|
+
# TODO: Hand-rolled due to issue #22 in Generated RAML Gaps (https://salesforce.quip.com/NxVhAkxL6RTW#dGQACAxyxIv)
|
|
1609
|
+
# required: false
|
|
1610
|
+
(oas-body-name): productAttributeDefinitionListInputPayload
|
|
1611
|
+
/products/{productId}/flow:
|
|
1612
|
+
get:
|
|
1613
|
+
description: API to fetch product flow based on the product id.
|
|
1614
|
+
responses:
|
|
1615
|
+
'200':
|
|
1616
|
+
description: Success
|
|
1617
|
+
body:
|
|
1618
|
+
application/json:
|
|
1619
|
+
type: ProductFlowOutputRepresentation
|
|
1620
|
+
queryParameters:
|
|
1621
|
+
correlationId:
|
|
1622
|
+
type: string
|
|
1623
|
+
required: false
|
|
1624
|
+
assignmentType:
|
|
1625
|
+
type: string
|
|
1626
|
+
required: false
|
|
1627
|
+
uriParameters:
|
|
1628
|
+
productId:
|
|
1629
|
+
description: Product Id for which flow details has to be fetched.
|
|
1630
|
+
type: string
|
|
1631
|
+
required: true
|
|
1632
|
+
/product/{productId}/attributes:
|
|
1633
|
+
get:
|
|
1634
|
+
description: API to fetch EPC product attributes based on product id.
|
|
1635
|
+
responses:
|
|
1636
|
+
'200':
|
|
1637
|
+
description: Success
|
|
1638
|
+
body:
|
|
1639
|
+
application/json:
|
|
1640
|
+
type: ProductOutputRepresentation
|
|
1641
|
+
queryParameters:
|
|
1642
|
+
correlationId:
|
|
1643
|
+
type: string
|
|
1644
|
+
required: false
|
|
1645
|
+
isPriceImpacting:
|
|
1646
|
+
type: boolean
|
|
1647
|
+
required: false
|
|
1648
|
+
uriParameters:
|
|
1649
|
+
productId:
|
|
1650
|
+
description: Product Id for which product details have to be fetched.
|
|
1651
|
+
type: string
|
|
1652
|
+
required: true
|
|
1653
|
+
/products/{productId}:
|
|
1654
|
+
get:
|
|
1655
|
+
displayName: getProducts
|
|
1656
|
+
description: API to fetch EPC product record based on product id.
|
|
1657
|
+
responses:
|
|
1658
|
+
'200':
|
|
1659
|
+
description: Success
|
|
1660
|
+
body:
|
|
1661
|
+
application/json:
|
|
1662
|
+
type: ProductsOutputRepresentation
|
|
1663
|
+
queryParameters:
|
|
1664
|
+
correlationId:
|
|
1665
|
+
type: string
|
|
1666
|
+
required: false
|
|
1667
|
+
/configurationRule/context-definition/{contextDefinitionId}:
|
|
1668
|
+
get:
|
|
1669
|
+
displayName: getContextDefinition
|
|
1670
|
+
description: API to fetch context definition info based on the context definition id.
|
|
1671
|
+
responses:
|
|
1672
|
+
'200':
|
|
1673
|
+
description: Success
|
|
1674
|
+
body:
|
|
1675
|
+
application/json:
|
|
1676
|
+
type: ContextDefinitionOutputRepresentation
|
|
1677
|
+
queryParameters:
|
|
1678
|
+
correlationId:
|
|
1679
|
+
type: string
|
|
1680
|
+
required: false
|
|
1681
|
+
/configurationRule/config-rule-metadata/{usageType}/{usageSubType}:
|
|
1682
|
+
get:
|
|
1683
|
+
displayName: getConfigRuleMetadata
|
|
1684
|
+
description: API to fetch context definition info based on the context definition
|
|
1685
|
+
id.
|
|
1686
|
+
responses:
|
|
1687
|
+
'200':
|
|
1688
|
+
description: Success
|
|
1689
|
+
body:
|
|
1690
|
+
application/json:
|
|
1691
|
+
type: ConfigRuleMetadataOutputRepresentation
|
|
1692
|
+
queryParameters:
|
|
1693
|
+
correlationId:
|
|
1694
|
+
type: string
|
|
1695
|
+
required: false
|
|
1696
|
+
uriParameters:
|
|
1697
|
+
usageType:
|
|
1698
|
+
description: USAGE_TYPE for which context definition info has to be fetched.
|
|
1699
|
+
type: string
|
|
1700
|
+
required: true
|
|
1701
|
+
usageSubType:
|
|
1702
|
+
description: USAGE_SUB_TYPE for which hash values info has to be fetched.
|
|
1703
|
+
type: string
|
|
1704
|
+
required: true
|
|
1705
|
+
/relatedRecords/{entityName}:
|
|
1706
|
+
post:
|
|
1707
|
+
displayName: postRelatedRecords
|
|
1708
|
+
description: EPC primitive API to retrieve related records for a given entity.
|
|
1709
|
+
responses:
|
|
1710
|
+
'200':
|
|
1711
|
+
description: Success
|
|
1712
|
+
body:
|
|
1713
|
+
application/json:
|
|
1714
|
+
type: RelatedRecordsListOutputRepresentation
|
|
1715
|
+
body:
|
|
1716
|
+
application/json:
|
|
1717
|
+
type: RelatedRecordsInputRepresentation
|
|
1718
|
+
(oas-body-name): epcProductRequestPayload
|
|
1719
|
+
uriParameters:
|
|
1720
|
+
entityName:
|
|
1721
|
+
description: Entity Name for which relatedRecords are to be fetched.
|
|
1722
|
+
type: string
|
|
1723
|
+
required: true
|