GET api/HR/GetTemplateData/{Id}?EmpId={EmpId}&Direction={Direction}&InCT={InCT}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Id | No documentation available. |
Define this parameter in the request URI. |
| EmpId | No documentation available. |
Define this parameter in the request URI. |
| Direction | No documentation available. |
Define this parameter in the request URI. |
| InCT | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"TemplateBody": "sample string 1",
"TemplateEmployees": [
{},
{},
{}
]
}
application/xml, text/xml
Sample:
<TemplateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel">
<TemplateBody>sample string 1</TemplateBody>
<TemplateEmployees xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:anyType />
<d2p1:anyType />
<d2p1:anyType />
</TemplateEmployees>
</TemplateData>