POST api/integration/SaveComplaintNotes
Request Information
URI Parameters
None.
Body Parameters
Collection of ComplaintNotes| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTOMER_ID | string |
None. |
|
| DATE_LAST_UPDATED | string |
None. |
|
| WHI_ENTERING | string |
None. |
|
| COMPLAINT_BLOB | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"customeR_ID": "sample string 1",
"datE_LAST_UPDATED": "sample string 2",
"whI_ENTERING": "sample string 3",
"complainT_BLOB": "sample string 4"
},
{
"customeR_ID": "sample string 1",
"datE_LAST_UPDATED": "sample string 2",
"whI_ENTERING": "sample string 3",
"complainT_BLOB": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfComplaintNotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DOL.WHD.Section14c.Domain.ViewModels.Integration">
<ComplaintNotes>
<COMPLAINT_BLOB>sample string 4</COMPLAINT_BLOB>
<CUSTOMER_ID>sample string 1</CUSTOMER_ID>
<DATE_LAST_UPDATED>sample string 2</DATE_LAST_UPDATED>
<WHI_ENTERING>sample string 3</WHI_ENTERING>
</ComplaintNotes>
<ComplaintNotes>
<COMPLAINT_BLOB>sample string 4</COMPLAINT_BLOB>
<CUSTOMER_ID>sample string 1</CUSTOMER_ID>
<DATE_LAST_UPDATED>sample string 2</DATE_LAST_UPDATED>
<WHI_ENTERING>sample string 3</WHI_ENTERING>
</ComplaintNotes>
</ArrayOfComplaintNotes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.