POST api/AdminProduct/GetProductMaster
AdmGetProductMaster
Request Information
URI Parameters
None.
Body Parameters
GetProductMaster_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| ProductIDMaster | integer |
None. |
|
| CountryID | integer |
None. |
|
| ProductVariationID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| ProductActiveCtry | boolean |
None. |
|
| ProductActiveLng | boolean |
None. |
|
| ProductActiveCtryMaster | boolean |
None. |
|
| ProductActiveLngMaster | boolean |
None. |
|
| ProductVariationActive | boolean |
None. |
|
| ProductVariationActiveLng | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"ProductIDMaster": 1,
"CountryID": 1,
"ProductVariationID": 1,
"LanguageID": 1,
"ProductActiveCtry": true,
"ProductActiveLng": true,
"ProductActiveCtryMaster": true,
"ProductActiveLngMaster": true,
"ProductVariationActive": true,
"ProductVariationActiveLng": true,
"UserUUIDCur": "8736574f-e1e2-482c-bcb3-45a82a76b66b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]