POST portal/api/hrms/v1/Deputation/AreaDestination?DeputationTypeId={DeputationTypeId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DeputationTypeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Emp_AreaDestination| Name | Description | Type | Additional information |
|---|---|---|---|
| No | integer |
None. |
|
| Name | string |
None. |
|
| NameEng | string |
None. |
|
| AreaDestination | integer |
None. |
|
| CountryId | integer |
None. |
|
| InsertDate | date |
None. |
|
| InsertENTUserAccountId | integer |
None. |
|
| UpdateDate | date |
None. |
|
| UpdateENTUserAccountId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"No": 1,
"Name": "sample string 2",
"NameEng": "sample string 3",
"AreaDestination": 4,
"CountryId": 1,
"InsertDate": "2026-08-06T20:12:21.0876021+03:00",
"InsertENTUserAccountId": 6,
"UpdateDate": "2026-08-06T20:12:21.0876021+03:00",
"UpdateENTUserAccountId": 8
},
{
"No": 1,
"Name": "sample string 2",
"NameEng": "sample string 3",
"AreaDestination": 4,
"CountryId": 1,
"InsertDate": "2026-08-06T20:12:21.0876021+03:00",
"InsertENTUserAccountId": 6,
"UpdateDate": "2026-08-06T20:12:21.0876021+03:00",
"UpdateENTUserAccountId": 8
}
]
application/xml, text/xml
Sample:
<ArrayOfEmp_AreaDestination xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HorizonSSI.HRIntegration.Models">
<Emp_AreaDestination>
<AreaDestination>4</AreaDestination>
<CountryId>1</CountryId>
<InsertDate>2026-08-06T20:12:21.0876021+03:00</InsertDate>
<InsertENTUserAccountId>6</InsertENTUserAccountId>
<Name>sample string 2</Name>
<NameEng>sample string 3</NameEng>
<No>1</No>
<UpdateDate>2026-08-06T20:12:21.0876021+03:00</UpdateDate>
<UpdateENTUserAccountId>8</UpdateENTUserAccountId>
</Emp_AreaDestination>
<Emp_AreaDestination>
<AreaDestination>4</AreaDestination>
<CountryId>1</CountryId>
<InsertDate>2026-08-06T20:12:21.0876021+03:00</InsertDate>
<InsertENTUserAccountId>6</InsertENTUserAccountId>
<Name>sample string 2</Name>
<NameEng>sample string 3</NameEng>
<No>1</No>
<UpdateDate>2026-08-06T20:12:21.0876021+03:00</UpdateDate>
<UpdateENTUserAccountId>8</UpdateENTUserAccountId>
</Emp_AreaDestination>
</ArrayOfEmp_AreaDestination>