Ana içeriğe geç

Garanti Id ile Garanti Görüntüleme

Request

Bu servisi kullanarak garanti id ile garanti görüntüleyebilirsiniz.

curl --location --request GET '<BASE_URL>/individual-customer-products/{individualCustomerProductId}'
--header 'Content-Type: application/json'
--header 'Authorization: <jwtToken>'

Path Variables

ParametreTipZorunlu
Açıklama
individualCustomerProductIdintegerEvetKullanıcıya ait ürünün id bilgisi

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"
}
}