get payslip
Testing Env
https://testhr.vodoglobal.com
Testing Env
https://testhr.vodoglobal.com
GET
/api/v1/payslips/455
Last modified:2025-03-26 12:40:51
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://testhr.vodoglobal.com/api/v1/payslips/455' \
--header 'uuid: 630ca2f4885f8' \
--header 'secure_business_key: 4765066450c0bd66325.48403130' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{
"status": true,
"message": "success",
"response": {
"id": 455,
"employee_id": 3263,
"reference": 3,
"currency": "76",
"business_id": "259",
"status_id": "10",
"earnings_items_total": 1000,
"deductions_item_total": 100,
"contributions_items_total": 200,
"net_price": 900,
"description": "test",
"created_date": "2024-10-31",
"automation": 0,
"paid": 0,
"type": "custom",
"loan_id": null,
"deleted_at": null,
"created_at": "2024-10-15T09:43:53.000000Z",
"updated_at": "2024-10-15T09:50:23.000000Z",
"items": [
{
"id": 1796,
"payslip_id": 455,
"payrole_id": 4,
"related": "earning_items",
"desc": "test",
"qty": 1,
"rate": 1000,
"loan_statement_id": null,
"deleted_at": null,
"created_at": "2024-10-15T09:43:53.000000Z",
"updated_at": "2024-10-15T09:43:53.000000Z",
"payrole_name": null
},
{
"id": 1797,
"payslip_id": 455,
"payrole_id": 10,
"related": "deductions",
"desc": "test",
"qty": null,
"rate": 100,
"loan_statement_id": null,
"deleted_at": null,
"created_at": "2024-10-15T09:43:53.000000Z",
"updated_at": "2024-10-15T09:43:53.000000Z",
"payrole_name": null
},
{
"id": 1798,
"payslip_id": 455,
"payrole_id": 9,
"related": "contributions",
"desc": "test",
"qty": null,
"rate": 200,
"loan_statement_id": null,
"deleted_at": null,
"created_at": "2024-10-15T09:43:53.000000Z",
"updated_at": "2024-10-15T09:43:53.000000Z",
"payrole_name": null
}
],
"employee": {
"id": 3263,
"name": "editedFarrah Hinton",
"business_id": "259",
"agent_ids": null,
"type": "male",
"active": 56,
"social_situation": "single",
"user_type": "sub-user",
"primary_email": "editedsarek98220@nastyx.com",
"email_verified_at": null,
"password": null,
"remember_token": null,
"email": "[\"editedvisyhiraru@mailinator.com\",\"editedzobinuby@mailinator.com\"]",
"phone": "[\"+1 (944) 282-8161\",\"+1 (766) 953-2811\"]",
"profile": "429",
"source": null,
"national_id": "1111111111",
"nationality_id": "57",
"occupation_id": 66,
"section_id": 18,
"job_number": "11",
"company_id": 259,
"border_number": "22",
"deleted_at": null,
"created_at": "2024-09-19T10:33:22.000000Z",
"updated_at": "2024-11-05T14:10:46.000000Z",
"administration_id": null,
"department_id": null,
"calendar_id": 231,
"administration_admin": 614,
"trainer": 674,
"emergency_name": "editedNevada Beach",
"emergency_phone": "+1 (306) 243-5771",
"user_id": 732,
"user_name": "editeddokozenuj",
"employer": "company",
"employer_company_id": 259,
"employer_branch_id": 1,
"employer_department_id": 7,
"employer_section_id": 19,
"client_id": 41,
"color": "#02d2ed",
"bio": null,
"profile_url": "https://testhr.vodoglobal.com/data/employee/profile/429/emp_profile_3263_20240919113021.jpg"
}
}
}
Request
Header Params
uuid
stringÂ
required
Example:
630ca2f4885f8
secure_business_key
stringÂ
required
Example:
{{secure_business_key}}
Body Params application/json