POST api/AdminProduct/GetProductMaster

AdmGetProductMaster

Request Information

URI Parameters

None.

Body Parameters

GetProductMaster_Request
NameDescriptionTypeAdditional 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": "fdbc823e-78e0-492c-b13d-0eeca684618b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]