UpdateWkAttendances
Manipulates work attendance by passing students who does not attend in csv. User needs to be previously authenticated through LoginUser before being able to make a call to this web service. InsertWkAttendances needs to be previously called.
Input Object (XML)
Element |
SQL Data Type |
Mandatory |
Description |
VendorTokenGUID |
GUID |
Yes |
Specific GUID that Synergetic will give the third party app to validate them upon every web service request. |
VendorPassword |
Varchar(100) |
Yes |
Password provided to the vendor by CDA. |
WKATTENDANCEMASTERSEQ |
Numeric |
Yes |
Identifier for work table to be transferred to actual Attendance Master table. |
IDCSV |
Varchar |
Yes |
List of Student ID not attending the class, separated by comma. |
Sample Input
<InputXML>
<VendorTokenGUID>3FC2ABA9-8F37-4CC9-934C-6ABCCA9F44B7</VendorTokenGUID>
<VendorPassword>s3cr3t</VendorPassword>
<WKATTENDANCEMASTERSEQ>123</ WKATTENDANCEMASTERSEQ>
<IDCSV>21,23,45</IDCSV>
</InputXML>
Relevant Database Object(s)
- spuwkAttendancesAll_ws
See Also
- InsertWkAttendances
- SelectWkAttendances
- TransferWkAttendances