0% found this document useful (0 votes)
8 views6 pages

Pulse API Issues

The document outlines various API issues related to employee data retrieval, including errors and null responses for multiple endpoints. Specific problems include an execution error for expense eligibility, null values for amount and reason in eligibility checks, and empty responses for absence and attendance data. Comments request clarification on input parameters and the appropriate APIs to use for unregularized leave data.

Uploaded by

Chandan MK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views6 pages

Pulse API Issues

The document outlines various API issues related to employee data retrieval, including errors and null responses for multiple endpoints. Specific problems include an execution error for expense eligibility, null values for amount and reason in eligibility checks, and empty responses for absence and attendance data. Comments request clarification on input parameters and the appropriate APIs to use for unregularized leave data.

Uploaded by

Chandan MK
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Pulse Api Issues

Login Credientials:
Emp_id : 22614

Number: 8861420193

GetExpensesEligibleAmount

Input:

expense_code:ATM EXPENSES

from-date:01-MAY-25

Output:

"logged_out": false,

"error": true,

"message": "ORA-24338: statement handle not executed"

Comment:
Please share the input parameters for the date where data exists
GetALEEligibilityNew

Input:

{}

Output:

"logged_out": false,

"eligibility": [

"ELG_FLG": "Y",

"COUNT": "5",

"AMT": null,

"Reason": null

Comment:
AMT and Reason is Null
getARFUnregularizedAbsence

Input:

{}

Output:

"logged_out": false,

"unregularized_absence": []

GetUnregularizedLeaveData

Input:

absence_date:19-05-2022

Output:
{

"logged_out": false,

"leave_data": []

Comment:

Please let us know which Api to be used to get unregularized leave


also if any parameters please share it
getPMSRating

Input:

{}

Output:
{

"logged_out": false,

"pms_rating": []

getGoldLoanHistory

Input:

{}

Output:
{

"logged_out": false,

"history": []

}
getFDLAvailHistory

Input:

{}

Output:
{

"logged_out": false,

"history": []

getTodayAttendanceStatus

Input:

{}

Output:

"logged_out": false,

"attendance":

[
{

"Date": null,

"LOCATION": null,

"DESCR": null,

"TCS_ATTENDANCE_TYP": null,

"DESCR1": null,

"LASTUPDDTTM": null,

"LASTUPDOPRID": null

Comment

All the data in the response is null

You might also like