Issue policy
Issue policy
For issuing a new policy. This version requires an email field and an istimarah document upload.
POST
Issue policy
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
multipart/form-data
Email address (must be @syarah.com domain)
Vehicle Identification Number (17 characters, must be unique)
Car sequence number (8-9 digits, must be unique)
The nationality ID of the current owner (10 digits)
The Nationality ID of the new owner (10 digits)
Vehicle registration document (PDF, JPEG, JPG, or PNG, max 10MB)
Optional free-form object with additional fields. Total JSON-encoded size must not exceed 255 characters.
Example:
{
"some_key": "some value",
"another_key": 123
}Response
Created

