Create a child object metadata

post

/crmRestApi/resources/11.13.18.05/objectMetadata/{ObjectCode}/child/childObjectMetadata/{ObjectCode2}/child/childObjectMetadata

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=
  • 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: Object Name
    Maximum Length: 128
    The language independent code of an child object metadata object, which uniquely identifies the object.
  • Title: Parent Object
    Maximum Length: 128
    The language independent code of the parent object which uniquely identifies the parent object.
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 : objectMetadata-childObjectMetadata-childObjectMetadata-item-response
Type: object
Show Source
  • Title: Alternate Keys
    Read Only: true
    The alternate key of the child object metadata.
  • Title: Application Stripe
    Read Only: true
    Maximum Length: 80
    It specifies the application name of the child object.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the child object metadata record.
  • Title: Creation Date
    Read Only: true
    The date when the child object metadata record was created.
  • Title: Description
    Read Only: true
    The description of the child object metadata.
  • Title: Description Resource ID
    Read Only: true
    The resource identifier of the description of the object.
  • Title: Display Name
    Read Only: true
    The display name of the child object metadata.
  • Title: Plural Title
    Read Only: true
    The display name of child object in plural form of the child object metadata.
  • Title: Extensible View Definition
    Read Only: true
    Maximum Length: 600
    The extensible view definition of the child object.
  • Title: Custom Object
    Read Only: true
    Maximum Length: 1
    Default Value: false
    Indicates whether the child object metadata is custom.
  • Title: Is Extensible
    Read Only: true
    Indicates whether the child object is extensible.
  • Title: User Keys
    Read Only: true
    The key attributes of the child object metadata.
  • Title: Label Resource ID
    Read Only: true
    Maximum Length: 700
    The resource identifier of the label of the object.
  • Title: Last Update Date
    Read Only: true
    The date when the child object metadata record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the child object metadata record.
  • Links
  • Title: Object Name
    Maximum Length: 128
    The language independent code of an child object metadata object, which uniquely identifies the object.
  • Title: Object Definition
    Read Only: true
    Maximum Length: 600
    The fully qualified VO name for the child object metadata object.
  • Title: Parent Object
    Maximum Length: 128
    The language independent code of the parent object which uniquely identifies the parent object.
  • Title: Plural Label Resource ID
    Read Only: true
    Maximum Length: 700
    The resource identifier of the name in plural form of the child object.
  • Title: Primary Entity Definition
    Read Only: true
    Maximum Length: 600
    The primary entity definition of the object under ChildObjectMetadata.
  • Title: Primary Alternate Key
    Read Only: true
    Maximum Length: 100
    The PUID of the child object metadata object.
  • Title: REST Resource Code
    Read Only: true
    Maximum Length: 100
    The rest resource name of the child object metadata object.
  • Title: REST Resource Identifier
    Read Only: true
    Maximum Length: 100
    The unique identifier of the child object metadata rest resource.
  • Title: Account
    Read Only: true
    Maximum Length: 120
    The UCM account of the child object metadata object.
Back to Top