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": "24656753-f9dd-435d-974c-d1a7147bb2d1",
"CountryActive": true,
"CurrencyActive": true,
"UserUUIDCur": "d5dc6683-b4e9-4559-abb4-46f503392803"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]