The LargeBatchUpdateResponse JSON object is what is returned when a large 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 the initial API request to authenticate and return the destination URL succeeded or not, one of...
|
requestId | ✓ |
string | A UUID representing this unique request |
eventDate |
✓ |
isodate | The timestamp of the request |
dataUrl | ✓ |
string | The destination URL to PUT the large amount of data to with the same HTTP headers as the original API call |
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", "dataUrl": "https://some.specific.url", }
Comments
Please sign in to leave a comment.