Custom object schema created
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
StatusCode |
long | ✔️ | HTTP Response Status Code | 201 |
Status |
string | ✔️ | HTTP Response Status | Created |
Service |
string | ✔️ | Apideck ID of service provider | zoho-crm |
Resource |
string | ✔️ | Unified API resource name | custom-object-schemas |
Operation |
string | ✔️ | Operation performed | add |
Data |
CustomObjectSchema | ✔️ | N/A | |
Raw |
Dictionary<String, object> | ➖ | Raw response from the integration when raw=true query param is provided |