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: Basic ZGVtbzpwQDU1dzByZA=='
Path Variables
Parameter | Type | Required | Description |
---|---|---|---|
individualCustomerProductId | Integer | Yes | Warranty Id |
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
merchantCode | String | Yes | The merchant code to which the product belongs. |
sellerCode | String | Yes | Seller code |
Response
{
"customer": {
"firstName": "Alper",
"lastName": "Topraktepe",
"email": "example@egaranti.com",
"emailVerified": true,
"phoneVerified": true,
"phone": "+905443332211"
},
"product": {
"name": "Erica El Mikseri Kırmızı",
"category": "Entegrasyon",
"brand": "Fakir",
"model": "",
"warrantyStartDate": "09-05-2024",
"warrantyExpireDate": "09-05-2026",
"externalOrderId": "0f7b0e0e-2ead-4ba8-b7b2-4defcac117ca",
"externalLineId": "1231"
}
}