GET api/Customers/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "659d5a93-3abe-4fab-82c8-f2206cc5a83e",
"AccountNumber": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:40:05.540488-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": "5480aa71-7a7a-446e-acd8-075e1ff89e2f",
"InventorySiteId": "01be92eb-b44d-4716-941d-0ea54239d337",
"BillToAddressee": "sample string 10",
"BillToAttention": "sample string 11",
"BillToAddressId": "c71e211b-0e1a-4e22-9b5e-4e085d464796",
"CollectionTypeId": "ada03933-2de1-45ad-a2ef-b5a9e455cbd3",
"DeliveryDays": "sample string 12",
"Status": 1,
"Notes": "sample string 13",
"TaxCodeId": "3f988602-133c-4ca9-a30f-5b95977a7d35",
"TermsId": "fe1d0097-7fb0-4424-94fe-c805b07f5c73",
"BillToCustomerId": "33702724-4e8d-4781-8fad-d9523a053c50",
"Identifier": "sample string 14",
"PriceListId": "a6be4129-26b1-4616-be79-4596ac9be5d4",
"IsDeleted": 1,
"LiqLicense": "sample string 15"
}
application/xml, text/xml
Sample:
<CustomerData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <AccountNumber>sample string 2</AccountNumber> <BillToAddressId>c71e211b-0e1a-4e22-9b5e-4e085d464796</BillToAddressId> <BillToAddressee>sample string 10</BillToAddressee> <BillToAttention>sample string 11</BillToAttention> <BillToCustomerId>33702724-4e8d-4781-8fad-d9523a053c50</BillToCustomerId> <CollectionTypeId>ada03933-2de1-45ad-a2ef-b5a9e455cbd3</CollectionTypeId> <Contact>sample string 4</Contact> <DeliveryDays>sample string 12</DeliveryDays> <Email>sample string 7</Email> <Fax>sample string 6</Fax> <Id>659d5a93-3abe-4fab-82c8-f2206cc5a83e</Id> <Identifier>sample string 14</Identifier> <InventorySiteId>01be92eb-b44d-4716-941d-0ea54239d337</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>a6be4129-26b1-4616-be79-4596ac9be5d4</PriceListId> <ShipToAddressId>5480aa71-7a7a-446e-acd8-075e1ff89e2f</ShipToAddressId> <ShipToAddressee>sample string 8</ShipToAddressee> <ShipToAttention>sample string 9</ShipToAttention> <Status>1</Status> <TaxCodeId>3f988602-133c-4ca9-a30f-5b95977a7d35</TaxCodeId> <TermsId>fe1d0097-7fb0-4424-94fe-c805b07f5c73</TermsId> <Updated>2025-12-15T23:40:05.540488-05:00</Updated> </CustomerData>