1{
2 action=createCustomerPayment,
3 timestamp=1639492143080,
4 validRequest=true,
5 version=1.0,
6 responseJSON={
7 "errors":[],
8 "status":"200",
9 "customerPayments": [
10 {
11 "undepFunds": true,
12 "unapplied": 96770.0,
13 "tranId": "113",
14 "tranDate": 1599364800,
15 "subsidiary": {
16 "type": null,
17 "name": "Parent Company",
18 "internalId": "1",
19 "externalId": null
20 },
21 "status": "Not Deposited",
22 "salesforceID": "a0L1m000003Ee6PEAS",
23 "payment": 97006.0,
24 "memo": "Payment 25",
25 "location": {
26 "type": null,
27 "name": "test : Atlanta west",
28 "internalId": "1",
29 "externalId": null
30 },
31 "lastModifiedDate": 1648039356,
32 "internalId": "97006",
33 "externalId": null,
34 "exchangeRate": 1.0,
35 "department": {
36 "type": null,
37 "name": "Sales",
38 "internalId": "2",
39 "externalId": null
40 },
41 "customForm": {
42 "type": null,
43 "name": "Custom Customer Payment",
44 "internalId": "105",
45 "externalId": null
46 },
47 "customFieldList": null,
48 "customer": {
49 "type": null,
50 "name": "CUST1022AT Spider Man",
51 "internalId": "63587",
52 "externalId": null
53 },
54 "currencyName": "US Dollars",
55 "createdDate": 1648032330,
56 "classification": {
57 "type": null,
58 "name": "Corporate Sales",
59 "internalId": "5",
60 "externalId": null
61 },
62 "applyList": null,
63 "applied": 0.0
64 }
65 ],
66 }
67}