PUT api/users/customer
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CustomerID | integer |
None. |
|
CustomerDID | string |
None. |
|
Company | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
string |
None. |
||
BillStreet1 | string |
None. |
|
BillStreet2 | string |
None. |
|
BillCity | string |
None. |
|
BillState | string |
None. |
|
BillPostalCode | string |
None. |
|
BillCountry | string |
None. |
|
BillCounty | string |
None. |
|
ShipStreet1 | string |
None. |
|
ShipStreet2 | string |
None. |
|
ShipCity | string |
None. |
|
ShipState | string |
None. |
|
ShipPostalCode | string |
None. |
|
ShipCountry | string |
None. |
|
ShipCounty | string |
None. |
|
Phone1 | string |
None. |
|
Phone2 | string |
None. |
|
Phone3 | string |
None. |
|
Phone4 | string |
None. |
|
Phone5 | string |
None. |
|
Phone6 | string |
None. |
|
DateOfBirth | date |
None. |
|
ApplicationDate | string |
None. |
|
CustomerStatusTypeDescription | string |
None. |
|
PasswordRegex | IPasswordRegexType |
None. |
|
IsReceivingZipLingoMessages | boolean |
None. |
|
CustomerTypeID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
IOperationResultName | Description | Type | Additional information |
---|---|---|---|
IsSuccessful | boolean |
None. |
|
ValidationErrors | Dictionary of string [key] and string [value] |
None. |
|
Value | Object |
None. |
Response Formats
application/xml, text/xml
Sample:
<OperationResult> <IsSuccessful>False</IsSuccessful> <ValidationErrors /> <Value /> </OperationResult>
application/json, text/json
Sample:
{ "IsSuccessful": false, "ValidationErrors": {} }