PUT api/accountingTransaction
Request Information
URI Parameters
None.
Body Parameters
Collection of accountingTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionKey | globally unique identifier |
None. |
|
| transactionName | string |
None. |
|
| amount | decimal number |
None. |
|
| createdBy | string |
None. |
|
| transactionMethod | string |
None. |
|
| transactionRef | string |
None. |
|
| transactionDate | date |
None. |
|
| invoiceNo | string |
None. |
|
| bill_number | string |
None. |
|
| itemCode | string |
None. |
|
| memo | string |
None. |
|
| approvedBy | string |
None. |
|
| approvedOn | date |
None. |
|
| checkPrinted | date |
None. |
|
| employeePaymentId | globally unique identifier |
None. |
|
| bankName | string |
None. |
|
| ignore | boolean |
None. |
|
| isReport | boolean |
None. |
|
| isPrintable | boolean |
None. |
|
| isCredit | boolean |
None. |
|
| isVoid | date |
None. |
|
| accountingItem | accountingItem |
None. |
|
| accountingLedgers | Collection of accountingLedger |
None. |
|
| bill | bill |
None. |
|
| employeePayment | employeePayment |
None. |
|
| invoice | invoice |
None. |
|
| voided | boolean |
None. |
|
| undoPrint | boolean |
None. |
|
| isNew | boolean |
None. |
|
| editBalance | boolean |
None. |
|
| categoryChanged | boolean |
None. |
|
| isPrint | boolean |
None. |
|
| isManual | boolean |
None. |
|
| isDeleted | boolean |
None. |
|
| isApprove | boolean |
None. |
|
| Error | string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| description | string |
None. |
|
| paymentType | string |
None. |
|
| depositTo | string |
None. |
|
| paidCredit | decimal number |
None. |
|
| credit | Collection of accountingLedger |
None. |
|
| debit | Collection of accountingLedger |
None. |
|
| detail | string |
None. |
|
| accountName | string |
None. |
|
| company | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"transactionKey": "3bcb8750-9b0e-402e-83fb-0ea952cdb57a",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:57:45.6587263-08:00",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"itemCode": "sample string 9",
"memo": "sample string 10",
"approvedBy": "sample string 11",
"approvedOn": "2026-01-13T15:57:45.6587263-08:00",
"checkPrinted": "2026-01-13T15:57:45.6587263-08:00",
"employeePaymentId": "f3c18381-a948-4343-badf-13e8ce5946cf",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:57:45.6587263-08:00",
"accountingItem": {
"itemCode": "sample string 1",
"itemName": "sample string 2",
"groupCode": "sample string 3",
"PaymentType": "sample string 4",
"position": 1,
"accountingGroup": {
"groupCode": "sample string 1",
"groupName": "sample string 2",
"groupType": true,
"position": 1,
"isEditable": true,
"accountingItems": []
},
"isNew": true
},
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"voided": true,
"undoPrint": true,
"isNew": true,
"editBalance": true,
"categoryChanged": true,
"isPrint": true,
"isManual": true,
"isDeleted": true,
"isApprove": true,
"Error": "sample string 22",
"startDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"debit": [
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "3bcb8750-9b0e-402e-83fb-0ea952cdb57a",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:57:45.6587263-08:00",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"itemCode": "sample string 9",
"memo": "sample string 10",
"approvedBy": "sample string 11",
"approvedOn": "2026-01-13T15:57:45.6587263-08:00",
"checkPrinted": "2026-01-13T15:57:45.6587263-08:00",
"employeePaymentId": "f3c18381-a948-4343-badf-13e8ce5946cf",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:57:45.6587263-08:00",
"accountingItem": {
"itemCode": "sample string 1",
"itemName": "sample string 2",
"groupCode": "sample string 3",
"PaymentType": "sample string 4",
"position": 1,
"accountingGroup": {
"groupCode": "sample string 1",
"groupName": "sample string 2",
"groupType": true,
"position": 1,
"isEditable": true,
"accountingItems": []
},
"isNew": true
},
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"voided": true,
"undoPrint": true,
"isNew": true,
"editBalance": true,
"categoryChanged": true,
"isPrint": true,
"isManual": true,
"isDeleted": true,
"isApprove": true,
"Error": "sample string 22",
"startDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"debit": [
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "0ce0c8c0-210c-4507-b28c-5b8368cce3ca",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:45.6587263-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "73104e97-e8c9-4481-bb61-83d34d49f47a",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "1fef9f9d-e2bb-4bdc-90b4-3f103ea79723",
"employeeId": "68349565-a5cb-4fdb-9440-5c9b8474db3a",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:45.6587263-08:00",
"payFrom": "2026-01-13T15:57:45.6587263-08:00",
"payTo": "2026-01-13T15:57:45.6587263-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "ff67cebc-660d-4e97-83dd-e1faf2b79ed1",
"employeeId": "5bc95def-56b3-455b-956c-62fd50281922",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:45.6587263-08:00",
"ptoTo": "2026-01-13T15:57:45.6587263-08:00",
"ptoHour": 1.0,
"employeePaymentId": "4539b144-ee71-45c4-9202-cf8034c44e00",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "c5839cab-ef8b-42e6-ac17-4c60fcc8bb85",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:45.6587263-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:45.6587263-08:00",
"endDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "0e722073-895d-4863-97a8-e7fbe6fb199c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:45.6587263-08:00",
"employeeId": "20900d1b-2af1-42f4-a031-f4af8f6ebe0a",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of accountingTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| transactionKey | globally unique identifier |
None. |
|
| transactionName | string |
None. |
|
| amount | decimal number |
None. |
|
| createdBy | string |
None. |
|
| transactionMethod | string |
None. |
|
| transactionRef | string |
None. |
|
| transactionDate | date |
None. |
|
| invoiceNo | string |
None. |
|
| bill_number | string |
None. |
|
| itemCode | string |
None. |
|
| memo | string |
None. |
|
| approvedBy | string |
None. |
|
| approvedOn | date |
None. |
|
| checkPrinted | date |
None. |
|
| employeePaymentId | globally unique identifier |
None. |
|
| bankName | string |
None. |
|
| ignore | boolean |
None. |
|
| isReport | boolean |
None. |
|
| isPrintable | boolean |
None. |
|
| isCredit | boolean |
None. |
|
| isVoid | date |
None. |
|
| accountingItem | accountingItem |
None. |
|
| accountingLedgers | Collection of accountingLedger |
None. |
|
| bill | bill |
None. |
|
| employeePayment | employeePayment |
None. |
|
| invoice | invoice |
None. |
|
| voided | boolean |
None. |
|
| undoPrint | boolean |
None. |
|
| isNew | boolean |
None. |
|
| editBalance | boolean |
None. |
|
| categoryChanged | boolean |
None. |
|
| isPrint | boolean |
None. |
|
| isManual | boolean |
None. |
|
| isDeleted | boolean |
None. |
|
| isApprove | boolean |
None. |
|
| Error | string |
None. |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
|
| description | string |
None. |
|
| paymentType | string |
None. |
|
| depositTo | string |
None. |
|
| paidCredit | decimal number |
None. |
|
| credit | Collection of accountingLedger |
None. |
|
| debit | Collection of accountingLedger |
None. |
|
| detail | string |
None. |
|
| accountName | string |
None. |
|
| company | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"transactionKey": "ad5074c5-f14d-4985-9226-b84a589c01ed",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:57:48.8306886-08:00",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"itemCode": "sample string 9",
"memo": "sample string 10",
"approvedBy": "sample string 11",
"approvedOn": "2026-01-13T15:57:48.8306886-08:00",
"checkPrinted": "2026-01-13T15:57:48.8306886-08:00",
"employeePaymentId": "4eff0223-adaf-4c9a-bbf2-9c5350a6fb25",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:57:48.8306886-08:00",
"accountingItem": {
"itemCode": "sample string 1",
"itemName": "sample string 2",
"groupCode": "sample string 3",
"PaymentType": "sample string 4",
"position": 1,
"accountingGroup": {
"groupCode": "sample string 1",
"groupName": "sample string 2",
"groupType": true,
"position": 1,
"isEditable": true,
"accountingItems": []
},
"isNew": true
},
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"voided": true,
"undoPrint": true,
"isNew": true,
"editBalance": true,
"categoryChanged": true,
"isPrint": true,
"isManual": true,
"isDeleted": true,
"isApprove": true,
"Error": "sample string 22",
"startDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"debit": [
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "ad5074c5-f14d-4985-9226-b84a589c01ed",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:57:48.8306886-08:00",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"itemCode": "sample string 9",
"memo": "sample string 10",
"approvedBy": "sample string 11",
"approvedOn": "2026-01-13T15:57:48.8306886-08:00",
"checkPrinted": "2026-01-13T15:57:48.8306886-08:00",
"employeePaymentId": "4eff0223-adaf-4c9a-bbf2-9c5350a6fb25",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:57:48.8306886-08:00",
"accountingItem": {
"itemCode": "sample string 1",
"itemName": "sample string 2",
"groupCode": "sample string 3",
"PaymentType": "sample string 4",
"position": 1,
"accountingGroup": {
"groupCode": "sample string 1",
"groupName": "sample string 2",
"groupType": true,
"position": 1,
"isEditable": true,
"accountingItems": []
},
"isNew": true
},
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"voided": true,
"undoPrint": true,
"isNew": true,
"editBalance": true,
"categoryChanged": true,
"isPrint": true,
"isManual": true,
"isDeleted": true,
"isApprove": true,
"Error": "sample string 22",
"startDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"debit": [
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
},
{
"ledgerKey": 1,
"transactionKey": "2be3f679-8f5e-497a-b81e-1aaea8c2c0d4",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:57:48.8306886-08:00",
"description": "sample string 5",
"amount": 1.0,
"isDebit": true,
"bill_invoiceNo": "sample string 6",
"invoiceNo": "sample string 7",
"bill_number": "sample string 8",
"employeePaymentId": "c87b0c9b-c82e-4778-a801-82cccc98c0ba",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "f90a4266-1bd0-4014-8cd8-7781b37c6110",
"employeeId": "21c08fd2-8d69-4714-bfbb-d47352a3899d",
"realHour": "sample string 2",
"regularHour": 1.0,
"overTime": 1.0,
"regularPay": 1.0,
"grossPay": 1.0,
"fica": 1.0,
"medi": 1.0,
"fit": 1.0,
"sit": 1.0,
"sdi": 1.0,
"taxTotal": 1.0,
"netPay": 1.0,
"overTimePay": 1.0,
"isPaid": "2026-01-13T15:57:48.8306886-08:00",
"payFrom": "2026-01-13T15:57:48.8306886-08:00",
"payTo": "2026-01-13T15:57:48.8306886-08:00",
"accountingLedgers": [],
"accountingTransactions": [],
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
}
],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
},
"employeePtoes": [
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
},
{
"employeePtoId": "bc9763b6-9fae-42cd-b803-2e2b884cde5a",
"employeeId": "cd286ae1-1729-4148-a312-1126b2760210",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:57:48.8306886-08:00",
"ptoTo": "2026-01-13T15:57:48.8306886-08:00",
"ptoHour": 1.0,
"employeePaymentId": "b72f5d90-ddda-42b2-94e8-7af4d0f98ded",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "ab8b46a3-705c-49c9-94eb-c57e8765030f",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:57:48.8306886-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:57:48.8306886-08:00",
"endDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "3f02d7f9-71b9-4202-a248-d67d2f77777c",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:57:48.8306886-08:00",
"employeeId": "0158ba3c-31e0-4abc-b1d1-87c84779d7a1",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [],
"yearFica": 0.0,
"yearFiT": 0.0,
"yearSit": 0.0,
"yearSdi": 0.0,
"yearGross": 0.0,
"ptoSickTotal": 0.0,
"ptoVacationTotal": 0.0,
"ptoTotalSickUsed": 0.0,
"ptoTotalVacationUsed": 0.0
}
}
],
"isSkip": true,
"bankName": "sample string 4",
"payTerm": "sample string 5",
"ptoSickUsed": 0.0,
"ptoVacationUsed": 0.0
},
"group": "sample string 3",
"itemName": "sample string 12",
"category": "sample string 5",
"refNo": "sample string 13",
"transactionMethod": "sample string 14",
"memo": "sample string 15",
"companyBill": "sample string 16",
"paymentFrom": null
}
],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.