POST api/AdminProduct/GetProductNotiff

AdmGetProductNotiff

Request Information

URI Parameters

None.

Body Parameters

GetProductNotiff_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

LanguageID

integer

None.

CountryID

integer

None.

NotiffUUID

globally unique identifier

None.

ProductNotiffActive

boolean

None.

ProductActiveCtry

boolean

None.

ProductNotiffActiveCtry

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "LanguageID": 1,
  "CountryID": 1,
  "NotiffUUID": "ed3f2940-2e90-4113-9167-9918d3adb1da",
  "ProductNotiffActive": true,
  "ProductActiveCtry": true,
  "ProductNotiffActiveCtry": true,
  "UserUUIDCur": "2ecab442-df44-448d-9ca2-2a3add1f3185"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]