GET api/Customers
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomerData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| AccountNumber | string |
None. |
|
| Name | string |
None. |
|
| Updated | date |
None. |
|
| Contact | string |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| string |
None. |
||
| ShipToAddressee | string |
None. |
|
| ShipToAttention | string |
None. |
|
| ShipToAddressId | globally unique identifier |
None. |
|
| InventorySiteId | globally unique identifier |
None. |
|
| BillToAddressee | string |
None. |
|
| BillToAttention | string |
None. |
|
| BillToAddressId | globally unique identifier |
None. |
|
| CollectionTypeId | globally unique identifier |
None. |
|
| DeliveryDays | string |
None. |
|
| Status | integer |
None. |
|
| Notes | string |
None. |
|
| TaxCodeId | globally unique identifier |
None. |
|
| TermsId | globally unique identifier |
None. |
|
| BillToCustomerId | globally unique identifier |
None. |
|
| Identifier | string |
None. |
|
| PriceListId | globally unique identifier |
None. |
|
| IsDeleted | integer |
None. |
|
| LiqLicense | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "89bfff5f-dcff-4b1e-8a46-639fd761632d",
"AccountNumber": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:39:32.9387463-05:00",
"Contact": "sample string 4",
"Phone": "sample string 5",
"Fax": "sample string 6",
"Email": "sample string 7",
"ShipToAddressee": "sample string 8",
"ShipToAttention": "sample string 9",
"ShipToAddressId": "2c4395da-e9dc-4849-a03f-e6f0e3c49710",
"InventorySiteId": "2e132292-e756-4f8a-96ef-667117be6b1c",
"BillToAddressee": "sample string 10",
"BillToAttention": "sample string 11",
"BillToAddressId": "6df3b734-0870-41de-8960-7aadb235b706",
"CollectionTypeId": "153b5464-a088-41a2-b8b4-c732906217ac",
"DeliveryDays": "sample string 12",
"Status": 1,
"Notes": "sample string 13",
"TaxCodeId": "b0917274-cf31-4285-bd6a-23f3aebfc541",
"TermsId": "4af9d192-1905-4277-a357-c31cfe1be0c3",
"BillToCustomerId": "0de23bfb-3c5f-4733-915b-9b10e8c18935",
"Identifier": "sample string 14",
"PriceListId": "38932fbe-afd7-41c9-8b2e-f56218a6c957",
"IsDeleted": 1,
"LiqLicense": "sample string 15"
},
{
"Id": "89bfff5f-dcff-4b1e-8a46-639fd761632d",
"AccountNumber": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:39:32.9387463-05:00",
"Contact": "sample string 4",
"Phone": "sample string 5",
"Fax": "sample string 6",
"Email": "sample string 7",
"ShipToAddressee": "sample string 8",
"ShipToAttention": "sample string 9",
"ShipToAddressId": "2c4395da-e9dc-4849-a03f-e6f0e3c49710",
"InventorySiteId": "2e132292-e756-4f8a-96ef-667117be6b1c",
"BillToAddressee": "sample string 10",
"BillToAttention": "sample string 11",
"BillToAddressId": "6df3b734-0870-41de-8960-7aadb235b706",
"CollectionTypeId": "153b5464-a088-41a2-b8b4-c732906217ac",
"DeliveryDays": "sample string 12",
"Status": 1,
"Notes": "sample string 13",
"TaxCodeId": "b0917274-cf31-4285-bd6a-23f3aebfc541",
"TermsId": "4af9d192-1905-4277-a357-c31cfe1be0c3",
"BillToCustomerId": "0de23bfb-3c5f-4733-915b-9b10e8c18935",
"Identifier": "sample string 14",
"PriceListId": "38932fbe-afd7-41c9-8b2e-f56218a6c957",
"IsDeleted": 1,
"LiqLicense": "sample string 15"
}
]
application/xml, text/xml
Sample:
<ArrayOfCustomerData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<CustomerData>
<AccountNumber>sample string 2</AccountNumber>
<BillToAddressId>6df3b734-0870-41de-8960-7aadb235b706</BillToAddressId>
<BillToAddressee>sample string 10</BillToAddressee>
<BillToAttention>sample string 11</BillToAttention>
<BillToCustomerId>0de23bfb-3c5f-4733-915b-9b10e8c18935</BillToCustomerId>
<CollectionTypeId>153b5464-a088-41a2-b8b4-c732906217ac</CollectionTypeId>
<Contact>sample string 4</Contact>
<DeliveryDays>sample string 12</DeliveryDays>
<Email>sample string 7</Email>
<Fax>sample string 6</Fax>
<Id>89bfff5f-dcff-4b1e-8a46-639fd761632d</Id>
<Identifier>sample string 14</Identifier>
<InventorySiteId>2e132292-e756-4f8a-96ef-667117be6b1c</InventorySiteId>
<IsDeleted>1</IsDeleted>
<LiqLicense>sample string 15</LiqLicense>
<Name>sample string 3</Name>
<Notes>sample string 13</Notes>
<Phone>sample string 5</Phone>
<PriceListId>38932fbe-afd7-41c9-8b2e-f56218a6c957</PriceListId>
<ShipToAddressId>2c4395da-e9dc-4849-a03f-e6f0e3c49710</ShipToAddressId>
<ShipToAddressee>sample string 8</ShipToAddressee>
<ShipToAttention>sample string 9</ShipToAttention>
<Status>1</Status>
<TaxCodeId>b0917274-cf31-4285-bd6a-23f3aebfc541</TaxCodeId>
<TermsId>4af9d192-1905-4277-a357-c31cfe1be0c3</TermsId>
<Updated>2025-12-15T23:39:32.9387463-05:00</Updated>
</CustomerData>
<CustomerData>
<AccountNumber>sample string 2</AccountNumber>
<BillToAddressId>6df3b734-0870-41de-8960-7aadb235b706</BillToAddressId>
<BillToAddressee>sample string 10</BillToAddressee>
<BillToAttention>sample string 11</BillToAttention>
<BillToCustomerId>0de23bfb-3c5f-4733-915b-9b10e8c18935</BillToCustomerId>
<CollectionTypeId>153b5464-a088-41a2-b8b4-c732906217ac</CollectionTypeId>
<Contact>sample string 4</Contact>
<DeliveryDays>sample string 12</DeliveryDays>
<Email>sample string 7</Email>
<Fax>sample string 6</Fax>
<Id>89bfff5f-dcff-4b1e-8a46-639fd761632d</Id>
<Identifier>sample string 14</Identifier>
<InventorySiteId>2e132292-e756-4f8a-96ef-667117be6b1c</InventorySiteId>
<IsDeleted>1</IsDeleted>
<LiqLicense>sample string 15</LiqLicense>
<Name>sample string 3</Name>
<Notes>sample string 13</Notes>
<Phone>sample string 5</Phone>
<PriceListId>38932fbe-afd7-41c9-8b2e-f56218a6c957</PriceListId>
<ShipToAddressId>2c4395da-e9dc-4849-a03f-e6f0e3c49710</ShipToAddressId>
<ShipToAddressee>sample string 8</ShipToAddressee>
<ShipToAttention>sample string 9</ShipToAttention>
<Status>1</Status>
<TaxCodeId>b0917274-cf31-4285-bd6a-23f3aebfc541</TaxCodeId>
<TermsId>4af9d192-1905-4277-a357-c31cfe1be0c3</TermsId>
<Updated>2025-12-15T23:39:32.9387463-05:00</Updated>
</CustomerData>
</ArrayOfCustomerData>