/
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:

  1. “product_name”: string

  2. “brand”: string

  3. “mrp”: integer

  4. “weight”: integer

Example:

{ "product_name":"name", "brand":"brand_name", "weight":123, "mrp":456 }

Sequence Diagram:

Request-Response:

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

 

Related content