Custom object schema created
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
status_code |
int | ✔️ | HTTP Response Status Code | 201 |
status |
str | ✔️ | HTTP Response Status | Created |
service |
str | ✔️ | Apideck ID of service provider | zoho-crm |
resource |
str | ✔️ | Unified API resource name | custom-object-schemas |
operation |
str | ✔️ | Operation performed | add |
data |
models.CustomObjectSchema | ✔️ | N/A | |
raw |
Dict[str, Any] | ➖ | Raw response from the integration when raw=true query param is provided |