The SmallBatchAsyncUpdateResponse JSON object is what is returned when an asynchronous small batch update API call is made.
- isodate fields use one of these ISO 8601 formats: 2014-01-01T10:30:00.000+01:00, 2014-01-01T10:30:00.000+0100, 2014-01-01T10:30:00.000Z
- Dsco reserves the right to add new attributes at any time so Partners should ensure their validators won't break should this happen
Attributes
Name | Req | Type | Description |
---|---|---|---|
status | ✓ | enum | Indicates whether Dsco was able to take the request and queue the data to be processes in the future
|
requestId | ✓ |
string | A UUID representing this unique request |
eventDate |
✓ |
isodate | The timestamp of the request |
messages | ApiResponseMessage[] | A list of messages about what happened |
Example
{ "status": "success", "requestId": "d3490cc4-aec2-4a9d-80e9-957d894d0be5", "eventDate": "2019-05-01T18:44:15+00:00" }
Comments
Please sign in to leave a comment.