Subscriptions - Update a Subscription
PUT yourdomain.com/api/subscriptions/:id
Parameter
json
Field | Type | Description |
---|---|---|
id | id |
ID for update data. |
HTTP/1.1 200 OK
{
"status": true,
"message": "Data Update Successful."
}
HTTP/1.1 404 Not Found
{
"status": false,
"message": "Data Not Acceptable OR Not Provided"
}
{
"status": false,
"message": "Data Update Fail."
}