POST api/AdminProduct/SaveProductCountry
AdmSaveProductCountry
Request Information
URI Parameters
None.
Body Parameters
SaveProductCountry_Request| Name | 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-11-17T10:22:00.2523206+02:00",
"ProductDurationH": 1,
"Barcode": "sample string 1",
"ProductIDCRM": 1,
"Price": 1.1,
"ProductActiveCtry": true,
"UserUUIDCur": "87c6a74b-55a0-4144-ad49-58e1c55eec93"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}