Skip to content

Exception: Unknown value billing for enum PhoneNumberType #41

@jmawebtech

Description

@jmawebtech

Sage Intacct ListCustomers. Here is the JSON. Please fix and update your package. I cannot pull customers.

at ApideckUnifySdk.Utils.EnumConverter.ReadJson(JsonReader reader, Type objectType, Object existingValue, JsonSerializer serializer)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.DeserializeConvertable(JsonConverter converter, JsonReader reader, Type objectType, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.SetPropertyValue(JsonProperty property, JsonConverter propertyConverter, JsonContainerContract containerContract, JsonProperty containerProperty, JsonReader reader, Object target)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonSerializer.Deserialize(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at ApideckUnifySdk.Utils.ResponseBodyDeserializer.Deserialize[T](String json, NullValueHandling nullValueHandling, MissingMemberHandling missingMemberHandling)
at ApideckUnifySdk.Customers.d__9.MoveNext()
at ConnexForQuickBooks.AccountingSystems.ApiDeck.ApiDeckAccountingSystem.d__16.MoveNext() in C:\Users\joe\source\repos\cfqb-backend\AccountingSystems\ApiDeck\ConnexForQuickBooks.AccountingSystems.ApiDeck\ApiDeckAccountingSystem.cs:line 257
at ConnexForQuickBooks.AccountingSystems.Directors.AccountingApiDirector.d__18.MoveNext() in C:\Users\joe\source\repos\cfqb-backend\AccountingSystems\ConnexForQuickBooks.AccountingSystems.Directors\AccountingApiDirector.cs:line 588
at ConnexForQuickBooks.AccountingSystems.Directors.AccountingApiDirector.d__5.MoveNext() in C:\Users\joe\source\repos\cfqb-backend\AccountingSystems\ConnexForQuickBooks.AccountingSystems.Directors\AccountingApiDirector.cs:line 31
at ConnexForQuickBooks.ConsoleClient.Program.d__9.MoveNext() in C:\Users\joe\source\repos\cfqb-backend\Client\ConnexForQuickBooks.ConsoleClient\Program.cs:line 218
at ConnexForQuickBooks.ConsoleClient.Program.

d__0.MoveNext() in C:\Users\joe\source\repos\cfqb-backend\Client\ConnexForQuickBooks.ConsoleClient\Program.cs:line 23

{
"status_code": 200,
"status": "OK",
"service": "sage-intacct",
"resource": "customers",
"operation": "all",
"data": [
{
"id": "50",
"display_id": "10006",
"display_name": "Real Secure Solutions",
"company_name": "Real Secure Solutions",
"first_name": "Ian",
"last_name": "Suzuki",
"addresses": [
{
"type": "primary",
"line1": "1852 W 19th St",
"city": "Chicago",
"state": "IL",
"country": "US",
"postal_code": "60608",
"phone_number": "773-823-9571",
"contact_name": "Real Secure Solutions"
},
{
"type": "billing",
"line1": "1852 W 19th St",
"city": "Chicago",
"state": "IL",
"country": "US",
"postal_code": "60608",
"phone_number": "773-823-9571",
"contact_name": "Ian Suzuki"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "773-823-9571"
},
{
"type": "billing",
"number": "773-823-9571"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "21",
"created_by": "1",
"updated_at": "2019-05-15T23:31:59.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "21",
"display_id": "10100",
"display_name": "Entity C100",
"company_name": "Entity C100",
"addresses": [
{
"type": "primary",
"country": "US",
"contact_name": "Entity 100"
}
],
"phone_numbers": [],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "17",
"created_by": "1",
"updated_at": "2019-05-07T18:50:24.000Z",
"created_at": "2019-03-13T05:11:39.000Z"
},
{
"id": "22",
"display_id": "10200",
"display_name": "Entity C200",
"company_name": "Entity C200",
"addresses": [
{
"type": "primary",
"country": "US",
"contact_name": "Entity 200"
}
],
"phone_numbers": [],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "17",
"created_by": "1",
"updated_at": "2019-05-07T18:50:09.000Z",
"created_at": "2019-03-13T05:11:39.000Z"
},
{
"id": "23",
"display_id": "10300",
"display_name": "Entity C300",
"company_name": "Entity C300",
"addresses": [
{
"type": "primary",
"country": "US",
"contact_name": "Entity 300"
}
],
"phone_numbers": [],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "19",
"created_by": "1",
"updated_at": "2019-04-24T17:09:24.000Z",
"created_at": "2019-03-13T05:11:39.000Z"
},
{
"id": "53",
"display_id": "10009",
"display_name": "Creative Alarm Solutions",
"company_name": "Creative Alarm Solutions",
"first_name": "Gita",
"last_name": "Shah",
"addresses": [
{
"type": "primary",
"line1": "1101 SW Topeka Blvd",
"city": "Topeka",
"state": "KS",
"country": "US",
"postal_code": "66612",
"phone_number": "785-783-8968",
"contact_name": "Creative Alarm Solutions"
},
{
"type": "billing",
"line1": "1101 SW Topeka Blvd",
"city": "Topeka",
"state": "KS",
"country": "US",
"postal_code": "66612",
"phone_number": "785-783-8968",
"contact_name": "Gita Shah"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "785-783-8968"
},
{
"type": "billing",
"number": "785-783-8968"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2020-12-04T18:10:04.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "62",
"display_id": "10019",
"display_name": "Mary Garcia",
"company_name": "Mary Garcia",
"first_name": "Milena",
"last_name": "Wong",
"addresses": [
{
"type": "primary",
"line1": "4303 Brighton Blvd",
"city": "Denver",
"state": "CO",
"country": "US",
"postal_code": "80216",
"phone_number": "720-287-2163",
"contact_name": "Mary Garcia"
},
{
"type": "billing",
"line1": "4303 Brighton Blvd",
"city": "Denver",
"state": "CO",
"country": "US",
"postal_code": "80216",
"phone_number": "720-287-2163",
"contact_name": "Milena Wong"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "720-287-2163"
},
{
"type": "billing",
"number": "720-287-2163"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2024-11-05T11:30:22.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "119",
"display_id": "10002",
"display_name": "Universal Alarms",
"company_name": "Universal Alarms",
"first_name": "Samantha",
"last_name": "Hadad",
"addresses": [
{
"type": "primary",
"line1": "222 Madison Ave",
"city": "Albany",
"state": "NY",
"country": "US",
"postal_code": "12230",
"phone_number": "718-835-1000",
"contact_name": "Universal Alarms"
},
{
"type": "billing",
"line1": "222 Madison Ave",
"city": "Albany",
"state": "NY",
"country": "US",
"postal_code": "12230",
"phone_number": "718-835-1000",
"contact_name": "Samantha Hadad"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "718-835-1000"
},
{
"type": "billing",
"number": "718-835-1000"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "19",
"created_by": "1",
"updated_at": "2022-05-31T15:19:24.000Z",
"created_at": "2019-03-19T17:39:56.000Z"
},
{
"id": "44",
"display_id": "10001",
"display_name": "Reasonable Security",
"company_name": "Reasonable Security",
"first_name": "Talia",
"last_name": "Cohen",
"addresses": [
{
"type": "primary",
"line1": "75 Broadway",
"city": "New York",
"state": "NY",
"country": "US",
"postal_code": "10006",
"phone_number": "212-587-9512",
"contact_name": "Reasonable Security"
},
{
"type": "billing",
"line1": "75 Broadway",
"city": "New York",
"state": "NY",
"country": "US",
"postal_code": "10006",
"phone_number": "212-587-9512",
"contact_name": "Talia Cohen"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "212-587-9512"
},
{
"type": "billing",
"number": "212-587-9512"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2024-11-04T12:54:21.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "56",
"display_id": "10013",
"display_name": "Florida Home Alarms",
"company_name": "Florida Home Alarms",
"first_name": "Dimitri",
"last_name": "White",
"addresses": [
{
"type": "primary",
"line1": "2415 N Monroe St",
"city": "Tallahassee",
"state": "FL",
"country": "US",
"postal_code": "32303",
"phone_number": "850-539-4087",
"contact_name": "Florida Home Alarms"
},
{
"type": "billing",
"line1": "2415 N Monroe St",
"city": "Tallahassee",
"state": "FL",
"country": "US",
"postal_code": "32303",
"phone_number": "850-539-4087",
"contact_name": "Dimitri White"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "850-539-4087"
},
{
"type": "billing",
"number": "850-539-4087"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2024-10-18T09:15:20.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "60",
"display_id": "10017",
"display_name": "Big Red Box Retail",
"company_name": "Big Red Box Retail",
"first_name": "Eva",
"last_name": "Cook",
"addresses": [
{
"type": "primary",
"line1": "180 Woz Way",
"city": "San Jose",
"state": "CA",
"country": "US",
"postal_code": "95110",
"phone_number": "408-279-5348",
"contact_name": "Big Red Box Retail"
},
{
"type": "billing",
"line1": "180 Woz Way",
"city": "San Jose",
"state": "CA",
"country": "US",
"postal_code": "95110",
"phone_number": "408-279-5348",
"contact_name": "Eva Cook"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "408-279-5348"
},
{
"type": "billing",
"number": "408-279-5348"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "17",
"created_by": "1",
"updated_at": "2019-05-24T20:44:58.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "58",
"display_id": "10015",
"display_name": "House2Home Retail",
"company_name": "House2Home Retail",
"first_name": "Mia",
"last_name": "Clark",
"addresses": [
{
"type": "primary",
"line1": "1700 NE 63rd St",
"city": "Oklahoma City",
"state": "OK",
"country": "US",
"postal_code": "73111",
"phone_number": "405-595-4494",
"contact_name": "House2Home Retail"
},
{
"type": "billing",
"line1": "1700 NE 63rd St",
"city": "Oklahoma City",
"state": "OK",
"country": "US",
"postal_code": "73111",
"phone_number": "405-595-4494",
"contact_name": "Mia Clark"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "405-595-4494"
},
{
"type": "billing",
"number": "405-595-4494"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2024-10-09T09:27:34.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "123",
"display_id": "10018",
"display_name": "Venture Solutions",
"company_name": "Venture Solutions",
"first_name": "Ellen",
"last_name": "Peterson",
"addresses": [
{
"type": "primary",
"line1": "400 Broad St",
"city": "Seattle",
"state": "WA",
"country": "US",
"postal_code": "98109",
"phone_number": "206-283-8800",
"contact_name": "Venture Solutions"
},
{
"type": "billing",
"line1": "400 Broad St",
"city": "Seattle",
"state": "WA",
"country": "US",
"postal_code": "98109",
"phone_number": "206-283-8800",
"contact_name": "Ellen Peterson"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "206-283-8800"
},
{
"type": "billing",
"number": "206-283-8800"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "21",
"created_by": "1",
"updated_at": "2019-05-15T23:58:18.000Z",
"created_at": "2019-03-19T17:39:56.000Z"
},
{
"id": "48",
"display_id": "10004",
"display_name": "Bedrock Industrial Systems",
"company_name": "Bedrock Industrial Systems",
"first_name": "Janine",
"last_name": "Katz",
"addresses": [
{
"type": "primary",
"line1": "532 N 7th St",
"city": "Philadelphia",
"state": "PA",
"country": "US",
"postal_code": "19123",
"phone_number": "267-928-3893",
"contact_name": "Bedrock Industrial Systems"
},
{
"type": "billing",
"line1": "532 N 7th St",
"city": "Philadelphia",
"state": "PA",
"country": "US",
"postal_code": "19123",
"phone_number": "267-928-3893",
"contact_name": "Janine Katz"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "267-928-3893"
},
{
"type": "billing",
"number": "267-928-3893"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "28",
"created_by": "1",
"updated_at": "2023-08-23T16:55:39.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "59",
"display_id": "10016",
"display_name": "Amazing Retail co",
"company_name": "Amazing Retail co",
"first_name": "Amina",
"last_name": "Lewis",
"addresses": [
{
"type": "primary",
"line1": "216 O Street",
"city": "Sacramento",
"state": "CA",
"country": "US",
"postal_code": "95814-5399",
"phone_number": "916-441-4300",
"contact_name": "Amazing Retail"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "916-441-4300"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2024-10-09T08:52:01.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "49",
"display_id": "10005",
"display_name": "All Secure",
"company_name": "All Secure",
"first_name": "Enzo",
"last_name": "Sato",
"addresses": [
{
"type": "primary",
"line1": "480 E Broad St",
"city": "Columbus",
"state": "OH",
"country": "US",
"postal_code": "43215",
"phone_number": "614-464-0143",
"contact_name": "All Secure"
},
{
"type": "billing",
"line1": "480 E Broad St",
"city": "Columbus",
"state": "OH",
"country": "US",
"postal_code": "43215",
"phone_number": "614-464-0143",
"contact_name": "Enzo Sato"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "614-464-0143"
},
{
"type": "billing",
"number": "614-464-0143"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2023-11-14T15:41:10.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "51",
"display_id": "10007",
"display_name": "Platinum Alarm Systems",
"company_name": "Platinum Alarm Systems",
"first_name": "Maria",
"last_name": "Takahashi",
"addresses": [
{
"type": "primary",
"line1": "4454 Woodward Ave",
"city": "Detroit",
"state": "MI",
"country": "US",
"postal_code": "48201",
"phone_number": "313-309-7560",
"contact_name": "Platinum Alarm Systems"
},
{
"type": "billing",
"line1": "4454 Woodward Ave",
"city": "Detroit",
"state": "MI",
"country": "US",
"postal_code": "48201",
"phone_number": "313-309-7560",
"contact_name": "Maria Takahashi"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "313-309-7560"
},
{
"type": "billing",
"number": "313-309-7560"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2025-02-12T10:34:44.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "45",
"display_id": "10010",
"display_name": "Paul Stevens Alarms",
"company_name": "Paul Stevens Alarms",
"first_name": "Marco",
"last_name": "Martin",
"addresses": [
{
"type": "primary",
"line1": "612 E Boulevard Ave",
"city": "Bismarck",
"state": "ND",
"country": "US",
"postal_code": "58505",
"phone_number": "701-222-3777",
"contact_name": "Paul Stevens Alarms"
},
{
"type": "billing",
"line1": "612 E Boulevard Ave",
"city": "Bismarck",
"state": "ND",
"country": "US",
"postal_code": "58505",
"phone_number": "701-222-3777",
"contact_name": "Marco Martin"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "701-222-3777"
},
{
"type": "billing",
"number": "701-222-3777"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2020-12-04T19:11:47.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "124",
"display_id": "10302",
"display_name": "All Secure - Cleveland",
"company_name": "All Secure - Cleveland",
"first_name": "Sato",
"last_name": "Enzo",
"addresses": [
{
"type": "primary",
"line1": "480 E Broad St",
"city": "Columbus",
"state": "OH",
"country": "US",
"postal_code": "43215",
"contact_name": "Payments(C10302)"
}
],
"phone_numbers": [],
"emails": [],
"websites": [],
"status": "active",
"updated_by": "16",
"created_by": "16",
"updated_at": "2023-11-27T16:39:51.000Z",
"created_at": "2023-11-14T15:30:06.000Z"
},
{
"id": "63",
"display_id": "10020",
"display_name": "Rocco Thomas",
"company_name": "Rocco Thomas",
"first_name": "Anna",
"last_name": "Park",
"addresses": [
{
"type": "primary",
"line1": "1625 N Central Ave",
"city": "Phoenix",
"state": "AZ",
"country": "US",
"postal_code": "85004",
"phone_number": "602-252-5572",
"contact_name": "Rocco Thomas"
},
{
"type": "billing",
"line1": "1625 N Central Ave",
"city": "Phoenix",
"state": "AZ",
"country": "US",
"postal_code": "85004",
"phone_number": "602-252-5572",
"contact_name": "Anna Park"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "602-252-5572"
},
{
"type": "billing",
"number": "602-252-5572"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2019-05-22T14:41:14.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
},
{
"id": "47",
"display_id": "10003",
"display_name": "John Jones",
"company_name": "John Jones",
"first_name": "Sofia",
"last_name": "Biton",
"addresses": [
{
"type": "primary",
"line1": "15 New Sudbury St",
"city": "Boston",
"state": "MA",
"country": "US",
"postal_code": "02203",
"phone_number": "617-523-2175",
"contact_name": "John Jones"
},
{
"type": "billing",
"line1": "15 New Sudbury St",
"city": "Boston",
"state": "MA",
"country": "US",
"postal_code": "02203",
"phone_number": "617-523-2175",
"contact_name": "Sofia Biton"
}
],
"phone_numbers": [
{
"type": "primary",
"number": "617-523-2175"
},
{
"type": "billing",
"number": "617-523-2175"
}
],
"emails": [],
"websites": [],
"currency": "USD",
"status": "active",
"updated_by": "16",
"created_by": "1",
"updated_at": "2025-01-21T06:48:20.000Z",
"created_at": "2019-03-19T17:05:00.000Z"
}
],
"meta": {
"cursors": {
"previous": null,
"current": "c2FnZS1pbnRhY2N0OjpvZmZzZXQ6OjA=",
"next": "c2FnZS1pbnRhY2N0OjpvZmZzZXQ6OjIw"
},
"items_on_page": 20
},
"links": {
"previous": null,
"current": "https://unify.apideck.com/accounting/customers?cursor=c2FnZS1pbnRhY2N0OjpvZmZzZXQ6OjA%3D",
"next": "https://unify.apideck.com/accounting/customers?cursor=c2FnZS1pbnRhY2N0OjpvZmZzZXQ6OjIw"
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions