TAG LINE
TAG LINE
SMALL TITLE
This entity represents different properties of a Custom Field.
identity READ-ONLY | "identity": 18 Type: Number This is the unique numeric identifier for the ExtensionAttribute |
ownerId READ-ONLY | "ownerId": 9 Type: Number Unique identifier for the associated Owner object. |
ownerName READ-ONLY | "ownerName": "Sample Name" Type: String The name of the object associated with the ownerId property. |
name | "name": "CPQ Order Number" Type: String The user defined name of the Custom Field. |
hint | "hint": "The number from your CPQ system" Type: String A user defined hint to show in the input field. |
description | "description": "This is the linking order number from our CPQ system" Type: String A user defined description for the Custom Field |
columnName | "columnName": "cpqOrderNumber" Type: String A user defined name for the column that will be returned from an API. |
defaultValue | "defaultValue": "00000" Type: String A default value to be used if no input is supplied |
isRequired | "isRequired": true Type: Boolean Whether or not this field is required to be entered. |
isActive | "isActive": true Type: Boolean Whether or not this field is available to be shown on a layout for a screen. |
dataSourceColumnDataTypeId | "dataSourceColumnDataTypeId": 6 Type: Number Unique identifier for the associated DataSourceColumnDataType object. |
dataSourceColumnDataTypeName | "dataSourceColumnDataTypeName": "Sample Name" Type: String The name of the object associated with the dataSourceColumnDataTypeId property. |
multiSelectDataSourceColumnDataTypeId | "multiSelectDataSourceColumnDataTypeId": 25 Type: Number Unique identifier for the associated DataSourceColumnDataType object. |
multiSelectDataSourceColumnDataTypeName | "multiSelectDataSourceColumnDataTypeName": "Sample Name" Type: String The name of the object associated with the multiSelectDataSourceColumnDataTypeId property. |
extensionAttributeEntityId | "extensionAttributeEntityId": 20 Type: Number Unique identifier for the associated ExtensionAttributeEntity object. |
extensionAttributeEntityName | "extensionAttributeEntityName": "Sample Name" Type: String The name of the object associated with the extensionAttributeEntityId property. |
isUnique | "isUnique": true Type: Boolean Whether or not to enforce a uniqueness rule on this field. |
minValue | "minValue": "5" Type: String Minimum value allowed in this field. |
maxValue | "maxValue": "500" Type: String Maximum value allowed in this field. |
validationDataTypeId | "validationDataTypeId": 0 Type: Number Unique identifier for the associated DataType object. |
validationDataTypeName | "validationDataTypeName": "Sample Name" Type: String The name of the object associated with the validationDataTypeId property. |
validationRegEx | "validationRegEx": "^[1-9]\d{2}-\d{3}-\d{4}" Type: String Regular expression to be applied for validation. |
formula | "formula": "Hello World" Type: String Unused |
extensionAttributeListTypeId | "extensionAttributeListTypeId": 16 Type: Number Unique identifier for the associated ExtensionAttributeListType object. |
extensionAttributeListTypeName | "extensionAttributeListTypeName": "Sample Name" Type: String The name of the object associated with the extensionAttributeListTypeId property. |
createdByUserId | "createdByUserId": 1 Type: Number Unique identifier for the associated User object. |
createdByUserName | "createdByUserName": "Sample Name" Type: String The name of the object associated with the createdByUserId property. |
created READ-ONLY | "created": "2021-04-26T15:25:27.587Z" Type: Date This is a system generated date when the record was created. Date and time values are specified in the ISO 8601 format. |
The PATCH verb allows you to update an object. Just like a put, you only need to supply the fields that will be updated in the payload. However, a patch allows you to update many objects at once.
PATCH operations can be used as a standard API call or nested within the envelope of a DataFlow. Below you will find the child objects that can be updated as part of PATCH operations for the ExtensionAttribute object.
Standard PATCH objects:
DataFlow PATCH objects:
DELETE | Extension/Attribute/{id} |
Delete an instance of the ExtensionAttribute object. Upon successful delete, this API will return a record of all of the reelated objects deleted with this operation. The specifics on which objects have been deleted will depend on which related objects have been populated in the system. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Delete an instance of the ExtensionAttribute object. DELETE Extension/Attribute/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "delete", "results": { "totalCount": 4, "items": [ { "identity": 1, "action": "deleted", "dtoTypeKey": "extensionAttribute" }, { "lhsId": 2, "rhsId": 2, "action": "detached", "dtoTypeKey": "sampleObjectConnector" }, { "foreignKeyIdentity": 2, "action": "deleted", "dtoTypeKey": "sampleObject" } ] } } |
GET | Extension/Attribute/ |
Retrieve all of the ExtensionAttribute objects. | |
Retrieve all of the ExtensionAttribute objects. GET Extension/Attribute/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "ownerId": 19, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 19, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 6, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 17, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 19, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 17, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 10, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } |
GET | Extension/Attribute/ |
Retrieve all of the ExtensionAttribute objects. | |
Retrieve all of the ExtensionAttribute objects. GET Extension/Attribute/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "ownerId": 14, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 9, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 6, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 23, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 2, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 8, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 23, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } |
GET | Extension/Attribute/ |
Retrieve all of the ExtensionAttribute objects. | |
Retrieve all of the ExtensionAttribute objects. GET Extension/Attribute/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "ownerId": 7, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 18, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 23, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 21, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 3, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 11, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 18, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } |
GET | Extension/Attribute/ |
Retrieve all of the ExtensionAttribute objects. | |
Retrieve all of the ExtensionAttribute objects. GET Extension/Attribute/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "ownerId": 27, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 11, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 10, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 9, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 12, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 1, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 3, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } |
GET | Extension/Attribute/ |
Retrieve all of the ExtensionAttribute objects. | |
Retrieve all of the ExtensionAttribute objects. GET Extension/Attribute/ HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "ownerId": 8, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 20, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 25, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 3, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 11, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 0, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 19, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } |
GET | Extension/Attribute/Metadata |
Retrieve all of the ExtensionAttribute objects. | |
Retrieve all of the ExtensionAttribute objects. GET Extension/Attribute/Metadata HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "ownerId": 26, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 0, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 4, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 12, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 25, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 4, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 5, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } |
GET | Extension/Attribute/Metadata/sql |
Retrieve all of the ExtensionAttribute objects. | |
Retrieve all of the ExtensionAttribute objects. GET Extension/Attribute/Metadata/sql HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "totalCount": 1, "items": [ { "identity": 1, "ownerId": 16, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 15, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 26, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 6, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 21, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 14, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 19, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } |
GET | Extension/Attribute/Paged |
Retrieve all of the ExtensionAttribute objects in a paged fashion. This endpoint implements pagination for its results. Individual pages can be requested to return a particular paged set in the list of results. To learn more, see details on working with paginated endpoints. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion. GET Extension/Attribute/Paged HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 11, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 0, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 13, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 2, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 16, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 18, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 17, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } } |
GET | Extension/Attribute/Paged |
Retrieve all of the ExtensionAttribute objects in a paged fashion. This endpoint implements pagination for its results. Individual pages can be requested to return a particular paged set in the list of results. To learn more, see details on working with paginated endpoints. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion. GET Extension/Attribute/Paged HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 23, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 14, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 2, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 10, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 13, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 23, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 12, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } } |
GET | Extension/Attribute/Paged |
Retrieve all of the ExtensionAttribute objects in a paged fashion. This endpoint implements pagination for its results. Individual pages can be requested to return a particular paged set in the list of results. To learn more, see details on working with paginated endpoints. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion. GET Extension/Attribute/Paged HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 11, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 21, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 19, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 15, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 1, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 17, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 5, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } } |
GET | Extension/Attribute/Paged |
Retrieve all of the ExtensionAttribute objects in a paged fashion. This endpoint implements pagination for its results. Individual pages can be requested to return a particular paged set in the list of results. To learn more, see details on working with paginated endpoints. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion. GET Extension/Attribute/Paged HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 3, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 27, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 15, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 5, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 24, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 4, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 14, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } } |
GET | Extension/Attribute/Paged |
Retrieve all of the ExtensionAttribute objects in a paged fashion. This endpoint implements pagination for its results. Individual pages can be requested to return a particular paged set in the list of results. To learn more, see details on working with paginated endpoints. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion. GET Extension/Attribute/Paged HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 11, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 23, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 13, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 22, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 16, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 19, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 10, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } } |
GET | Extension/Attribute/Paged/Detail |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. GET Extension/Attribute/Paged/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 2, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 8, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 23, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 15, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 5, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 25, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 21, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } ] } } |
GET | Extension/Attribute/Paged/Detail |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. GET Extension/Attribute/Paged/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 21, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 10, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 14, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 8, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 17, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 14, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 8, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } ] } } |
GET | Extension/Attribute/Paged/Detail |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. GET Extension/Attribute/Paged/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 26, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 19, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 19, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 22, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 23, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 14, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 13, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } ] } } |
GET | Extension/Attribute/Paged/Detail |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. GET Extension/Attribute/Paged/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 18, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 22, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 22, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 11, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 27, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 2, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 4, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } ] } } |
GET | Extension/Attribute/Paged/Detail |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details. GET Extension/Attribute/Paged/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "pagination": { "pageNumber": 1, "pageSize": 20, "excludeTotalCount": false }, "pagedResults": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 22, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 26, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 23, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 12, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 13, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 14, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 18, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } ] } } |
GET | Extension/Attribute/{id} |
Retrieve an instance of the ExtensionAttribute object by its ID. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve an instance of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 0, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 23, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 7, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 14, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 9, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 20, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 15, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } } |
GET | Extension/Attribute/{id} |
Retrieve an instance of the ExtensionAttribute object by its ID. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve an instance of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 26, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 5, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 14, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 9, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 21, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 1, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 21, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } } |
GET | Extension/Attribute/{id} |
Retrieve an instance of the ExtensionAttribute object by its ID. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve an instance of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 7, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 25, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 8, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 8, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 16, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 2, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 23, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } } |
GET | Extension/Attribute/{id} |
Retrieve an instance of the ExtensionAttribute object by its ID. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve an instance of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 3, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 13, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 26, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 25, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 9, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 25, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 25, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } } |
GET | Extension/Attribute/{id} |
Retrieve an instance of the ExtensionAttribute object by its ID. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve an instance of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id} HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 8, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 2, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 10, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 14, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 18, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 3, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 27, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } } |
GET | Extension/Attribute/{id}/Detail |
Retrieve deep detail of the ExtensionAttribute object by its ID. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve deep detail of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id}/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 13, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 16, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 14, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 23, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 24, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 7, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 8, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } } |
GET | Extension/Attribute/{id}/Detail |
Retrieve deep detail of the ExtensionAttribute object by its ID. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve deep detail of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id}/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 5, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 12, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 17, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 20, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 26, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 17, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 18, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } } |
GET | Extension/Attribute/{id}/Detail |
Retrieve deep detail of the ExtensionAttribute object by its ID. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve deep detail of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id}/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 5, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 15, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 10, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 21, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 7, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 21, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 16, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } } |
GET | Extension/Attribute/{id}/Detail |
Retrieve deep detail of the ExtensionAttribute object by its ID. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve deep detail of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id}/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 9, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 18, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 16, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 27, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 9, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 10, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 6, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } } |
GET | Extension/Attribute/{id}/Detail |
Retrieve deep detail of the ExtensionAttribute object by its ID. This endpoint returns additional detailed data related to this object. The specifics on which data is returned will depend on which related objects have been populated in the system. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Retrieve deep detail of the ExtensionAttribute object by its ID. GET Extension/Attribute/{id}/Detail HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "instance": { "identity": 1, "ownerId": 1, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 8, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 23, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 14, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 24, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 7, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 8, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z", "details": { "sampleSingleObject": { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 }, "sampleMultipleObjects": { "totalCount": 1, "items": [ { "identity": 2, "property1": "Sample Text", "property2": "2021-04-26T15:25:29.117Z", "property3": 2 } ] } } } } |
PATCH | Extension/Attribute/{id} |
Update or Add the ExtensionAttribute object and optionally make changes to any child objects. Patch end points allow for adding/updating multiple related entities and the results of those changes will be reported in the response JSON payload in the items array. | |
{id} | Unique identifier for the ExtensionAttribute object. |
Update or Add the ExtensionAttribute object and optionally make changes to any child objects. PATCH Extension/Attribute/{id} { "details": {}, "extensionAttributes": { "items": [ { "patchType": "create", "patchClientId": 1, "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 22, "multiSelectDataSourceColumnDataTypeId": 10, "extensionAttributeEntityId": 8, "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 0, "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 13, "createdByUserId": 2 } ] } } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "patch", "results": { "totalCount": 1, "items": [ { "identity": 1, "action": "created", "dtoTypeKey": "extensionAttribute", "instance": { "identity": 1, "ownerId": 9, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 15, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 6, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 7, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 19, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 10, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 26, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } } ] } } |
POST | Extension/Attribute/ |
Create a new instance of the ExtensionAttribute object. | |
Create a new instance of the ExtensionAttribute object. POST Extension/Attribute/ { "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 16, "multiSelectDataSourceColumnDataTypeId": 7, "extensionAttributeEntityId": 2, "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 2, "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 6, "createdByUserId": 0 } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "create", "results": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 6, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 1, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 18, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 23, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 27, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 0, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 23, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } } |
PUT | Extension/Attribute/{id} |
Update an existing instance of the ExtensionAttribute object. | |
Update an existing instance of the ExtensionAttribute object. PUT Extension/Attribute/{id} { "identity": 1, "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 16, "multiSelectDataSourceColumnDataTypeId": 5, "extensionAttributeEntityId": 15, "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 18, "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 5, "createdByUserId": 8 } HTTP/1.1 200 OK { "trackingId": "d2ae5304-2355-44eb-a328-272f02935f8b", "type": "update", "results": { "totalCount": 1, "items": [ { "identity": 1, "ownerId": 20, "ownerName": "Sample Text Data", "name": "CPQ Order Number", "hint": "The number from your CPQ system", "description": "This is the linking order number from our CPQ system", "columnName": "cpqOrderNumber", "defaultValue": "00000", "isRequired": true, "isActive": true, "dataSourceColumnDataTypeId": 19, "dataSourceColumnDataTypeName": "Sample Text Data", "multiSelectDataSourceColumnDataTypeId": 1, "multiSelectDataSourceColumnDataTypeName": "Sample Text Data", "extensionAttributeEntityId": 10, "extensionAttributeEntityName": "Sample Text Data", "isUnique": true, "minValue": "5", "maxValue": "500", "validationDataTypeId": 19, "validationDataTypeName": "Sample Text Data", "validationRegEx": "^[1-9]\\d{2}-\\d{3}-\\d{4}", "formula": "Sample Text Data", "extensionAttributeListTypeId": 3, "extensionAttributeListTypeName": "Sample Text Data", "createdByUserId": 0, "createdByUserName": "Sample Text Data", "created": "2021-04-26T15:25:27.587Z" } ] } } |