Update a marketing source code

patch

/crmRestApi/resources/11.13.18.05/leads/{leadsUniqID}/child/sourceCodes/{leads_sourceCodes_Id}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Sales Leads resource and used to uniquely identify an instance of Sales Leads. The client should not generate the hash key value. Instead, the client should query on the Sales Leads collection resource in order to navigate to a specific instance of Sales Leads to get the hash key.
  • 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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Active
    Maximum Length: 1
    Default Value: true
    Indicates an active or inactive status of this source code.
  • Title: Campaign ID
    The unique identifier of the campaign associated with this source code.
  • Title: Object Version Number
    Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
  • Title: Source Code ID
    The unique identifier of the source code.
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 : leads-sourceCodes-item-response
Type: object
Show Source
  • Title: Active
    Maximum Length: 1
    Default Value: true
    Indicates an active or inactive status of this source code.
  • Title: Campaign ID
    The unique identifier of the campaign associated with this source code.
  • Title: Campaign
    Read Only: true
    Maximum Length: 250
    The name of the campaign associated with this source code.
  • Title: Campaign Type
    Read Only: true
    Maximum Length: 30
    Campaign Usage associated with source code.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created this source code record.
  • Title: Creation Date
    Read Only: true
    The date and time when this record is created.
  • Title: Last Updated Date
    Read Only: true
    Who column: indicates the date and time of the last update of the row.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    Who column: indicates the user who last updated the row.
  • Title: Last Updated Login
    Read Only: true
    Maximum Length: 32
    Who column: indicates the session login associated to the user who last updated the row.
  • Links
  • Title: Object Version Number
    Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
  • Title: Source Code
    Maximum Length: 100
    The source code that represents this record.
  • Title: Source Code ID
    The unique identifier of the source code.
Back to Top