POST portal/api/hrms/v1/Deputation/DeputationCountry?DeputationCategoryId={DeputationCategoryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DeputationCategoryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Emp_DeputationCountry
NameDescriptionTypeAdditional information
CountryId

integer

None.

CountryName

string

None.

CountryNameEng

string

None.

DeputationCategoryId

integer

None.

InsertDate

date

None.

InsertENTUserAccountId

integer

None.

UpdateDate

date

None.

UpdateENTUserAccountId

integer

None.

Version

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CountryId": 1,
    "CountryName": "sample string 2",
    "CountryNameEng": "sample string 3",
    "DeputationCategoryId": 4,
    "InsertDate": "2026-08-06T20:14:02.3922618+03:00",
    "InsertENTUserAccountId": 6,
    "UpdateDate": "2026-08-06T20:14:02.3922618+03:00",
    "UpdateENTUserAccountId": 8,
    "Version": "QEA="
  },
  {
    "CountryId": 1,
    "CountryName": "sample string 2",
    "CountryNameEng": "sample string 3",
    "DeputationCategoryId": 4,
    "InsertDate": "2026-08-06T20:14:02.3922618+03:00",
    "InsertENTUserAccountId": 6,
    "UpdateDate": "2026-08-06T20:14:02.3922618+03:00",
    "UpdateENTUserAccountId": 8,
    "Version": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfEmp_DeputationCountry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HorizonSSI.HRIntegration.Models">
  <Emp_DeputationCountry>
    <CountryId>1</CountryId>
    <CountryName>sample string 2</CountryName>
    <CountryNameEng>sample string 3</CountryNameEng>
    <DeputationCategoryId>4</DeputationCategoryId>
    <InsertDate>2026-08-06T20:14:02.3922618+03:00</InsertDate>
    <InsertENTUserAccountId>6</InsertENTUserAccountId>
    <UpdateDate>2026-08-06T20:14:02.3922618+03:00</UpdateDate>
    <UpdateENTUserAccountId>8</UpdateENTUserAccountId>
    <Version>QEA=</Version>
  </Emp_DeputationCountry>
  <Emp_DeputationCountry>
    <CountryId>1</CountryId>
    <CountryName>sample string 2</CountryName>
    <CountryNameEng>sample string 3</CountryNameEng>
    <DeputationCategoryId>4</DeputationCategoryId>
    <InsertDate>2026-08-06T20:14:02.3922618+03:00</InsertDate>
    <InsertENTUserAccountId>6</InsertENTUserAccountId>
    <UpdateDate>2026-08-06T20:14:02.3922618+03:00</UpdateDate>
    <UpdateENTUserAccountId>8</UpdateENTUserAccountId>
    <Version>QEA=</Version>
  </Emp_DeputationCountry>
</ArrayOfEmp_DeputationCountry>