POST Eauditor/CustomerUpdate
Request Information
URI Parameters
None.
Body Parameters
E_Auditor_Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Phone | string |
None. |
|
| CustomerGroupId | integer |
None. |
|
| CustomerGroupName | string |
None. |
|
| CustomerAdditionalInfo | Collection of CustomerAdditionalInfoDto |
None. |
|
| IsCustomerAdditionalInfoAvailable | boolean |
None. |
|
| unique_id | integer |
None. |
|
| customer_name | string |
None. |
|
| company_id | integer |
None. |
|
| created_by | integer |
None. |
|
| created_on | date |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Zip | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Phone": "sample string 2",
"CustomerGroupId": 3,
"CustomerGroupName": "sample string 4",
"CustomerAdditionalInfo": [
{
"UniqueId": 1,
"CustomerId": 2,
"FieldName": "sample string 3",
"FieldType": 1,
"FieldValue": "sample string 4",
"ShowInReport": true
},
{
"UniqueId": 1,
"CustomerId": 2,
"FieldName": "sample string 3",
"FieldType": 1,
"FieldValue": "sample string 4",
"ShowInReport": true
}
],
"IsCustomerAdditionalInfoAvailable": true,
"unique_id": 6,
"customer_name": "sample string 7",
"company_id": 8,
"created_by": 9,
"created_on": "2026-06-01T14:43:52.4562005-04:00",
"Address": "sample string 11",
"City": "sample string 12",
"State": "sample string 13",
"Zip": "sample string 14"
}
application/xml, text/xml
Sample:
<E_Auditor_Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities">
<Address xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 11</Address>
<City xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 12</City>
<State xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 13</State>
<Zip xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 14</Zip>
<company_id xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">8</company_id>
<created_by xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">9</created_by>
<created_on xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:43:52.4562005-04:00</created_on>
<customer_name xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 7</customer_name>
<unique_id xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">6</unique_id>
<CustomerAdditionalInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Services">
<d2p1:CustomerAdditionalInfoDto>
<d2p1:CustomerId>2</d2p1:CustomerId>
<d2p1:FieldName>sample string 3</d2p1:FieldName>
<d2p1:FieldType>1</d2p1:FieldType>
<d2p1:FieldValue>sample string 4</d2p1:FieldValue>
<d2p1:ShowInReport>true</d2p1:ShowInReport>
<d2p1:UniqueId>1</d2p1:UniqueId>
</d2p1:CustomerAdditionalInfoDto>
<d2p1:CustomerAdditionalInfoDto>
<d2p1:CustomerId>2</d2p1:CustomerId>
<d2p1:FieldName>sample string 3</d2p1:FieldName>
<d2p1:FieldType>1</d2p1:FieldType>
<d2p1:FieldValue>sample string 4</d2p1:FieldValue>
<d2p1:ShowInReport>true</d2p1:ShowInReport>
<d2p1:UniqueId>1</d2p1:UniqueId>
</d2p1:CustomerAdditionalInfoDto>
</CustomerAdditionalInfo>
<CustomerGroupId>3</CustomerGroupId>
<CustomerGroupName>sample string 4</CustomerGroupName>
<Email>sample string 1</Email>
<IsCustomerAdditionalInfoAvailable>true</IsCustomerAdditionalInfoAvailable>
<Phone>sample string 2</Phone>
</E_Auditor_Customer>
multipart/form-data
Sample:
<E_Auditor_Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Entities"><Address xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 11</Address><City xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 12</City><State xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 13</State><Zip xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 14</Zip><company_id xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">8</company_id><created_by xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">9</created_by><created_on xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">2026-06-01T14:43:52.4562005-04:00</created_on><customer_name xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">sample string 7</customer_name><unique_id xmlns="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Model.BaseClass">6</unique_id><CustomerAdditionalInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Li.CQATS.Audit.Library.Services"><d2p1:CustomerAdditionalInfoDto><d2p1:CustomerId>2</d2p1:CustomerId><d2p1:FieldName>sample string 3</d2p1:FieldName><d2p1:FieldType>1</d2p1:FieldType><d2p1:FieldValue>sample string 4</d2p1:FieldValue><d2p1:ShowInReport>true</d2p1:ShowInReport><d2p1:UniqueId>1</d2p1:UniqueId></d2p1:CustomerAdditionalInfoDto><d2p1:CustomerAdditionalInfoDto><d2p1:CustomerId>2</d2p1:CustomerId><d2p1:FieldName>sample string 3</d2p1:FieldName><d2p1:FieldType>1</d2p1:FieldType><d2p1:FieldValue>sample string 4</d2p1:FieldValue><d2p1:ShowInReport>true</d2p1:ShowInReport><d2p1:UniqueId>1</d2p1:UniqueId></d2p1:CustomerAdditionalInfoDto></CustomerAdditionalInfo><CustomerGroupId>3</CustomerGroupId><CustomerGroupName>sample string 4</CustomerGroupName><Email>sample string 1</Email><IsCustomerAdditionalInfoAvailable>true</IsCustomerAdditionalInfoAvailable><Phone>sample string 2</Phone></E_Auditor_Customer>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.