POST api/v1/toolv1/RegistCountry
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RegistCountryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Icon | string |
None. |
|
| CountryName | string |
None. |
|
| CountryCode | string |
None. |
|
| CountryAreaCode | string |
None. |
|
| Sort | integer |
None. |
|
| CurrencySymbol | string |
None. |
|
| CurrencyDigits | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
application/xml
Sample:
<ArrayOfRegistCountryDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<RegistCountryDto>
<Icon>sample string 1</Icon>
<CountryName>sample string 2</CountryName>
<CountryCode>sample string 3</CountryCode>
<CountryAreaCode>sample string 4</CountryAreaCode>
<Sort>5</Sort>
<CurrencySymbol>sample string 6</CurrencySymbol>
<CurrencyDigits>7</CurrencyDigits>
</RegistCountryDto>
<RegistCountryDto>
<Icon>sample string 1</Icon>
<CountryName>sample string 2</CountryName>
<CountryCode>sample string 3</CountryCode>
<CountryAreaCode>sample string 4</CountryAreaCode>
<Sort>5</Sort>
<CurrencySymbol>sample string 6</CurrencySymbol>
<CurrencyDigits>7</CurrencyDigits>
</RegistCountryDto>
</ArrayOfRegistCountryDto>
text/json
Sample:
[
{
"Icon": "sample string 1",
"CountryName": "sample string 2",
"CountryCode": "sample string 3",
"CountryAreaCode": "sample string 4",
"Sort": 5,
"CurrencySymbol": "sample string 6",
"CurrencyDigits": 7
},
{
"Icon": "sample string 1",
"CountryName": "sample string 2",
"CountryCode": "sample string 3",
"CountryAreaCode": "sample string 4",
"Sort": 5,
"CurrencySymbol": "sample string 6",
"CurrencyDigits": 7
}
]
text/xml
Sample:
<ArrayOfRegistCountryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Smart.Domain.Dto.Others">
<RegistCountryDto>
<CountryAreaCode>sample string 4</CountryAreaCode>
<CountryCode>sample string 3</CountryCode>
<CountryName>sample string 2</CountryName>
<CurrencyDigits>7</CurrencyDigits>
<CurrencySymbol>sample string 6</CurrencySymbol>
<Icon>sample string 1</Icon>
<Sort>5</Sort>
</RegistCountryDto>
<RegistCountryDto>
<CountryAreaCode>sample string 4</CountryAreaCode>
<CountryCode>sample string 3</CountryCode>
<CountryName>sample string 2</CountryName>
<CurrencyDigits>7</CurrencyDigits>
<CurrencySymbol>sample string 6</CurrencySymbol>
<Icon>sample string 1</Icon>
<Sort>5</Sort>
</RegistCountryDto>
</ArrayOfRegistCountryDto>