PUT api/v1/InterfaceCountries
Request Information
URI Parameters
None.
Body Parameters
EditInterfaceCountryRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InterfaceCountry | InterfaceCountryDTO |
None. |
Request Formats
application/json, text/json
Sample:
{
"InterfaceCountry": {
"CountryId": 1,
"IsVisibleInAmsps": true,
"IsVisibleInPersonalArea": true,
"CreateTime": "2025-12-06T07:29:43.8050146+03:00",
"UpdateTime": "2025-12-06T07:29:43.8050146+03:00"
}
}
application/xml, text/xml
Sample:
<EditInterfaceCountryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Settings.Contracts">
<InterfaceCountry>
<CountryId>1</CountryId>
<CreateTime>2025-12-06T07:29:43.8050146+03:00</CreateTime>
<IsVisibleInAmsps>true</IsVisibleInAmsps>
<IsVisibleInPersonalArea>true</IsVisibleInPersonalArea>
<UpdateTime>2025-12-06T07:29:43.8050146+03:00</UpdateTime>
</InterfaceCountry>
</EditInterfaceCountryRequest>
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.