POST api/Weigh/UpdateCustomerNotes
Request Information
URI Parameters
None.
Body Parameters
CustomerNotes| Name | Description | Type | Additional information |
|---|---|---|---|
| customer_notes | string |
None. |
|
| apiKey | string |
None. |
|
| user_id | string |
None. |
|
| pageLocation | string |
None. |
|
| voiceNoteReference | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"customer_notes": "sample string 1",
"apiKey": "sample string 2",
"user_id": "sample string 3",
"pageLocation": "sample string 4",
"voiceNoteReference": "sample string 5"
}
application/xml, text/xml
Sample:
<WeighController.CustomerNotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cenmark.WebApi.Controllers"> <apiKey>sample string 2</apiKey> <customer_notes>sample string 1</customer_notes> <pageLocation>sample string 4</pageLocation> <user_id>sample string 3</user_id> <voiceNoteReference>sample string 5</voiceNoteReference> </WeighController.CustomerNotes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>