Register A Warranty
POST /warranty/registration
Sample Request
{ "deliveryDate": "2021-01-01T00:00.000Z", "vin": "", "customerFirstName": "", "customerLastName": "", "customerEmail": ""}Sample Response
HTTP 200 OK
{ "success": true, "error": "", "result": { "coachId": "", "vin": "", "guid": "", "year": "", "product": "", "model": "", "status": "" }}