Retrieves the custom object definition by type for the given tenant.
Accept-Encoding | string Include the If specified, Zuora automatically compresses responses that contain over 1000 bytes of data, and the response contains a |
Content-Encoding | string Include the |
Zuora-Track-Id | string <= 64 characters A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue. The value of this field must use the US-ASCII character set and must not include any of the following characters: colon ( |
Zuora-Entity-Ids | string An entity ID. If you have Zuora Multi-entity enabled and the OAuth token is valid for more than one entity, you must use this header to specify which entity to perform the operation in. If the OAuth token is only valid for a single entity, or you do not have Zuora Multi-entity enabled, you should not set this header. |
Zuora-Org-Ids | string Comma separated IDs. If you have Zuora Multi-Org enabled, you can use this header to specify which orgs to perform the operation in. If you do not have Zuora Multi-Org enabled, you should not set this header. The IDs must be a sub-set of the user's accessible orgs. If you specify an org that the user does not have access to, the operation fails. If the header is not set, the operation is performed in scope of the user's accessible orgs. |
Authorization required | string The value is in the |
Zuora-Version | string <date> API version that determines the response schema. The default version is used if this parameter is not included. Specify |
OK
Resource Request-URI not found.
{- "CreatedById": "7b39d73f-22e6-404a-b8e7-894f7620e91c",
- "CreatedDate": "2019-09-29T06:45:23.378Z",
- "Id": "df7f10f9-4ec9-4389-a9eb-a6a3d549bb61",
- "UpdatedById": "7b39d73f-22e6-404a-b8e7-894f7620e91c",
- "UpdatedDate": "2019-09-29T06:45:23.378Z",
- "schema": {
- "filterable": [
- "last_name__c",
- "email__c"
], - "label": "Personal Profile",
- "object": "person",
- "properties": {
- "CreatedById": {
- "format": "uuid",
- "label": "CreatedById",
- "origin": "system",
- "type": "string"
}, - "CreatedDate": {
- "format": "date-time",
- "label": "CreatedDate",
- "origin": "system",
- "type": "string"
}, - "Id": {
- "format": "uuid",
- "label": "Id",
- "origin": "system",
- "type": "string"
}, - "UpdatedById": {
- "format": "uuid",
- "label": "UpdatedById",
- "origin": "system",
- "type": "string"
}, - "UpdatedDate": {
- "format": "date-time",
- "label": "UpdatedDate",
- "origin": "system",
- "type": "string"
}, - "age__c": {
- "description": "Age in years",
- "minimum": 0,
- "origin": "custom",
- "type": "integer"
}, - "email__c": {
- "format": "email",
- "maxLength": 128,
- "origin": "custom",
- "type": "string"
}, - "home_address__c": {
- "format": "uuid",
- "origin": "custom",
- "type": "string"
}, - "last_name__c": {
- "maxLength": 128,
- "origin": "custom",
- "type": "string"
}, - "marital_status__c": {
- "default": "Unknown",
- "enum": [
- "Single",
- "Married",
- "Unknown"
], - "origin": "custom",
- "type": "string"
}, - "work_address__c": {
- "format": "uuid",
- "origin": "custom",
- "type": "string"
}
}, - "relationships": [
- {
- "cardinality": "manyToOne",
- "fields": {
- "home_address__c": "Id"
}, - "namespace": "default",
- "object": "address",
- "recordConstraints": {
- "create": {
- "enforceValidMapping": false
}
}
}, - {
- "cardinality": "manyToOne",
- "fields": {
- "work_address__c": "Id"
}, - "namespace": "default",
- "object": "address",
- "recordConstraints": {
- "create": {
- "enforceValidMapping": false
}
}
}, - {
- "cardinality": "oneToMany",
- "fields": {
- "Id": "person_id__c"
}, - "namespace": "default",
- "object": "car",
- "recordConstraints": {
- "create": {
- "enforceValidMapping": false
}
}
}, - {
- "cardinality": "oneToMany",
- "fields": {
- "Id": "person_id__c"
}, - "namespace": "default",
- "object": "device",
- "recordConstraints": {
- "create": {
- "enforceValidMapping": false
}
}
}
], - "required": [
- "last_name__c",
- "marital_status__c"
], - "type": "object"
}, - "type": "person"
}