Product Save
URL
frontoffice_poabs/product_save
Method
POST
Request Media type
application/json
Response Media type
application/json
Request Parameters
| Parameter | Data Type | Min | Max | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| key | String | 32 | 32 | M | bvgYcKigeauvOT8hwaRtugvptsaL9Dtb | Key obtained from authentiaction. |
| pid | Integer | M | ||||
| pcode | String | M | ||||
| pname | String | M |
Response Values
| Name | Data Type | Min Length | Max Length | M/O | Sample Value | Comments |
|---|---|---|---|---|---|---|
| msg | String | M | Product synchronized successfully |
Sample Request
{
"key": "QH7LlQ3wQMK9oYEKjeG5QOIVJQT4emeq",
"pid": "",
"pcode": "",
"pname": ""
}
Sample Success Response
{
"msg": "Success",
"e": 200
}