Asynchronously create a report containing Wireless Detail Records (WDRs) for the SIM cards that consumed wireless data in the given time period.
Successful response
Unprocessable entity. Check the 'detail' field in response for details.
{- "start_time": "2018-02-02T22:25:27.521Z",
- "end_time": "2018-02-02T22:25:27.521Z"
}
{- "data": {
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "record_type": "detail_records_report",
- "created_at": "2018-02-02T22:25:27.521Z",
- "updated_at": "2018-02-02T22:25:27.521Z",
- "start_time": "2018-02-02T22:25:27.521Z",
- "end_time": "2018-02-02T22:25:27.521Z",
- "status": "pending",
}
}
Returns the WDR Reports that match the given parameters.
Successful response
Array of objects (WdrReport) | |||||||||||||||||
Array
|
{- "data": [
- {
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "record_type": "detail_records_report",
- "created_at": "2018-02-02T22:25:27.521Z",
- "updated_at": "2018-02-02T22:25:27.521Z",
- "start_time": "2018-02-02T22:25:27.521Z",
- "end_time": "2018-02-02T22:25:27.521Z",
- "status": "pending",
}
]
}
Returns one specific WDR report
Successful response
object (WdrReport) | |||||||||||||||||
|
Resource not found
{- "data": {
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "record_type": "detail_records_report",
- "created_at": "2018-02-02T22:25:27.521Z",
- "updated_at": "2018-02-02T22:25:27.521Z",
- "start_time": "2018-02-02T22:25:27.521Z",
- "end_time": "2018-02-02T22:25:27.521Z",
- "status": "pending",
}
}
Deletes one specific WDR report
Successful response
object (WdrReport) | |||||||||||||||||
|
Resource not found
{- "data": {
- "id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
- "record_type": "detail_records_report",
- "created_at": "2018-02-02T22:25:27.521Z",
- "updated_at": "2018-02-02T22:25:27.521Z",
- "start_time": "2018-02-02T22:25:27.521Z",
- "end_time": "2018-02-02T22:25:27.521Z",
- "status": "pending",
}
}