POST http:///fleet.roadprotect.co.il/api/v1/nomination/{nominationId}/redirect/municipal
| Parameter name |
Value |
Description |
Additional |
| nominationId |
number |
The nominationId of the nomination to redirect
|
Required |
To authenticate your client integration please put your token in the header of your requests with the key Authorization, it should look like this:
Authorization: Bearer YOUR_TOKEN_HERE
Please keep your token secured. If your token is compromised, we can issue a new token for you.
This request requires the use of one of following authorisation methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
| Status code |
Description |
Resource |
| 201 |
Created
|
Nomination |
| 400 |
Bad Request
- E020: Could not find Nomination with id: nominationId
- E037: Could not find Infringement with id: infringementId
- E044: Could not find Document with id: documentId
- E082: The nomination can not be made because the required documents are not present
- E084: This infringement is not ready for redirection
- E085: This nomination has the following status; which means we cannot redirect it: nominationStatus
- E086: Redirection can only occur on infringements linked to Lease Contracts, we need these details for the redirection
- E087: There is no currently nominated account on this redirection, please contact support
- E088: Only redirection from owner to user is supported currently
- E140: We do not have fax or email contact details for the user running this request
- E164: Faild to merge documents: error
|
|
| 500 |
Internal Server Error
- E045: Failed to load the document requested
- E046: Failed to create a generated document
- E083: Something went wrong retrieving the documents
|
|