PUT request/customer/{CustomerId}/note/{NoteId}
Update a specific company notes
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
Required |
|
NoteId | integer |
Required |
Body Parameters
NotesPutName | Description | Type | Additional information |
---|---|---|---|
Note | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "note": "sample string 1" }
text/html
Sample:
{"note":"sample string 1"}
application/xml, text/xml
Sample:
<NotesPut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyUtilityGeniusForBusiness.Api.Models.Default"> <Note>sample string 1</Note> </NotesPut>
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>