GET api/Comman/GetLeaveBalance/{id}?vendorid={vendorid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
vendorid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
getleavesbalance_ResultName | Description | Type | Additional information |
---|---|---|---|
pl | decimal number |
None. |
|
sl | decimal number |
None. |
|
apl | decimal number |
None. |
|
asl | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "pl": 1.0, "sl": 1.0, "apl": 1.0, "asl": 1.0 }