POST api/PBXMLAttendence/EditPBXMLAttendence
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objPBXMLAttendence | No documentation available. |
Define this parameter in the request body. |
Request 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": "2025-11-04T21:15:01.4702481+05:30",
"LASTUPDATEDDATE": "2025-11-04T21:15:01.4702481+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":"2025-11-04T21:15:01.4702481+05:30","LASTUPDATEDDATE":"2025-11-04T21:15:01.4702481+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>2025-11-04T21:15:01.4702481+05:30</CREATEDDATE> <CREATEDSYSTEM>sample string 9</CREATEDSYSTEM> <DATE>sample string 24</DATE> <GUID>sample string 8</GUID> <ISUPDATINGTARGETID>sample string 18</ISUPDATINGTARGETID> <LASTUPDATEDDATE>2025-11-04T21:15:01.4702481+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>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorMessage": "sample string 2"
}
text/html
Sample:
{"Status":true,"ErrorMessage":"sample string 2"}
application/xml, text/xml
Sample:
<StatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <ErrorMessage>sample string 2</ErrorMessage> <Status>true</Status> </StatusResponse>