Posted By -
AP
*. create signup/registration API
*. login API
*. Update profile API
*. forgot password API
*. add products API
*. update products API
*. Delete Products API
*. search products API with Pagination & 2 filters (productcategory and productsubcategory)
*. Wrapper API
Login JSON:
{
"_id": {
"$oid": "6003082d3741921d06a519ce"
},
"id": "01",
"first_nmae": "John",
"last_nmae": "carter",
"profile_picture": "https://www.pinterest.com/pin/718113103059412741/",
"age": 23,
"gender": "male",
"email": [removed]
"mobile": "0000000000",
"password": "pass123",
"user_type": "user"
}
Products JSON:
{
"_id": {
"$oid": "600309fb3741921d06a519cf"
},
"productID": "KL01",
"productName": "Sample name ",
"productDesc": "Product description",
"productPrice": "2500",
"productCategory": "Product category",
"productSubcategory": "Product sub category",
"inStock": true
}
Copyright © 2021 | Truelancer.com