| Field | Type | Required | Description | Example |
|---|---|---|---|---|
message |
T.nilable(::String) | ➖ | N/A | Employee created successfully |
provider_errors |
T::Array<Models::Shared::ProviderErrorApiModel> | ➖ | N/A | [ { "status": 400, "url": "https://api.someprovider.com/v1/endpoint", "raw": { "error": "Bad Request", "message": "The supplied data is invalid" }, "headers": { "date": "Tue, 02 Apr 2024 13:52:01 GMT", "content-type": "application/json; charset=utf-8", "transfer-encoding": "chunked", "connection": "close" } } ] |
status_code |
T.nilable(::Float) | ➖ | N/A | 201 |
timestamp |
Date | ➖ | N/A | 2021-01-01T01:01:01.000Z |
unified_warnings |
T::Array<Models::Shared::UnifiedWarningApiModel> | ➖ | N/A | [ { "message": "The provided field type is not supported in the current model." } ] |