PUT api/Invoice
Request Information
URI Parameters
None.
Body Parameters
Collection of invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceNo | string |
None. |
|
| division | string |
None. |
|
| issueOn | date |
None. |
|
| terms | string |
None. |
|
| category | string |
None. |
|
| dueOn | date |
None. |
|
| partnerID | globally unique identifier |
None. |
|
| billingLocationAddressID | globally unique identifier |
None. |
|
| shippingLocationAddressID | globally unique identifier |
None. |
|
| memo | string |
None. |
|
| invoiceDate | date |
None. |
|
| cancelDate | date |
None. |
|
| shipBy | string |
None. |
|
| fob | string |
None. |
|
| ignore | boolean |
None. |
|
| accountingLedgers | Collection of accountingLedger |
None. |
|
| accountingTransactions | Collection of accountingTransaction |
None. |
|
| inventoryMovementDetailChanges | Collection of inventoryMovementDetailChange |
None. |
|
| locationAddress | locationAddress |
None. |
|
| locationAddress1 | locationAddress |
None. |
|
| partner | partner |
None. |
|
| invoiceDetails | Collection of invoiceDetail |
None. |
|
| receivedAmount | decimal number |
None. |
|
| isNew | boolean |
None. |
|
| myCompanyName | string |
None. |
|
| myCompanyAddress | string |
None. |
|
| _myCompanyName | string |
None. |
|
| _myCompanyAddress | string |
None. |
Request Formats
application/json
Sample:
[
{
"_myCompanyName": "sample string 1",
"_myCompanyAddress": "sample string 2",
"invoiceNo": "sample string 1",
"division": "sample string 2",
"issueOn": "2026-01-13T15:55:47.8650266-08:00",
"terms": "sample string 4",
"category": "sample string 5",
"dueOn": "2026-01-13T15:55:47.8650266-08:00",
"partnerID": "8c971904-1f72-4b78-b783-efdf4359b41d",
"billingLocationAddressID": "1a44a911-fa4c-4ebc-9bc6-fad4b7d0ac41",
"shippingLocationAddressID": "2cd5a4f6-172c-49c1-aefb-a873de53a44d",
"memo": "sample string 8",
"invoiceDate": "2026-01-13T15:55:47.8650266-08:00",
"cancelDate": "2026-01-13T15:55:47.8650266-08:00",
"shipBy": "sample string 9",
"fob": "sample string 10",
"ignore": true,
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "ce48e123-e7a1-41ff-8f04-dd3f19af0aec",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:47.8650266-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": "1841f4eb-3cb8-4de3-b02b-21d6b4a79766",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "8a6543a2-c866-4ef9-9081-a2fdcae6bc85",
"employeeId": "999368c4-7cf5-4a9a-981a-e06d0877b971",
"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:55:47.8650266-08:00",
"payFrom": "2026-01-13T15:55:47.8650266-08:00",
"payTo": "2026-01-13T15:55:47.8650266-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "ce48e123-e7a1-41ff-8f04-dd3f19af0aec",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:47.8650266-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": "1841f4eb-3cb8-4de3-b02b-21d6b4a79766",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "8a6543a2-c866-4ef9-9081-a2fdcae6bc85",
"employeeId": "999368c4-7cf5-4a9a-981a-e06d0877b971",
"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:55:47.8650266-08:00",
"payFrom": "2026-01-13T15:55:47.8650266-08:00",
"payTo": "2026-01-13T15:55:47.8650266-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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
}
],
"inventoryMovementDetailChanges": [
{
"inventoryMovementDetailChangeKey": "30c57a78-bdfb-43ab-a310-e1961b1fe583",
"movementKey": "sample string 2",
"movementDetailKey": "423b39b9-109e-43c9-87eb-e527ca7bfde0",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f727ead9-d435-4706-ae4a-c6c63af48fb5",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:47.8650266-08:00",
"salesOrderDetailBDID": "35b36e4e-79e4-4b46-abb6-2f0250f4ca98",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
},
{
"inventoryMovementDetailChangeKey": "30c57a78-bdfb-43ab-a310-e1961b1fe583",
"movementKey": "sample string 2",
"movementDetailKey": "423b39b9-109e-43c9-87eb-e527ca7bfde0",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f727ead9-d435-4706-ae4a-c6c63af48fb5",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:47.8650266-08:00",
"salesOrderDetailBDID": "35b36e4e-79e4-4b46-abb6-2f0250f4ca98",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
}
],
"locationAddress": {
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
"locationAddress1": {
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
"partner": {
"isNew": true,
"isDeleted": true,
"partnerID": "caa02538-5ad0-43bc-b4e1-580debddffd5",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "44112df3-100c-44d2-a02d-4b6cbdd5a5be",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "2ca15670-b785-4623-9698-2c48aedfa7a1"
},
{
"contactID": "44112df3-100c-44d2-a02d-4b6cbdd5a5be",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "2ca15670-b785-4623-9698-2c48aedfa7a1"
}
],
"incharges": [
{
"inchargeID": "8698fed6-0614-4bbc-b54b-0d0d870f3037",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "eb76ffce-893e-4530-8833-2cb471245a15"
},
{
"inchargeID": "8698fed6-0614-4bbc-b54b-0d0d870f3037",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "eb76ffce-893e-4530-8833-2cb471245a15"
}
],
"locationAddresses": [
{
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
{
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
}
]
},
"invoiceDetails": [
{
"invoiceDetailKey": "b16549fd-35a4-4fd8-bb65-bfc72423151c",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
},
{
"invoiceDetailKey": "b16549fd-35a4-4fd8-bb65-bfc72423151c",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
}
],
"receivedAmount": 1.0,
"isNew": true,
"myCompanyName": "TAAD GROUP INC",
"myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023"
},
{
"_myCompanyName": "TAAD GROUP INC",
"_myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023",
"invoiceNo": "sample string 1",
"division": "sample string 2",
"issueOn": "2026-01-13T15:55:47.8650266-08:00",
"terms": "sample string 4",
"category": "sample string 5",
"dueOn": "2026-01-13T15:55:47.8650266-08:00",
"partnerID": "8c971904-1f72-4b78-b783-efdf4359b41d",
"billingLocationAddressID": "1a44a911-fa4c-4ebc-9bc6-fad4b7d0ac41",
"shippingLocationAddressID": "2cd5a4f6-172c-49c1-aefb-a873de53a44d",
"memo": "sample string 8",
"invoiceDate": "2026-01-13T15:55:47.8650266-08:00",
"cancelDate": "2026-01-13T15:55:47.8650266-08:00",
"shipBy": "sample string 9",
"fob": "sample string 10",
"ignore": true,
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "ce48e123-e7a1-41ff-8f04-dd3f19af0aec",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:47.8650266-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": "1841f4eb-3cb8-4de3-b02b-21d6b4a79766",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "8a6543a2-c866-4ef9-9081-a2fdcae6bc85",
"employeeId": "999368c4-7cf5-4a9a-981a-e06d0877b971",
"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:55:47.8650266-08:00",
"payFrom": "2026-01-13T15:55:47.8650266-08:00",
"payTo": "2026-01-13T15:55:47.8650266-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "ce48e123-e7a1-41ff-8f04-dd3f19af0aec",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:47.8650266-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": "1841f4eb-3cb8-4de3-b02b-21d6b4a79766",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "8a6543a2-c866-4ef9-9081-a2fdcae6bc85",
"employeeId": "999368c4-7cf5-4a9a-981a-e06d0877b971",
"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:55:47.8650266-08:00",
"payFrom": "2026-01-13T15:55:47.8650266-08:00",
"payTo": "2026-01-13T15:55:47.8650266-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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
}
],
"inventoryMovementDetailChanges": [
{
"inventoryMovementDetailChangeKey": "30c57a78-bdfb-43ab-a310-e1961b1fe583",
"movementKey": "sample string 2",
"movementDetailKey": "423b39b9-109e-43c9-87eb-e527ca7bfde0",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f727ead9-d435-4706-ae4a-c6c63af48fb5",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:47.8650266-08:00",
"salesOrderDetailBDID": "35b36e4e-79e4-4b46-abb6-2f0250f4ca98",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
},
{
"inventoryMovementDetailChangeKey": "30c57a78-bdfb-43ab-a310-e1961b1fe583",
"movementKey": "sample string 2",
"movementDetailKey": "423b39b9-109e-43c9-87eb-e527ca7bfde0",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f727ead9-d435-4706-ae4a-c6c63af48fb5",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:47.8650266-08:00",
"salesOrderDetailBDID": "35b36e4e-79e4-4b46-abb6-2f0250f4ca98",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
}
],
"locationAddress": {
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
"locationAddress1": {
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
"partner": {
"isNew": true,
"isDeleted": true,
"partnerID": "caa02538-5ad0-43bc-b4e1-580debddffd5",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "44112df3-100c-44d2-a02d-4b6cbdd5a5be",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "2ca15670-b785-4623-9698-2c48aedfa7a1"
},
{
"contactID": "44112df3-100c-44d2-a02d-4b6cbdd5a5be",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "2ca15670-b785-4623-9698-2c48aedfa7a1"
}
],
"incharges": [
{
"inchargeID": "8698fed6-0614-4bbc-b54b-0d0d870f3037",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "eb76ffce-893e-4530-8833-2cb471245a15"
},
{
"inchargeID": "8698fed6-0614-4bbc-b54b-0d0d870f3037",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "eb76ffce-893e-4530-8833-2cb471245a15"
}
],
"locationAddresses": [
{
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
{
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
}
]
},
"invoiceDetails": [
{
"invoiceDetailKey": "b16549fd-35a4-4fd8-bb65-bfc72423151c",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
},
{
"invoiceDetailKey": "b16549fd-35a4-4fd8-bb65-bfc72423151c",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
}
],
"receivedAmount": 1.0,
"isNew": true,
"myCompanyName": "TAAD GROUP INC",
"myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023"
}
]
text/json
Sample:
[
{
"_myCompanyName": "TAAD GROUP INC",
"_myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023",
"invoiceNo": "sample string 1",
"division": "sample string 2",
"issueOn": "2026-01-13T15:55:47.8650266-08:00",
"terms": "sample string 4",
"category": "sample string 5",
"dueOn": "2026-01-13T15:55:47.8650266-08:00",
"partnerID": "8c971904-1f72-4b78-b783-efdf4359b41d",
"billingLocationAddressID": "1a44a911-fa4c-4ebc-9bc6-fad4b7d0ac41",
"shippingLocationAddressID": "2cd5a4f6-172c-49c1-aefb-a873de53a44d",
"memo": "sample string 8",
"invoiceDate": "2026-01-13T15:55:47.8650266-08:00",
"cancelDate": "2026-01-13T15:55:47.8650266-08:00",
"shipBy": "sample string 9",
"fob": "sample string 10",
"ignore": true,
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "ce48e123-e7a1-41ff-8f04-dd3f19af0aec",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:47.8650266-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": "1841f4eb-3cb8-4de3-b02b-21d6b4a79766",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "8a6543a2-c866-4ef9-9081-a2fdcae6bc85",
"employeeId": "999368c4-7cf5-4a9a-981a-e06d0877b971",
"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:55:47.8650266-08:00",
"payFrom": "2026-01-13T15:55:47.8650266-08:00",
"payTo": "2026-01-13T15:55:47.8650266-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "ce48e123-e7a1-41ff-8f04-dd3f19af0aec",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:47.8650266-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": "1841f4eb-3cb8-4de3-b02b-21d6b4a79766",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "8a6543a2-c866-4ef9-9081-a2fdcae6bc85",
"employeeId": "999368c4-7cf5-4a9a-981a-e06d0877b971",
"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:55:47.8650266-08:00",
"payFrom": "2026-01-13T15:55:47.8650266-08:00",
"payTo": "2026-01-13T15:55:47.8650266-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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
}
],
"inventoryMovementDetailChanges": [
{
"inventoryMovementDetailChangeKey": "30c57a78-bdfb-43ab-a310-e1961b1fe583",
"movementKey": "sample string 2",
"movementDetailKey": "423b39b9-109e-43c9-87eb-e527ca7bfde0",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f727ead9-d435-4706-ae4a-c6c63af48fb5",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:47.8650266-08:00",
"salesOrderDetailBDID": "35b36e4e-79e4-4b46-abb6-2f0250f4ca98",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
},
{
"inventoryMovementDetailChangeKey": "30c57a78-bdfb-43ab-a310-e1961b1fe583",
"movementKey": "sample string 2",
"movementDetailKey": "423b39b9-109e-43c9-87eb-e527ca7bfde0",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f727ead9-d435-4706-ae4a-c6c63af48fb5",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:47.8650266-08:00",
"salesOrderDetailBDID": "35b36e4e-79e4-4b46-abb6-2f0250f4ca98",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
}
],
"locationAddress": {
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
"locationAddress1": {
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
"partner": {
"isNew": true,
"isDeleted": true,
"partnerID": "caa02538-5ad0-43bc-b4e1-580debddffd5",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "44112df3-100c-44d2-a02d-4b6cbdd5a5be",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "2ca15670-b785-4623-9698-2c48aedfa7a1"
},
{
"contactID": "44112df3-100c-44d2-a02d-4b6cbdd5a5be",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "2ca15670-b785-4623-9698-2c48aedfa7a1"
}
],
"incharges": [
{
"inchargeID": "8698fed6-0614-4bbc-b54b-0d0d870f3037",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "eb76ffce-893e-4530-8833-2cb471245a15"
},
{
"inchargeID": "8698fed6-0614-4bbc-b54b-0d0d870f3037",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "eb76ffce-893e-4530-8833-2cb471245a15"
}
],
"locationAddresses": [
{
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
{
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
}
]
},
"invoiceDetails": [
{
"invoiceDetailKey": "b16549fd-35a4-4fd8-bb65-bfc72423151c",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
},
{
"invoiceDetailKey": "b16549fd-35a4-4fd8-bb65-bfc72423151c",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
}
],
"receivedAmount": 1.0,
"isNew": true,
"myCompanyName": "TAAD GROUP INC",
"myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023"
},
{
"_myCompanyName": "TAAD GROUP INC",
"_myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023",
"invoiceNo": "sample string 1",
"division": "sample string 2",
"issueOn": "2026-01-13T15:55:47.8650266-08:00",
"terms": "sample string 4",
"category": "sample string 5",
"dueOn": "2026-01-13T15:55:47.8650266-08:00",
"partnerID": "8c971904-1f72-4b78-b783-efdf4359b41d",
"billingLocationAddressID": "1a44a911-fa4c-4ebc-9bc6-fad4b7d0ac41",
"shippingLocationAddressID": "2cd5a4f6-172c-49c1-aefb-a873de53a44d",
"memo": "sample string 8",
"invoiceDate": "2026-01-13T15:55:47.8650266-08:00",
"cancelDate": "2026-01-13T15:55:47.8650266-08:00",
"shipBy": "sample string 9",
"fob": "sample string 10",
"ignore": true,
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "ce48e123-e7a1-41ff-8f04-dd3f19af0aec",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:47.8650266-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": "1841f4eb-3cb8-4de3-b02b-21d6b4a79766",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "8a6543a2-c866-4ef9-9081-a2fdcae6bc85",
"employeeId": "999368c4-7cf5-4a9a-981a-e06d0877b971",
"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:55:47.8650266-08:00",
"payFrom": "2026-01-13T15:55:47.8650266-08:00",
"payTo": "2026-01-13T15:55:47.8650266-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "ce48e123-e7a1-41ff-8f04-dd3f19af0aec",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:47.8650266-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": "1841f4eb-3cb8-4de3-b02b-21d6b4a79766",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "8a6543a2-c866-4ef9-9081-a2fdcae6bc85",
"employeeId": "999368c4-7cf5-4a9a-981a-e06d0877b971",
"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:55:47.8650266-08:00",
"payFrom": "2026-01-13T15:55:47.8650266-08:00",
"payTo": "2026-01-13T15:55:47.8650266-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "b8c93991-9318-438e-b2c1-effeb7e5862b",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:47.8650266-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:55:47.8650266-08:00",
"checkPrinted": "2026-01-13T15:55:47.8650266-08:00",
"employeePaymentId": "a72c76d1-b7e6-4adb-a2f3-02ac64c75f8a",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:47.8650266-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": [],
"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:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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": "706a0d5f-8cb2-490a-97fb-b6b9c0d33246",
"employeeId": "cd0c7a4c-fc99-443a-8b9e-2195a961df04",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:47.8650266-08:00",
"ptoTo": "2026-01-13T15:55:47.8650266-08:00",
"ptoHour": 1.0,
"employeePaymentId": "ee0eae65-ea40-4908-9575-d974b95d241d",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "46b13a0c-7c95-4833-8160-7a4be25c1683",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:47.8650266-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:47.8650266-08:00",
"endDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "173c2c09-95af-43d7-b74f-81cad2118c74",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:47.8650266-08:00",
"employeeId": "c127a128-52c8-4427-8187-5a59886a9e56",
"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
}
],
"inventoryMovementDetailChanges": [
{
"inventoryMovementDetailChangeKey": "30c57a78-bdfb-43ab-a310-e1961b1fe583",
"movementKey": "sample string 2",
"movementDetailKey": "423b39b9-109e-43c9-87eb-e527ca7bfde0",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f727ead9-d435-4706-ae4a-c6c63af48fb5",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:47.8650266-08:00",
"salesOrderDetailBDID": "35b36e4e-79e4-4b46-abb6-2f0250f4ca98",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
},
{
"inventoryMovementDetailChangeKey": "30c57a78-bdfb-43ab-a310-e1961b1fe583",
"movementKey": "sample string 2",
"movementDetailKey": "423b39b9-109e-43c9-87eb-e527ca7bfde0",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f727ead9-d435-4706-ae4a-c6c63af48fb5",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:47.8650266-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:47.8650266-08:00",
"salesOrderDetailBDID": "35b36e4e-79e4-4b46-abb6-2f0250f4ca98",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "4c55cb0f-9289-4f22-9b08-c0a8112a76eb",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "1b0371bf-08ee-492a-866c-41303736aa6e",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:47.8650266-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
}
],
"locationAddress": {
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
"locationAddress1": {
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
"partner": {
"isNew": true,
"isDeleted": true,
"partnerID": "caa02538-5ad0-43bc-b4e1-580debddffd5",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "44112df3-100c-44d2-a02d-4b6cbdd5a5be",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "2ca15670-b785-4623-9698-2c48aedfa7a1"
},
{
"contactID": "44112df3-100c-44d2-a02d-4b6cbdd5a5be",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "2ca15670-b785-4623-9698-2c48aedfa7a1"
}
],
"incharges": [
{
"inchargeID": "8698fed6-0614-4bbc-b54b-0d0d870f3037",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "eb76ffce-893e-4530-8833-2cb471245a15"
},
{
"inchargeID": "8698fed6-0614-4bbc-b54b-0d0d870f3037",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "eb76ffce-893e-4530-8833-2cb471245a15"
}
],
"locationAddresses": [
{
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
},
{
"locationAddressID": "7e47c688-df93-4ae0-902f-3fb35e4a1f39",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "09687c16-0df3-4d53-9167-01f6033fe310"
}
]
},
"invoiceDetails": [
{
"invoiceDetailKey": "b16549fd-35a4-4fd8-bb65-bfc72423151c",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
},
{
"invoiceDetailKey": "b16549fd-35a4-4fd8-bb65-bfc72423151c",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
}
],
"receivedAmount": 1.0,
"isNew": true,
"myCompanyName": "TAAD GROUP INC",
"myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023"
}
]
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 invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| invoiceNo | string |
None. |
|
| division | string |
None. |
|
| issueOn | date |
None. |
|
| terms | string |
None. |
|
| category | string |
None. |
|
| dueOn | date |
None. |
|
| partnerID | globally unique identifier |
None. |
|
| billingLocationAddressID | globally unique identifier |
None. |
|
| shippingLocationAddressID | globally unique identifier |
None. |
|
| memo | string |
None. |
|
| invoiceDate | date |
None. |
|
| cancelDate | date |
None. |
|
| shipBy | string |
None. |
|
| fob | string |
None. |
|
| ignore | boolean |
None. |
|
| accountingLedgers | Collection of accountingLedger |
None. |
|
| accountingTransactions | Collection of accountingTransaction |
None. |
|
| inventoryMovementDetailChanges | Collection of inventoryMovementDetailChange |
None. |
|
| locationAddress | locationAddress |
None. |
|
| locationAddress1 | locationAddress |
None. |
|
| partner | partner |
None. |
|
| invoiceDetails | Collection of invoiceDetail |
None. |
|
| receivedAmount | decimal number |
None. |
|
| isNew | boolean |
None. |
|
| myCompanyName | string |
None. |
|
| myCompanyAddress | string |
None. |
|
| _myCompanyName | string |
None. |
|
| _myCompanyAddress | string |
None. |
Response Formats
application/json
Sample:
[
{
"_myCompanyName": "sample string 1",
"_myCompanyAddress": "sample string 2",
"invoiceNo": "sample string 1",
"division": "sample string 2",
"issueOn": "2026-01-13T15:55:48.9431101-08:00",
"terms": "sample string 4",
"category": "sample string 5",
"dueOn": "2026-01-13T15:55:48.9431101-08:00",
"partnerID": "6500a65c-0b72-4fcf-a84b-f0470749c667",
"billingLocationAddressID": "3aab52b1-9ac8-4740-9ccd-38fec6611455",
"shippingLocationAddressID": "fba6a0ec-c979-4cd5-a68e-0d24dec88b00",
"memo": "sample string 8",
"invoiceDate": "2026-01-13T15:55:48.9431101-08:00",
"cancelDate": "2026-01-13T15:55:48.9431101-08:00",
"shipBy": "sample string 9",
"fob": "sample string 10",
"ignore": true,
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "e2d99840-0cf4-4ef6-bf88-c20fa794b55d",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:48.9431101-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": "80fb830e-240f-44f9-a963-e891e75441ef",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "a6a08975-d36f-41ac-ad1a-327b552828d1",
"employeeId": "460f8c0a-5ee9-4981-b572-3605ca9f11d2",
"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:55:48.9431101-08:00",
"payFrom": "2026-01-13T15:55:48.9431101-08:00",
"payTo": "2026-01-13T15:55:48.9431101-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "e2d99840-0cf4-4ef6-bf88-c20fa794b55d",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:48.9431101-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": "80fb830e-240f-44f9-a963-e891e75441ef",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "a6a08975-d36f-41ac-ad1a-327b552828d1",
"employeeId": "460f8c0a-5ee9-4981-b572-3605ca9f11d2",
"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:55:48.9431101-08:00",
"payFrom": "2026-01-13T15:55:48.9431101-08:00",
"payTo": "2026-01-13T15:55:48.9431101-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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
}
],
"inventoryMovementDetailChanges": [
{
"inventoryMovementDetailChangeKey": "0e2ab776-e907-4fa3-9600-0fa2ba140519",
"movementKey": "sample string 2",
"movementDetailKey": "e502219d-87e9-47d4-84bd-9c06f5206c0a",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f9188e0e-00c3-43fd-9f80-852c8211a9ca",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:48.9431101-08:00",
"salesOrderDetailBDID": "79ad66e2-dfe8-4523-940a-218ea707b2c0",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
},
{
"inventoryMovementDetailChangeKey": "0e2ab776-e907-4fa3-9600-0fa2ba140519",
"movementKey": "sample string 2",
"movementDetailKey": "e502219d-87e9-47d4-84bd-9c06f5206c0a",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f9188e0e-00c3-43fd-9f80-852c8211a9ca",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:48.9431101-08:00",
"salesOrderDetailBDID": "79ad66e2-dfe8-4523-940a-218ea707b2c0",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
}
],
"locationAddress": {
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
"locationAddress1": {
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
"partner": {
"isNew": true,
"isDeleted": true,
"partnerID": "70386896-0b48-4425-bec8-d7f0932e0352",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "0be9ebc1-aaa4-477c-aa8c-7239d2f5399a",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "4881928c-ee74-448b-b770-446f582af94d"
},
{
"contactID": "0be9ebc1-aaa4-477c-aa8c-7239d2f5399a",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "4881928c-ee74-448b-b770-446f582af94d"
}
],
"incharges": [
{
"inchargeID": "16e16d18-a01d-48ee-af5d-2c81d2cc8d56",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "4fcde08a-47de-4ef9-9bb8-c04588b43bde"
},
{
"inchargeID": "16e16d18-a01d-48ee-af5d-2c81d2cc8d56",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "4fcde08a-47de-4ef9-9bb8-c04588b43bde"
}
],
"locationAddresses": [
{
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
{
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
}
]
},
"invoiceDetails": [
{
"invoiceDetailKey": "03fb66a4-148f-4f10-9eae-abbc30289703",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
},
{
"invoiceDetailKey": "03fb66a4-148f-4f10-9eae-abbc30289703",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
}
],
"receivedAmount": 1.0,
"isNew": true,
"myCompanyName": "TAAD GROUP INC",
"myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023"
},
{
"_myCompanyName": "TAAD GROUP INC",
"_myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023",
"invoiceNo": "sample string 1",
"division": "sample string 2",
"issueOn": "2026-01-13T15:55:48.9431101-08:00",
"terms": "sample string 4",
"category": "sample string 5",
"dueOn": "2026-01-13T15:55:48.9431101-08:00",
"partnerID": "6500a65c-0b72-4fcf-a84b-f0470749c667",
"billingLocationAddressID": "3aab52b1-9ac8-4740-9ccd-38fec6611455",
"shippingLocationAddressID": "fba6a0ec-c979-4cd5-a68e-0d24dec88b00",
"memo": "sample string 8",
"invoiceDate": "2026-01-13T15:55:48.9431101-08:00",
"cancelDate": "2026-01-13T15:55:48.9431101-08:00",
"shipBy": "sample string 9",
"fob": "sample string 10",
"ignore": true,
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "e2d99840-0cf4-4ef6-bf88-c20fa794b55d",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:48.9431101-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": "80fb830e-240f-44f9-a963-e891e75441ef",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "a6a08975-d36f-41ac-ad1a-327b552828d1",
"employeeId": "460f8c0a-5ee9-4981-b572-3605ca9f11d2",
"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:55:48.9431101-08:00",
"payFrom": "2026-01-13T15:55:48.9431101-08:00",
"payTo": "2026-01-13T15:55:48.9431101-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "e2d99840-0cf4-4ef6-bf88-c20fa794b55d",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:48.9431101-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": "80fb830e-240f-44f9-a963-e891e75441ef",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "a6a08975-d36f-41ac-ad1a-327b552828d1",
"employeeId": "460f8c0a-5ee9-4981-b572-3605ca9f11d2",
"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:55:48.9431101-08:00",
"payFrom": "2026-01-13T15:55:48.9431101-08:00",
"payTo": "2026-01-13T15:55:48.9431101-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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
}
],
"inventoryMovementDetailChanges": [
{
"inventoryMovementDetailChangeKey": "0e2ab776-e907-4fa3-9600-0fa2ba140519",
"movementKey": "sample string 2",
"movementDetailKey": "e502219d-87e9-47d4-84bd-9c06f5206c0a",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f9188e0e-00c3-43fd-9f80-852c8211a9ca",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:48.9431101-08:00",
"salesOrderDetailBDID": "79ad66e2-dfe8-4523-940a-218ea707b2c0",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
},
{
"inventoryMovementDetailChangeKey": "0e2ab776-e907-4fa3-9600-0fa2ba140519",
"movementKey": "sample string 2",
"movementDetailKey": "e502219d-87e9-47d4-84bd-9c06f5206c0a",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f9188e0e-00c3-43fd-9f80-852c8211a9ca",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:48.9431101-08:00",
"salesOrderDetailBDID": "79ad66e2-dfe8-4523-940a-218ea707b2c0",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
}
],
"locationAddress": {
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
"locationAddress1": {
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
"partner": {
"isNew": true,
"isDeleted": true,
"partnerID": "70386896-0b48-4425-bec8-d7f0932e0352",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "0be9ebc1-aaa4-477c-aa8c-7239d2f5399a",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "4881928c-ee74-448b-b770-446f582af94d"
},
{
"contactID": "0be9ebc1-aaa4-477c-aa8c-7239d2f5399a",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "4881928c-ee74-448b-b770-446f582af94d"
}
],
"incharges": [
{
"inchargeID": "16e16d18-a01d-48ee-af5d-2c81d2cc8d56",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "4fcde08a-47de-4ef9-9bb8-c04588b43bde"
},
{
"inchargeID": "16e16d18-a01d-48ee-af5d-2c81d2cc8d56",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "4fcde08a-47de-4ef9-9bb8-c04588b43bde"
}
],
"locationAddresses": [
{
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
{
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
}
]
},
"invoiceDetails": [
{
"invoiceDetailKey": "03fb66a4-148f-4f10-9eae-abbc30289703",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
},
{
"invoiceDetailKey": "03fb66a4-148f-4f10-9eae-abbc30289703",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
}
],
"receivedAmount": 1.0,
"isNew": true,
"myCompanyName": "TAAD GROUP INC",
"myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023"
}
]
text/json
Sample:
[
{
"_myCompanyName": "TAAD GROUP INC",
"_myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023",
"invoiceNo": "sample string 1",
"division": "sample string 2",
"issueOn": "2026-01-13T15:55:48.9431101-08:00",
"terms": "sample string 4",
"category": "sample string 5",
"dueOn": "2026-01-13T15:55:48.9431101-08:00",
"partnerID": "6500a65c-0b72-4fcf-a84b-f0470749c667",
"billingLocationAddressID": "3aab52b1-9ac8-4740-9ccd-38fec6611455",
"shippingLocationAddressID": "fba6a0ec-c979-4cd5-a68e-0d24dec88b00",
"memo": "sample string 8",
"invoiceDate": "2026-01-13T15:55:48.9431101-08:00",
"cancelDate": "2026-01-13T15:55:48.9431101-08:00",
"shipBy": "sample string 9",
"fob": "sample string 10",
"ignore": true,
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "e2d99840-0cf4-4ef6-bf88-c20fa794b55d",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:48.9431101-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": "80fb830e-240f-44f9-a963-e891e75441ef",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "a6a08975-d36f-41ac-ad1a-327b552828d1",
"employeeId": "460f8c0a-5ee9-4981-b572-3605ca9f11d2",
"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:55:48.9431101-08:00",
"payFrom": "2026-01-13T15:55:48.9431101-08:00",
"payTo": "2026-01-13T15:55:48.9431101-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "e2d99840-0cf4-4ef6-bf88-c20fa794b55d",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:48.9431101-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": "80fb830e-240f-44f9-a963-e891e75441ef",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "a6a08975-d36f-41ac-ad1a-327b552828d1",
"employeeId": "460f8c0a-5ee9-4981-b572-3605ca9f11d2",
"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:55:48.9431101-08:00",
"payFrom": "2026-01-13T15:55:48.9431101-08:00",
"payTo": "2026-01-13T15:55:48.9431101-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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
}
],
"inventoryMovementDetailChanges": [
{
"inventoryMovementDetailChangeKey": "0e2ab776-e907-4fa3-9600-0fa2ba140519",
"movementKey": "sample string 2",
"movementDetailKey": "e502219d-87e9-47d4-84bd-9c06f5206c0a",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f9188e0e-00c3-43fd-9f80-852c8211a9ca",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:48.9431101-08:00",
"salesOrderDetailBDID": "79ad66e2-dfe8-4523-940a-218ea707b2c0",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
},
{
"inventoryMovementDetailChangeKey": "0e2ab776-e907-4fa3-9600-0fa2ba140519",
"movementKey": "sample string 2",
"movementDetailKey": "e502219d-87e9-47d4-84bd-9c06f5206c0a",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f9188e0e-00c3-43fd-9f80-852c8211a9ca",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:48.9431101-08:00",
"salesOrderDetailBDID": "79ad66e2-dfe8-4523-940a-218ea707b2c0",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
}
],
"locationAddress": {
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
"locationAddress1": {
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
"partner": {
"isNew": true,
"isDeleted": true,
"partnerID": "70386896-0b48-4425-bec8-d7f0932e0352",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "0be9ebc1-aaa4-477c-aa8c-7239d2f5399a",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "4881928c-ee74-448b-b770-446f582af94d"
},
{
"contactID": "0be9ebc1-aaa4-477c-aa8c-7239d2f5399a",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "4881928c-ee74-448b-b770-446f582af94d"
}
],
"incharges": [
{
"inchargeID": "16e16d18-a01d-48ee-af5d-2c81d2cc8d56",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "4fcde08a-47de-4ef9-9bb8-c04588b43bde"
},
{
"inchargeID": "16e16d18-a01d-48ee-af5d-2c81d2cc8d56",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "4fcde08a-47de-4ef9-9bb8-c04588b43bde"
}
],
"locationAddresses": [
{
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
{
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
}
]
},
"invoiceDetails": [
{
"invoiceDetailKey": "03fb66a4-148f-4f10-9eae-abbc30289703",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
},
{
"invoiceDetailKey": "03fb66a4-148f-4f10-9eae-abbc30289703",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
}
],
"receivedAmount": 1.0,
"isNew": true,
"myCompanyName": "TAAD GROUP INC",
"myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023"
},
{
"_myCompanyName": "TAAD GROUP INC",
"_myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023",
"invoiceNo": "sample string 1",
"division": "sample string 2",
"issueOn": "2026-01-13T15:55:48.9431101-08:00",
"terms": "sample string 4",
"category": "sample string 5",
"dueOn": "2026-01-13T15:55:48.9431101-08:00",
"partnerID": "6500a65c-0b72-4fcf-a84b-f0470749c667",
"billingLocationAddressID": "3aab52b1-9ac8-4740-9ccd-38fec6611455",
"shippingLocationAddressID": "fba6a0ec-c979-4cd5-a68e-0d24dec88b00",
"memo": "sample string 8",
"invoiceDate": "2026-01-13T15:55:48.9431101-08:00",
"cancelDate": "2026-01-13T15:55:48.9431101-08:00",
"shipBy": "sample string 9",
"fob": "sample string 10",
"ignore": true,
"accountingLedgers": [
{
"ledgerKey": 1,
"transactionKey": "e2d99840-0cf4-4ef6-bf88-c20fa794b55d",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:48.9431101-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": "80fb830e-240f-44f9-a963-e891e75441ef",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "a6a08975-d36f-41ac-ad1a-327b552828d1",
"employeeId": "460f8c0a-5ee9-4981-b572-3605ca9f11d2",
"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:55:48.9431101-08:00",
"payFrom": "2026-01-13T15:55:48.9431101-08:00",
"payTo": "2026-01-13T15:55:48.9431101-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "e2d99840-0cf4-4ef6-bf88-c20fa794b55d",
"itemCode": "sample string 3",
"ledgerType": "sample string 4",
"ledgerDate": "2026-01-13T15:55:48.9431101-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": "80fb830e-240f-44f9-a963-e891e75441ef",
"companyName": "sample string 9",
"ignore": true,
"employeePayment": {
"employeePaymentId": "a6a08975-d36f-41ac-ad1a-327b552828d1",
"employeeId": "460f8c0a-5ee9-4981-b572-3605ca9f11d2",
"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:55:48.9431101-08:00",
"payFrom": "2026-01-13T15:55:48.9431101-08:00",
"payTo": "2026-01-13T15:55:48.9431101-08:00",
"accountingLedgers": [],
"accountingTransactions": [
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
},
{
"transactionKey": "510572a9-fb93-4a8c-90c9-06c5398bb5d2",
"transactionName": "sample string 2",
"amount": 3.0,
"createdBy": "sample string 4",
"transactionMethod": "sample string 5",
"transactionRef": "sample string 6",
"transactionDate": "2026-01-13T15:55:48.9431101-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:55:48.9431101-08:00",
"checkPrinted": "2026-01-13T15:55:48.9431101-08:00",
"employeePaymentId": "0e710e32-245b-4bdb-a5e7-8250343475d0",
"bankName": "sample string 12",
"ignore": true,
"isReport": true,
"isPrintable": true,
"isCredit": true,
"isVoid": "2026-01-13T15:55:48.9431101-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": [],
"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:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"description": "sample string 23",
"paymentType": "sample string 24",
"depositTo": "sample string 25",
"paidCredit": 1.0,
"credit": [],
"debit": [],
"detail": "sample string 26",
"accountName": "sample string 27",
"company": "sample string 28"
}
],
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
}
],
"employeePtoes": [
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3"
},
{
"employeePtoId": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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": "c8dc6d71-66cf-4ba6-86ed-678b9248ddc6",
"employeeId": "15a4fb15-edab-44ae-a8b5-df6436e84bed",
"ptoType": "sample string 2",
"ptoFrom": "2026-01-13T15:55:48.9431101-08:00",
"ptoTo": "2026-01-13T15:55:48.9431101-08:00",
"ptoHour": 1.0,
"employeePaymentId": "cdff6b57-4c4a-46b6-8c3e-54eacb4df2d8",
"deductible": 1.0,
"ptoEarned": 1.0,
"ptoCleared": 1.0,
"memo": "sample string 3",
"employeeInfo": {
"employeeId": "7c9f5073-fb32-4a8a-b924-98f8d06073a3",
"name": "sample string 2",
"status": "sample string 3",
"ssn": "sample string 4",
"dob": "2026-01-13T15:55:48.9431101-08:00",
"address": "sample string 5",
"hiredDate": "2026-01-13T15:55:48.9431101-08:00",
"endDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeNo": 1,
"employeePayRates": [
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"transactionMethod": "sample string 5",
"overTimePay": 1.0,
"isNew": true,
"isCurrent": true
},
{
"payRateId": "ecc3986c-d506-422b-b98a-9bee00f33d0e",
"payType": "sample string 2",
"payTerm": "sample string 3",
"grossPay": 1.0,
"payAmount": 1.0,
"effectiveDate": "2026-01-13T15:55:48.9431101-08:00",
"employeeId": "b5c18175-7829-4c2b-9b11-cb68a8bc851b",
"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
}
],
"inventoryMovementDetailChanges": [
{
"inventoryMovementDetailChangeKey": "0e2ab776-e907-4fa3-9600-0fa2ba140519",
"movementKey": "sample string 2",
"movementDetailKey": "e502219d-87e9-47d4-84bd-9c06f5206c0a",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f9188e0e-00c3-43fd-9f80-852c8211a9ca",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:48.9431101-08:00",
"salesOrderDetailBDID": "79ad66e2-dfe8-4523-940a-218ea707b2c0",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
},
{
"inventoryMovementDetailChangeKey": "0e2ab776-e907-4fa3-9600-0fa2ba140519",
"movementKey": "sample string 2",
"movementDetailKey": "e502219d-87e9-47d4-84bd-9c06f5206c0a",
"movementTransactionType": 4,
"movingQty": 5.0,
"createdBy": "sample string 6",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"invoiceNo": "sample string 7",
"inventoryMovementDetail": {
"movementDetailKey": "f9188e0e-00c3-43fd-9f80-852c8211a9ca",
"movementKey": "sample string 2",
"movingQty": 3.0,
"createdBy": "sample string 4",
"createdOn": "2026-01-13T15:55:48.9431101-08:00",
"modifiedBy": "sample string 5",
"modifiedOn": "2026-01-13T15:55:48.9431101-08:00",
"salesOrderDetailBDID": "79ad66e2-dfe8-4523-940a-218ea707b2c0",
"pickingQty": 6.0,
"ignore": true,
"invoiceinfos": [
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
},
{
"invoiceNo": "sample string 1",
"movementKey": "sample string 2",
"subtotal": 1.0,
"paidSub": 1.0,
"shippedQty": 3.0
}
],
"IsDeleted": true,
"movementType": 2,
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"availableQty": 3.0,
"updateItemCode": "sample string 8",
"udpatePoNumber": "sample string 9"
},
"orderInfo": {
"customerName": "sample string 1",
"customerKey": "1829a1cd-44f2-4155-acbb-b43f31ce41b8",
"poNumber": "sample string 2",
"itemCode": "sample string 3",
"colorAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"sizeAttr": {
"attributeID": "587ebb20-f606-4f91-b710-f4e1c431ed55",
"attributeLevel": 2,
"attrType": 3,
"name": "sample string 4",
"position": 5,
"noDisplay": true
},
"unitCost": 1.0,
"label": "sample string 4",
"ihd": "2026-01-13T15:55:48.9431101-08:00",
"soNumber": "sample string 5",
"colorId": "sample string 6",
"isCompleted": true,
"isStock": true,
"movementKey": "sample string 7"
},
"isNew": true
}
],
"locationAddress": {
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
"locationAddress1": {
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
"partner": {
"isNew": true,
"isDeleted": true,
"partnerID": "70386896-0b48-4425-bec8-d7f0932e0352",
"companyName": "sample string 4",
"isVendor": true,
"isBuyer": true,
"isConsignee": true,
"companyCode": "sample string 5",
"ein": "sample string 6",
"terms": "sample string 7",
"memo": "sample string 8",
"isAutoPo": true,
"consigneeNumber": "sample string 9",
"isStock": true,
"apiServer": "sample string 10",
"contacts": [
{
"contactID": "0be9ebc1-aaa4-477c-aa8c-7239d2f5399a",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "4881928c-ee74-448b-b770-446f582af94d"
},
{
"contactID": "0be9ebc1-aaa4-477c-aa8c-7239d2f5399a",
"department": "sample string 2",
"name": "sample string 3",
"email": "sample string 4",
"phone": "sample string 5",
"mobile": "sample string 6",
"messengerID": "sample string 7",
"partnerID": "4881928c-ee74-448b-b770-446f582af94d"
}
],
"incharges": [
{
"inchargeID": "16e16d18-a01d-48ee-af5d-2c81d2cc8d56",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "4fcde08a-47de-4ef9-9bb8-c04588b43bde"
},
{
"inchargeID": "16e16d18-a01d-48ee-af5d-2c81d2cc8d56",
"inchargeEmail": "sample string 2",
"confirmEmail": "sample string 3",
"partnerID": "4fcde08a-47de-4ef9-9bb8-c04588b43bde"
}
],
"locationAddresses": [
{
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
},
{
"locationAddressID": "0e0853e2-6990-4911-aa2b-3476a8867642",
"locationtype": "sample string 2",
"department": "sample string 3",
"locationName": "sample string 4",
"address1": "sample string 5",
"address2": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"postalCode": "sample string 9",
"partnerID": "ea680849-c641-4131-81ed-3dcb5daa2022"
}
]
},
"invoiceDetails": [
{
"invoiceDetailKey": "03fb66a4-148f-4f10-9eae-abbc30289703",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
},
{
"invoiceDetailKey": "03fb66a4-148f-4f10-9eae-abbc30289703",
"isCustomItem": true,
"invoiceNo": "sample string 3",
"itemtype": 4.0,
"item": "sample string 5",
"description": "sample string 6",
"ponumber": "sample string 7",
"price": 8.0,
"qty": 9,
"subtotal": 10.0,
"extrainfo": "sample string 11",
"position": 1,
"llrCost": 12.0,
"isRemoved": true
}
],
"receivedAmount": 1.0,
"isNew": true,
"myCompanyName": "TAAD GROUP INC",
"myCompanyAddress": "1601 PERRINO PL.,\nSUITE A\nLOS ANGELES, CA 90023"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.