PUT api/Customers/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "9a9dc9ae-4047-4a48-b725-3ac9603774e5",
"AccountNumber": "sample string 2",
"Name": "sample string 3",
"Updated": "2025-12-15T23:39:19.0449603-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": "3e105808-4885-4f15-a9ed-e1f9699ddb6a",
"InventorySiteId": "800503cf-83ff-4a73-9c1b-5af24d2c0d1f",
"BillToAddressee": "sample string 10",
"BillToAttention": "sample string 11",
"BillToAddressId": "07bca91f-3435-4f6f-86f0-05046aed5655",
"CollectionTypeId": "076dc9f1-4951-4921-a585-68911e904fea",
"DeliveryDays": "sample string 12",
"Status": 1,
"Notes": "sample string 13",
"TaxCodeId": "c126774d-ab04-4439-8198-cbfec71a8efa",
"TermsId": "c3d80be9-cc9f-4801-9bc7-c93f0d8a63e6",
"BillToCustomerId": "03ed4ca4-3729-4c1a-ab56-150b7e4cac39",
"Identifier": "sample string 14",
"PriceListId": "541f6a38-9eb0-4c4b-b7f5-bcce49de6fe5",
"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>07bca91f-3435-4f6f-86f0-05046aed5655</BillToAddressId> <BillToAddressee>sample string 10</BillToAddressee> <BillToAttention>sample string 11</BillToAttention> <BillToCustomerId>03ed4ca4-3729-4c1a-ab56-150b7e4cac39</BillToCustomerId> <CollectionTypeId>076dc9f1-4951-4921-a585-68911e904fea</CollectionTypeId> <Contact>sample string 4</Contact> <DeliveryDays>sample string 12</DeliveryDays> <Email>sample string 7</Email> <Fax>sample string 6</Fax> <Id>9a9dc9ae-4047-4a48-b725-3ac9603774e5</Id> <Identifier>sample string 14</Identifier> <InventorySiteId>800503cf-83ff-4a73-9c1b-5af24d2c0d1f</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>541f6a38-9eb0-4c4b-b7f5-bcce49de6fe5</PriceListId> <ShipToAddressId>3e105808-4885-4f15-a9ed-e1f9699ddb6a</ShipToAddressId> <ShipToAddressee>sample string 8</ShipToAddressee> <ShipToAttention>sample string 9</ShipToAttention> <Status>1</Status> <TaxCodeId>c126774d-ab04-4439-8198-cbfec71a8efa</TaxCodeId> <TermsId>c3d80be9-cc9f-4801-9bc7-c93f0d8a63e6</TermsId> <Updated>2025-12-15T23:39:19.0449603-05:00</Updated> </CustomerData>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |