GET api/PBXMLVEmployees/GetAllPBXMLVEmployee?cccd={cccd}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "cccd": "sample string 1", "EmpNo": 2, "NAME": "sample string 3", "PARENT": "sample string 4", "CATEGORY": "sample string 5", "DESIGNATION": "sample string 6", "UProfileImage": "sample string 7", "CREATEDSYSTEM": "sample string 8", "LASTUPDATEDSYSTEM": "sample string 9", "UID": 10, "USERNAME": "sample string 11", "LUID": 12, "LUSERNAME": "sample string 13", "CREATEDDATE": "2024-11-23T18:43:54.6155875+05:30", "LASTUPDATEDDATE": "2024-11-23T18:43:54.6155875+05:30" }, { "cccd": "sample string 1", "EmpNo": 2, "NAME": "sample string 3", "PARENT": "sample string 4", "CATEGORY": "sample string 5", "DESIGNATION": "sample string 6", "UProfileImage": "sample string 7", "CREATEDSYSTEM": "sample string 8", "LASTUPDATEDSYSTEM": "sample string 9", "UID": 10, "USERNAME": "sample string 11", "LUID": 12, "LUSERNAME": "sample string 13", "CREATEDDATE": "2024-11-23T18:43:54.6155875+05:30", "LASTUPDATEDDATE": "2024-11-23T18:43:54.6155875+05:30" }, { "cccd": "sample string 1", "EmpNo": 2, "NAME": "sample string 3", "PARENT": "sample string 4", "CATEGORY": "sample string 5", "DESIGNATION": "sample string 6", "UProfileImage": "sample string 7", "CREATEDSYSTEM": "sample string 8", "LASTUPDATEDSYSTEM": "sample string 9", "UID": 10, "USERNAME": "sample string 11", "LUID": 12, "LUSERNAME": "sample string 13", "CREATEDDATE": "2024-11-23T18:43:54.6155875+05:30", "LASTUPDATEDDATE": "2024-11-23T18:43:54.6155875+05:30" } ]
text/html
Sample:
[{"cccd":"sample string 1","EmpNo":2,"NAME":"sample string 3","PARENT":"sample string 4","CATEGORY":"sample string 5","DESIGNATION":"sample string 6","UProfileImage":"sample string 7","CREATEDSYSTEM":"sample string 8","LASTUPDATEDSYSTEM":"sample string 9","UID":10,"USERNAME":"sample string 11","LUID":12,"LUSERNAME":"sample string 13","CREATEDDATE":"2024-11-23T18:43:54.6155875+05:30","LASTUPDATEDDATE":"2024-11-23T18:43:54.6155875+05:30"},{"cccd":"sample string 1","EmpNo":2,"NAME":"sample string 3","PARENT":"sample string 4","CATEGORY":"sample string 5","DESIGNATION":"sample string 6","UProfileImage":"sample string 7","CREATEDSYSTEM":"sample string 8","LASTUPDATEDSYSTEM":"sample string 9","UID":10,"USERNAME":"sample string 11","LUID":12,"LUSERNAME":"sample string 13","CREATEDDATE":"2024-11-23T18:43:54.6155875+05:30","LASTUPDATEDDATE":"2024-11-23T18:43:54.6155875+05:30"},{"cccd":"sample string 1","EmpNo":2,"NAME":"sample string 3","PARENT":"sample string 4","CATEGORY":"sample string 5","DESIGNATION":"sample string 6","UProfileImage":"sample string 7","CREATEDSYSTEM":"sample string 8","LASTUPDATEDSYSTEM":"sample string 9","UID":10,"USERNAME":"sample string 11","LUID":12,"LUSERNAME":"sample string 13","CREATEDDATE":"2024-11-23T18:43:54.6155875+05:30","LASTUPDATEDDATE":"2024-11-23T18:43:54.6155875+05:30"}]
application/xml, text/xml
Sample:
<ArrayOfPBXMLVEmployees xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <PBXMLVEmployees> <CATEGORY>sample string 5</CATEGORY> <CREATEDDATE>2024-11-23T18:43:54.6155875+05:30</CREATEDDATE> <CREATEDSYSTEM>sample string 8</CREATEDSYSTEM> <DESIGNATION>sample string 6</DESIGNATION> <EmpNo>2</EmpNo> <LASTUPDATEDDATE>2024-11-23T18:43:54.6155875+05:30</LASTUPDATEDDATE> <LASTUPDATEDSYSTEM>sample string 9</LASTUPDATEDSYSTEM> <LUID>12</LUID> <LUSERNAME>sample string 13</LUSERNAME> <NAME>sample string 3</NAME> <PARENT>sample string 4</PARENT> <UID>10</UID> <UProfileImage>sample string 7</UProfileImage> <USERNAME>sample string 11</USERNAME> <cccd>sample string 1</cccd> </PBXMLVEmployees> <PBXMLVEmployees> <CATEGORY>sample string 5</CATEGORY> <CREATEDDATE>2024-11-23T18:43:54.6155875+05:30</CREATEDDATE> <CREATEDSYSTEM>sample string 8</CREATEDSYSTEM> <DESIGNATION>sample string 6</DESIGNATION> <EmpNo>2</EmpNo> <LASTUPDATEDDATE>2024-11-23T18:43:54.6155875+05:30</LASTUPDATEDDATE> <LASTUPDATEDSYSTEM>sample string 9</LASTUPDATEDSYSTEM> <LUID>12</LUID> <LUSERNAME>sample string 13</LUSERNAME> <NAME>sample string 3</NAME> <PARENT>sample string 4</PARENT> <UID>10</UID> <UProfileImage>sample string 7</UProfileImage> <USERNAME>sample string 11</USERNAME> <cccd>sample string 1</cccd> </PBXMLVEmployees> <PBXMLVEmployees> <CATEGORY>sample string 5</CATEGORY> <CREATEDDATE>2024-11-23T18:43:54.6155875+05:30</CREATEDDATE> <CREATEDSYSTEM>sample string 8</CREATEDSYSTEM> <DESIGNATION>sample string 6</DESIGNATION> <EmpNo>2</EmpNo> <LASTUPDATEDDATE>2024-11-23T18:43:54.6155875+05:30</LASTUPDATEDDATE> <LASTUPDATEDSYSTEM>sample string 9</LASTUPDATEDSYSTEM> <LUID>12</LUID> <LUSERNAME>sample string 13</LUSERNAME> <NAME>sample string 3</NAME> <PARENT>sample string 4</PARENT> <UID>10</UID> <UProfileImage>sample string 7</UProfileImage> <USERNAME>sample string 11</USERNAME> <cccd>sample string 1</cccd> </PBXMLVEmployees> </ArrayOfPBXMLVEmployees>