Get Warranty By ID
You can get a warranty information by individualCustomerProductId using this service.
Request
You can view warranty details by warranty ID using this service.
curl --location --request GET '<BASE_URL>/individual-customer-products/{individualCustomerProductId}'
--header 'Content-Type: application/json'
--header 'Authorization: <jwtToken>'
Path Variables
Parameter | Type | Required | Description |
---|---|---|---|
individualCustomerProductId | Integer | Yes | Warranty Id |
Response
{
"customer": {
"firstName": "Ahmet",
"lastName": "Arslan",
"email": "example@egaranti.com",
"emailVerified": true,
"phoneVerified": true,
"phone": "+905443332211"
},
"product": {
"name": "Lenovo Ideapad Flex 5 11.Nesil Core i5",
"category": "Elektronik > Bilgisayar & Tablet > Laptop",
"brand": "LENOVO",
"model": "Ideapad Flex 5",
"warrantyExpireDate": "2027-03-16",
"externalOrderId": "123"
}
}