POST api/UserManagement/InsertCountryData

Request Information

URI Parameters

None.

Body Parameters

CountryView
NameDescriptionTypeAdditional information
Country_Code

integer

None.

Sys_Code

string

None.

Name

string

None.

ShortCode

string

None.

ShortName

string

None.

TimeZone_Code

integer

None.

FormerlyName

string

None.

NationalityName

string

None.

ISOCode2

string

None.

ISOCode3

string

None.

FIPS

string

None.

GeoNameID

string

None.

LatLong

string

None.

Currency

string

None.

CurrencyHTMLEntityDecimal

string

None.

CurrencyHTMLEntityHex

string

None.

HindiName

string

None.

OthreLanguage

string

None.

PhoneCode

string

None.

CreatedDate

date

None.

CreateBy

integer

None.

ModifiedDate

date

None.

ModifiedBy

integer

None.

IsActive

boolean

None.

IsDelete

boolean

None.

IsSync

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Country_Code": 1,
  "Sys_Code": "sample string 2",
  "Name": "sample string 3",
  "ShortCode": "sample string 4",
  "ShortName": "sample string 5",
  "TimeZone_Code": 1,
  "FormerlyName": "sample string 6",
  "NationalityName": "sample string 7",
  "ISOCode2": "sample string 8",
  "ISOCode3": "sample string 9",
  "FIPS": "sample string 10",
  "GeoNameID": "sample string 11",
  "LatLong": "sample string 12",
  "Currency": "sample string 13",
  "CurrencyHTMLEntityDecimal": "sample string 14",
  "CurrencyHTMLEntityHex": "sample string 15",
  "HindiName": "sample string 16",
  "OthreLanguage": "sample string 17",
  "PhoneCode": "sample string 18",
  "CreatedDate": "2026-06-19T08:56:09.0142803+00:00",
  "CreateBy": 1,
  "ModifiedDate": "2026-06-19T08:56:09.0142803+00:00",
  "ModifiedBy": 1,
  "IsActive": true,
  "IsDelete": true,
  "IsSync": true
}

application/xml, text/xml

Sample:
<CountryView xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ViewModelHRMS">
  <Country_Code>1</Country_Code>
  <CreateBy>1</CreateBy>
  <CreatedDate>2026-06-19T08:56:09.0142803+00:00</CreatedDate>
  <Currency>sample string 13</Currency>
  <CurrencyHTMLEntityDecimal>sample string 14</CurrencyHTMLEntityDecimal>
  <CurrencyHTMLEntityHex>sample string 15</CurrencyHTMLEntityHex>
  <FIPS>sample string 10</FIPS>
  <FormerlyName>sample string 6</FormerlyName>
  <GeoNameID>sample string 11</GeoNameID>
  <HindiName>sample string 16</HindiName>
  <ISOCode2>sample string 8</ISOCode2>
  <ISOCode3>sample string 9</ISOCode3>
  <IsActive>true</IsActive>
  <IsDelete>true</IsDelete>
  <IsSync>true</IsSync>
  <LatLong>sample string 12</LatLong>
  <ModifiedBy>1</ModifiedBy>
  <ModifiedDate>2026-06-19T08:56:09.0142803+00:00</ModifiedDate>
  <Name>sample string 3</Name>
  <NationalityName>sample string 7</NationalityName>
  <OthreLanguage>sample string 17</OthreLanguage>
  <PhoneCode>sample string 18</PhoneCode>
  <ShortCode>sample string 4</ShortCode>
  <ShortName>sample string 5</ShortName>
  <Sys_Code>sample string 2</Sys_Code>
  <TimeZone_Code>1</TimeZone_Code>
</CountryView>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>