POST
/api/v1/customer/stores/resubmit-altria-status
In this API, we are resubmitting data to altria based on altria status code.
Parameter
| Parameter | Data Type | Required |
|---|---|---|
| store_id | NUMBER | true |
{
"status": true,
"errorCode": "SUCCESS",
"message" : 'Customer successfully updated'
}{
"status": false,
"errorCode": "FAILED",
"message": "Please contact to SC Choice Management."
}