/api/v1/customer/stores/{id}/save-eaiv

POST

/api/v1/customer/stores/{id}/save-eaiv

In this API, save Status for EAIV

Parameter

Parameter

Data Type

Required

type

NUMBER

true

status

NUMBER

true

{
    "status": true,
    "message": "EAIV Status Saved Successfully"
}
{
    "status": false,
    "message": "EAIV status failed"
}