POST api/AdminSettingsSystem/GetCurrencyCountry
AdmGetCurrencyCountry
Request Information
URI Parameters
None.
Body Parameters
GetCurrencyCountry| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyID | integer |
None. |
|
| CountryID | integer |
None. |
|
| CurrencyCtryUUID | globally unique identifier |
None. |
|
| CountryActive | boolean |
None. |
|
| CurrencyActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrencyID": 1,
"CountryID": 1,
"CurrencyCtryUUID": "29695fc1-18d8-43bf-989e-70f2b5e3ad92",
"CountryActive": true,
"CurrencyActive": true,
"UserUUIDCur": "16223f49-35f4-4a72-93fa-39da31d27485"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]