/
ADD to table
ADD to table
Request: POST request to given url with all of the given fields
URL:
https://base-project-testing-dot-eshopbox-test-project.el.r.appspot.com/_ah/api/esb/v1/shreyasi
Required Feilds:
“product_name”: string
“brand”: string
“mrp”: integer
“weight”: integer
Example:
{
"product_name":"name",
"brand":"brand_name",
"weight":123,
"mrp":456
}
Sequence Diagram:
Request-Response:
Request | Response |
---|---|
Any one or more of the 4 fields missing | 400 BadRequest |
Any given field not in correct format | 400 BadRequest |
Correct request format | 201 Success with log |
, multiple selections available,
Related content
UPDATE in table
UPDATE in table
More like this
INSERT Method
INSERT Method
Read with this
DELETE from table
DELETE from table
More like this
Insert API
Insert API
More like this
Create returns new API
Create returns new API
More like this
Anshul's API
Anshul's API
Read with this