GET api/HR/GetTicketById/{Id}?Direction={Direction}&EmpId={EmpId}&InCT={InCT}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Id
No documentation available.

Define this parameter in the request URI.

Direction
No documentation available.

Define this parameter in the request URI.

EmpId
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:
{
  "Main": [
    {},
    {},
    {}
  ],
  "Attachments": [
    {},
    {},
    {}
  ],
  "Replys": [
    {},
    {},
    {}
  ],
  "Approve": [
    {},
    {},
    {}
  ],
  "Disapprove": [
    {},
    {},
    {}
  ]
}

application/xml, text/xml

Sample:
<VM_MoreList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel">
  <Approve xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
    <d2p1:anyType />
  </Approve>
  <Attachments xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
    <d2p1:anyType />
  </Attachments>
  <Disapprove xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
    <d2p1:anyType />
  </Disapprove>
  <Main xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
    <d2p1:anyType />
  </Main>
  <Replys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:anyType />
    <d2p1:anyType />
    <d2p1:anyType />
  </Replys>
</VM_MoreList>