| Field | Type | Description |
| creditAvailable | Number | The amount of credit available (0 if credit is suspended) Can be negative if dealer has exceeded credit limit |
| expiryDate | String (optional) | The expiry date of the current temporary credit limit (if applicable) |
creditSuspended | Boolean | True if credit is suspended for the requested dealer |
suspendedReasonCode | String (optional) | The suspended reason code if credit is suspended, null otherwise |
| suspendedReasonDescription | String (optional) | The suspended reason description if credit is suspended, null otherwise |

HTTP Status Code | Type |
400 | No dealer code supplied |
| 403 | Forbidden (invalid Authorisation) |
404 | Dealer not found |
503 | Service Unavailable (due to maintenance) |