Create an access group extension rule

post

/crmRestApi/resources/11.13.18.05/accessGroupExtensionRules

Request

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
Nested Schema : Access Group Extension Rule Details
Type: array
Title: Access Group Extension Rule Details
The access extension rule details resource is used to view, create, update, and delete details of access extension rules. Access extension rule details are used to extend the access defined for an object in an object sharing rule to a related object.
Show Source
Nested Schema : accessGroupExtensionRules-accessGroupExtensionRuleDetails-item-post-request
Type: object
Show Source
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 : accessGroupExtensionRules-item-response
Type: object
Show Source
  • Access Group Extension Rule Details
    Title: Access Group Extension Rule Details
    The access extension rule details resource is used to view, create, update, and delete details of access extension rules. Access extension rule details are used to extend the access defined for an object in an object sharing rule to a related object.
  • Title: Access Extension Rule ID
    The unique identifier of the access extension rule.
  • Title: Access Extension Rule Number
    Maximum Length: 30
    The alternate key identifier for the access extension rule. It is a unique system generated sequence number.
  • Title: Active
    Maximum Length: 1
    Default Value: true
    Indicates whether the access extension rule is active or not.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the access extension rule.
  • Title: Creation Date
    Read Only: true
    The date when the access extension rule was created.
  • Title: Delete
    Read Only: true
    Indicates whether the record can be deleted.
  • Title: Description
    Maximum Length: 255
    The description of the access extension rule.
  • Title: Extend All Rules Indicator
    Maximum Length: 1
    Default Value: true
    Indicates the method used to identify which rules from the source object should be extended to the target object.
  • Title: Last Update Date
    Read Only: true
    The date when the access extension rule was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the access extension rule.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login details of the user who last updated the access extension rule.
  • Links
  • Title: Name
    Maximum Length: 200
    The name of the access extension rule.
  • Title: Predefined Indicator
    Read Only: true
    Maximum Length: 255
    Indicates whether the access extension rule is predefined.
  • Title: Relationship Display Name
    Read Only: true
    The display name of the relationship between the source and target objects.
  • Title: Related Object
    The unique identifier of the relationship between the source and target objects.
  • Title: Relationship Name
    The name of the relationship between the source and target objects.
  • Title: Relationship Type Code
    The type of the relationship between the source and target objects.
  • Title: Source Object Code
    Read Only: true
    The code of the source object used in the access extension rule.
  • Title: Source Object Name
    Read Only: true
    The name of the source object used in the access extension rule.
  • Title: Target Object Code
    Read Only: true
    The code of the target object used in the access extension rule.
  • Title: Target Object Name
    Read Only: true
    The name of the target object used in the access extension rule.
  • Title: Update
    Read Only: true
    Indicates whether the record can be updated.
Nested Schema : Access Group Extension Rule Details
Type: array
Title: Access Group Extension Rule Details
The access extension rule details resource is used to view, create, update, and delete details of access extension rules. Access extension rule details are used to extend the access defined for an object in an object sharing rule to a related object.
Show Source
Nested Schema : accessGroupExtensionRules-accessGroupExtensionRuleDetails-item-response
Type: object
Show Source
Back to Top