Returns a specific Fresh Investigation order.
Returns a specific Fresh Investigation Order. For completed orders this will contain the Investigation content as Report Sections.
{- "chargeReference": "string",
- "contactDetails": {
- "emailAddress": "string",
- "name": "string",
- "telephoneNumber": "string"
}, - "creationDate": "string",
- "lastStatusChangeDate": "string",
- "orderID": 0,
- "reportDate": "string",
- "searchCriteria": {
- "additionalInfo": "string",
- "address": {
- "city": "string",
- "postcode": "string",
- "simple": "string"
}, - "countryCode": "string",
- "name": "string",
- "regNo": "string",
- "vatNo": "string"
}, - "sections": [
- {
- "content": "string",
- "contentType": "string",
- "creationDate": "string",
- "name": "string"
}
], - "status": {
- "code": "string",
- "description": "string"
}, - "transactionID": 0
}