GET api/PBXMLAttendence/GetPBXMLAttendencentXmlVar?cccd={cccd}&name={name}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
cccd | No documentation available. |
Define this parameter in the request URI. |
name | 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", "AttendanceId": 2, "ATTENDANCETYPE": "sample string 3", "RESERVEDNAME": "sample string 4", "PARENT": "sample string 5", "BASEUNITS": "sample string 6", "ATTENDANCEPRODUCTIONTYPE": "sample string 7", "GUID": "sample string 8", "CREATEDSYSTEM": "sample string 9", "LASTUPDATEDSYSTEM": "sample string 10", "UID": 11, "USERNAME": "sample string 12", "LUID": 13, "LUSERNAME": "sample string 14", "CREATEDDATE": "2024-11-23T19:16:29.542533+05:30", "LASTUPDATEDDATE": "2024-11-23T19:16:29.542533+05:30", "ATTENDANCEPERIOD": "sample string 17", "ISUPDATINGTARGETID": "sample string 18", "ASORIGINAL": "sample string 19", "SHOWINREPORT": "sample string 20", "SORTPOSITION": "sample string 21", "ALTERID": "sample string 22", "NAME": "sample string 23", "DATE": "sample string 24", "STATUS": "sample string 25", "SYSTEM": "sample string 26", "XMLVAR": "sample string 27" }
text/html
Sample:
{"cccd":"sample string 1","AttendanceId":2,"ATTENDANCETYPE":"sample string 3","RESERVEDNAME":"sample string 4","PARENT":"sample string 5","BASEUNITS":"sample string 6","ATTENDANCEPRODUCTIONTYPE":"sample string 7","GUID":"sample string 8","CREATEDSYSTEM":"sample string 9","LASTUPDATEDSYSTEM":"sample string 10","UID":11,"USERNAME":"sample string 12","LUID":13,"LUSERNAME":"sample string 14","CREATEDDATE":"2024-11-23T19:16:29.542533+05:30","LASTUPDATEDDATE":"2024-11-23T19:16:29.542533+05:30","ATTENDANCEPERIOD":"sample string 17","ISUPDATINGTARGETID":"sample string 18","ASORIGINAL":"sample string 19","SHOWINREPORT":"sample string 20","SORTPOSITION":"sample string 21","ALTERID":"sample string 22","NAME":"sample string 23","DATE":"sample string 24","STATUS":"sample string 25","SYSTEM":"sample string 26","XMLVAR":"sample string 27"}
application/xml, text/xml
Sample:
<PBXMLAttendence xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <ALTERID>sample string 22</ALTERID> <ASORIGINAL>sample string 19</ASORIGINAL> <ATTENDANCEPERIOD>sample string 17</ATTENDANCEPERIOD> <ATTENDANCEPRODUCTIONTYPE>sample string 7</ATTENDANCEPRODUCTIONTYPE> <ATTENDANCETYPE>sample string 3</ATTENDANCETYPE> <AttendanceId>2</AttendanceId> <BASEUNITS>sample string 6</BASEUNITS> <CREATEDDATE>2024-11-23T19:16:29.542533+05:30</CREATEDDATE> <CREATEDSYSTEM>sample string 9</CREATEDSYSTEM> <DATE>sample string 24</DATE> <GUID>sample string 8</GUID> <ISUPDATINGTARGETID>sample string 18</ISUPDATINGTARGETID> <LASTUPDATEDDATE>2024-11-23T19:16:29.542533+05:30</LASTUPDATEDDATE> <LASTUPDATEDSYSTEM>sample string 10</LASTUPDATEDSYSTEM> <LUID>13</LUID> <LUSERNAME>sample string 14</LUSERNAME> <NAME>sample string 23</NAME> <PARENT>sample string 5</PARENT> <RESERVEDNAME>sample string 4</RESERVEDNAME> <SHOWINREPORT>sample string 20</SHOWINREPORT> <SORTPOSITION>sample string 21</SORTPOSITION> <STATUS>sample string 25</STATUS> <SYSTEM>sample string 26</SYSTEM> <UID>11</UID> <USERNAME>sample string 12</USERNAME> <XMLVAR>sample string 27</XMLVAR> <cccd>sample string 1</cccd> </PBXMLAttendence>