PUT api/contact/PutNotes
Request Information
URI Parameters
None.
Body Parameters
ContactNotesUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SponsorId | integer |
None. |
|
| ContactId | integer |
None. |
|
| Note | string |
None. |
Request Formats
[application/json, { "SponsorId": 1, "ContactId": 2, "Note": "sample string 3" }][text/json, { "SponsorId": 1, "ContactId": 2, "Note": "sample string 3" }][application/xml, <ContactNotesUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rebelity.CM.Model"> <ContactId>2</ContactId> <Note>sample string 3</Note> <SponsorId>1</SponsorId> </ContactNotesUpdateModel>][text/xml, <ContactNotesUpdateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Rebelity.CM.Model"> <ContactId>2</ContactId> <Note>sample string 3</Note> <SponsorId>1</SponsorId> </ContactNotesUpdateModel>][application/x-www-form-urlencoded, Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ContactNotesUpdateModel'.]Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |