POST api/AdminProduct/SaveProductCountry

AdmSaveProductCountry

Request Information

URI Parameters

None.

Body Parameters

SaveProductCountry_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

CountryID

integer

None.

ProductTiming

date

None.

ProductDurationH

integer

None.

Barcode

string

None.

ProductIDCRM

integer

None.

Price

decimal number

None.

ProductActiveCtry

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "CountryID": 1,
  "ProductTiming": "2025-04-19T07:26:06.5988969+03:00",
  "ProductDurationH": 1,
  "Barcode": "sample string 1",
  "ProductIDCRM": 1,
  "Price": 1.1,
  "ProductActiveCtry": true,
  "UserUUIDCur": "fa1ba3d5-141a-4521-92ef-b2387490c3ca"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}