/
Table Description (MyProducts)
Table Description (MyProducts)
Table Name: MyProducts
Table Description:
Fields | Type | Description |
---|---|---|
Id Primary Key | Integer | Stores the product Id (unique for every product) |
ProductName | String | Stores the name of the product |
ProductType | String | Stores the type of product (Casual, Formal etc.) |
Price | Long | Stores the price of product |
Request Format: JSON
For performing Insert, Update and Delete operations, the Request must be given in JSON format.
{
"Id": "1"
"ProductName": "Shirt",
"ProductType": "Formal",
"Price": "700"
} |
, multiple selections available,
Related content
Table Description
Table Description
More like this
ADD to table
ADD to table
More like this
UPDATE in table
UPDATE in table
More like this
Product API - product specification key
Product API - product specification key
More like this
INSERT Method
INSERT Method
Read with this
Insert API
Insert API
More like this