Add an attributes to a collaboration action

post

/crmRestApi/resources/11.13.18.05/collaborationActions/{CollabActionNumber}/child/actionAttributes

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Attribute Name
    Maximum Length: 64
    The business object attribute name associated with the collaboration action.
  • Title: Channel ID
    The channel associated with the action attribute.
  • Title: Action ID
    The unique identifier of the collaboration action associated with the attribute.
  • Title: Business Object Identifier
    Maximum Length: 1
    Default Value: false
    Indicates if the action attribute is used as the context attribute for passing to and from the collaboration network and CX Sales.
  • Title: User Interface Component
    Maximum Length: 30
    The UI controls used to display the attributes on the collaboration network such as List or Text box.
  • Title: End Point
    Maximum Length: 4000
    The API to get the a list of values for an attribute of type list.
  • Title: Option Label
    Maximum Length: 64
    The API attribute used as the display value of the action attribute. This applies to action attributes with control type as List.
  • Title: Option Value
    Maximum Length: 64
    The API attribute used to save the selected action attribute value. This applies to action attributes with control type as List.
  • Title: Data Type
    Maximum Length: 30
    The data type of collaboration action attributes such as Date Time or Number.
  • Title: Deep Link
    Maximum Length: 1000
    A deep link URL format that links to the object associated with the action attribute.
  • Title: Default Value
    Maximum Length: 4000
    The default value of the action attribute.
  • Title: Display Name
    Maximum Length: 64
    The label of the action attribute displayed when displaying the attribute in the collaboration network.
  • Title: Display Sequence
    The display order of the action attribute.
  • Title: Included in Request
    Maximum Length: 1
    Default Value: false
    Indicates if the action attribute is part of the request payload.
  • Title: Included in Response
    Maximum Length: 1
    Default Value: false
    Indicates if the action attribute is part of the response payload.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : collaborationActions-actionAttributes-item-response
Type: object
Show Source
  • Title: Attribute ID
    Read Only: true
    The unique identifier of the action attribute.
  • Title: Attribute Name
    Maximum Length: 64
    The business object attribute name associated with the collaboration action.
  • Title: Channel ID
    The channel associated with the action attribute.
  • Title: Action ID
    The unique identifier of the collaboration action associated with the attribute.
  • Title: Business Object Identifier
    Maximum Length: 1
    Default Value: false
    Indicates if the action attribute is used as the context attribute for passing to and from the collaboration network and CX Sales.
  • Title: User Interface Component
    Maximum Length: 30
    The UI controls used to display the attributes on the collaboration network such as List or Text box.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the action attribute.
  • Title: Creation Date
    Read Only: true
    The date when the action attribute was created.
  • Title: End Point
    Maximum Length: 4000
    The API to get the a list of values for an attribute of type list.
  • Title: Option Label
    Maximum Length: 64
    The API attribute used as the display value of the action attribute. This applies to action attributes with control type as List.
  • Title: Option Value
    Maximum Length: 64
    The API attribute used to save the selected action attribute value. This applies to action attributes with control type as List.
  • Title: Data Type
    Maximum Length: 30
    The data type of collaboration action attributes such as Date Time or Number.
  • Title: Default Value
    Maximum Length: 4000
    The default value of the action attribute.
  • Title: Display Name
    Maximum Length: 64
    The label of the action attribute displayed when displaying the attribute in the collaboration network.
  • Title: Display Sequence
    The display order of the action attribute.
  • Title: Last Updated Date
    Read Only: true
    The date when the action attribute was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the action attribute.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login details of the user who last updated the action attributes.
  • Links
  • Title: Included in Request
    Maximum Length: 1
    Default Value: false
    Indicates if the action attribute is part of the request payload.
  • Title: Included in Response
    Maximum Length: 1
    Default Value: false
    Indicates if the action attribute is part of the response payload.
Back to Top