1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"customerUuid": "550e8400-e29b-41d4-a716-446655440000",
"customer": "Acme Corporation",
"email": "contact@acme.com",
"mainPhone": "+1-555-123-4567",
"website": "https://www.acme.com",
"notes": "Preferred contact method: Email. Payment terms: Net 30.",
"status": "active",
"contactName": "John Doe",
"taxNumber": "TAX-123456789",
"paymentTerm": 30,
"taxRate": 8.5,
"taxAutoCalculate": true,
"taxExcluded": false,
"isDeleted": false,
"systemCreated": false,
"createdAt": "2024-01-15T10:30:00.000Z",
"updatedAt": "2024-01-20T14:45:00.000Z",
"billingAddress": {
"street": "123 Main Street",
"city": "New York",
"state": "NY",
"zipCode": "10001",
"country": "United States"
},
"shippingAddress": {
"street": "456 Warehouse Blvd",
"city": "Brooklyn",
"state": "NY",
"zipCode": "11201",
"country": "United States"
},
"contacts": [
{
"firstName": "John",
"lastName": "Doe",
"email": "john.doe@acme.com",
"phone": "+1-555-987-6543",
"title": "Chief Financial Officer"
}
],
"taxes": [
{
"uuid": "tax-uuid-12345",
"name": "New York State Sales Tax",
"rate": 8.5,
"type": "Sales Tax",
"defaultSelected": true
}
],
"salesRep": {
"firstName": "Jane",
"lastName": "Smith",
"email": "jane.smith@company.com",
"phone": "+1-555-111-2222"
}
}