apaule
10/30/2025, 6:09 PMEdgar Valdes
10/30/2025, 7:24 PMapaule
10/30/2025, 8:11 PMEdgar Valdes
10/30/2025, 8:15 PM{
"addressbook": {
"items": [
{
"addressId": 14207371,
"defaultBilling": true,
"defaultShipping": true,
"addressbookaddress": {
"zip": "11111"
}
}
]
}
}apaule
10/30/2025, 9:19 PMEdgar Valdes
10/30/2025, 9:24 PMEdgar Valdes
10/30/2025, 9:25 PMapaule
10/31/2025, 4:08 AMapaule
11/12/2025, 11:56 PMEdgar Valdes
11/13/2025, 12:07 AMapaule
11/13/2025, 1:01 AM"method": "PATCH",
"endpoint": "https://{{acctId}}.<http://suitetalk.api.netsuite.com/services/rest/record/v1/customer/{{custId}}|suitetalk.api.netsuite.com/services/rest/record/v1/customer/{{custId}}>",
{
"firstName": "John",
"lastName": "Doe",
"subsidiary": { "id": "1"},
"companyname": "Test",
"externalId" : "Test",
"entityId": "Test",
"autoname": false,
"email": "<mailto:test@test.com|test@test.com>",
"category": "1",
"isperson": false,
"entityStatus": "1",
"addressBook": {
"items": [{
"addressId": "123",
"defaultbilling": true,
"addressBookAddress": {
"addr1": "123 Test St.",
"city" : "New Haven",
"state": "CT",
"zip": "06519",
"country": { "id": "US" }
}
}]
},
"phone": "<tel:+1555-555-5555|+1 555-555-5555>",
"comments": "Test Update"
}Edgar Valdes
11/13/2025, 3:02 PMaddressId used doesn't exist.apaule
11/13/2025, 11:47 PMaddressId definitely exists because that's how I got the Id to begin with