| Field | Type | Required | Description | Example |
|---|---|---|---|---|
StatusCode |
double | ➖ | N/A | 201 |
Message |
string | ➖ | N/A | Employee created successfully |
Timestamp |
DateTime | ➖ | 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." } ] |