POST api/AdminProduct/SaveProductMaster
AdmSaveProductMaster
Request Information
URI Parameters
None.
Body Parameters
SaveProductMaster_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| CountryID | integer |
None. |
|
| ProductVariationID | integer |
None. |
|
| ProductIDMaster | integer |
None. |
|
| ProductMasterActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"CountryID": 1,
"ProductVariationID": 1,
"ProductIDMaster": 1,
"ProductMasterActive": true,
"UserUUIDCur": "5f8ee92c-7d23-400c-9a35-356fb7492cdc"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}