POST api/AdminSettingsSystem/GetCurrencyCountry

AdmGetCurrencyCountry

Request Information

URI Parameters

None.

Body Parameters

GetCurrencyCountry
NameDescriptionTypeAdditional 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": "4e17b23a-51d8-4a95-b248-bcbdde530cf5",
  "CountryActive": true,
  "CurrencyActive": true,
  "UserUUIDCur": "52803299-d0f8-4dc3-b03e-db65a5b0bac5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]