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": "8bb82a6e-b11a-4857-8757-639a517913f9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}