/
UPDATE in table
UPDATE in table
Request: PUT request to given url with the given fields
URL:
https://base-project-testing-dot-eshopbox-test-project.el.r.appspot.com/_ah/api/esb/v1/shreyasi
Required Feilds:
“id“: integer
and at least one of the following
“product_name”: string
“brand”: string
“mrp”: integer
“weight”: integer
Example:
{
"id":2,
"product_name":"name",
"weight":123
}
Sequence Diagram:
Request-Response:
Request | Response |
---|---|
“id“ not present in request | 400 BadRequest |
Any field not in correct data type | 400 BadRequest |
“id“ not found on database | 404 NotFound |
Request in correct format and id found in database | 200 OK with update log |
, multiple selections available,
Related content
Update Method
Update Method
More like this
ADD to table
ADD to table
More like this
DELETE from table
DELETE from table
More like this
Insert API
Insert API
More like this
Product API - product specification key
Product API - product specification key
More like this
TataCliq AWB API
TataCliq AWB API
More like this