POST api/v1/InterfaceCountries/Many
Request Information
URI Parameters
None.
Body Parameters
AddInterfaceCountriesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InterfaceCountries | Collection of InterfaceCountryDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"InterfaceCountries": [
{
"CountryId": 1,
"IsVisibleInAmsps": true,
"IsVisibleInPersonalArea": true,
"CreateTime": "2025-12-06T07:33:30.7512034+03:00",
"UpdateTime": "2025-12-06T07:33:30.7512034+03:00"
},
{
"CountryId": 1,
"IsVisibleInAmsps": true,
"IsVisibleInPersonalArea": true,
"CreateTime": "2025-12-06T07:33:30.7512034+03:00",
"UpdateTime": "2025-12-06T07:33:30.7512034+03:00"
}
]
}
application/xml, text/xml
Sample:
<AddInterfaceCountriesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Settings.Contracts">
<InterfaceCountries>
<InterfaceCountryDTO>
<CountryId>1</CountryId>
<CreateTime>2025-12-06T07:33:30.7512034+03:00</CreateTime>
<IsVisibleInAmsps>true</IsVisibleInAmsps>
<IsVisibleInPersonalArea>true</IsVisibleInPersonalArea>
<UpdateTime>2025-12-06T07:33:30.7512034+03:00</UpdateTime>
</InterfaceCountryDTO>
<InterfaceCountryDTO>
<CountryId>1</CountryId>
<CreateTime>2025-12-06T07:33:30.7512034+03:00</CreateTime>
<IsVisibleInAmsps>true</IsVisibleInAmsps>
<IsVisibleInPersonalArea>true</IsVisibleInPersonalArea>
<UpdateTime>2025-12-06T07:33:30.7512034+03:00</UpdateTime>
</InterfaceCountryDTO>
</InterfaceCountries>
</AddInterfaceCountriesRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.