POST api/AdminProduct/SaveProductMaster

AdmSaveProductMaster

Request Information

URI Parameters

None.

Body Parameters

SaveProductMaster_Request
NameDescriptionTypeAdditional 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": "ece44589-c8e6-47bf-8b63-cd8ba295c225"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}