POST api/AdminProduct/SaveProductCountry
AdmSaveProductCountry
Request Information
URI Parameters
None.
Body Parameters
SaveProductCountry_RequestName | Description | Type | Additional 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-06-07T03:46:43.3648136+03:00", "ProductDurationH": 1, "Barcode": "sample string 1", "ProductIDCRM": 1, "Price": 1.1, "ProductActiveCtry": true, "UserUUIDCur": "bed1e60f-5f94-46eb-a6c0-f972f797704a" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}