| Field | Type | Required | Description | Example |
|---|---|---|---|---|
statusCode |
JsonNullable<Double> | ➖ | N/A | 201 |
message |
JsonNullable<String> | ➖ | N/A | Employee created successfully |
timestamp |
OffsetDateTime | ➖ | N/A | 2021-01-01T01:01:01.000Z |
providerErrors |
List<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" } } ] |
unifiedWarnings |
List<UnifiedWarningApiModel> | ➖ | N/A | [ { "message": "The provided field type is not supported in the current model." } ] |