POST api/HR/AddArea?Direction={Direction}&InCT={InCT}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| area | No documentation available. |
Define this parameter in the request body. |
| Direction | No documentation available. |
Define this parameter in the request URI. |
| InCT | No documentation available. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"NameAR": "sample string 2",
"NameEN": "sample string 3",
"CreatedEmpId": 1,
"CreatedDate": "2025-12-17T21:51:57.8707724+02:00",
"UpdatedEmpId": 1,
"UpdatedDate": "2025-12-17T21:51:57.8707724+02:00",
"DeletedEmpId": 1,
"DeletedDate": "2025-12-17T21:51:57.8707724+02:00",
"IsDeleted": true,
"Id": 5
}
application/xml, text/xml
Sample:
<Acc_TransportationAreas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>5</Id> <CreatedDate>2025-12-17T21:51:57.8707724+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-12-17T21:51:57.8707724+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-12-17T21:51:57.8707724+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <Code>sample string 1</Code> <NameAR>sample string 2</NameAR> <NameEN>sample string 3</NameEN> </Acc_TransportationAreas>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": true,
"ErrorMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<GeneralErrors xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERP_Plus"> <ErrorMessage>sample string 2</ErrorMessage> <Result>true</Result> </GeneralErrors>