```postman_json
{
"data": {
"id": "850e1fb6-2209-4479-ab07-da7c6148b8ff",
"type": "id_book",
"front": null,
"back": null,
"valid": false
}
}
```
```postman_json
{
"errors": {
"code": "entity_not_found",
"message": "Record not found in module_identity_documents"
}
}
```
```postman_json
{
"data": {
"id": "850e1fb6-2209-4479-ab07-da7c6148b8ff",
"type": "id_book",
"front": {
"id": 1020,
"name": "KJH_IDBook_Grey_1page.jpg",
"type": "jpg",
"url": "http://uat.apply.fincheck.co.za/cash-advance/documents/KJH_IDBook_Grey_1page.jpg"
},
"back": null,
"valid": false
}
}
```
```postman_json
{
"data": {
"id": "850e1fb6-2209-4479-ab07-da7c6148b8ff",
"type": "id_book",
"front": {
"id": 1020,
"name": "KJH_IDBook_Grey_1page.jpg",
"type": "jpg",
"url": "http://uat.apply.fincheck.co.za/cash-advance/documents/KJH_IDBook_Grey_1page.jpg"
},
"back": null,
"valid": true
}
}
```