POST Crm/CRM_UpdateNote
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.CRM_CustomerNote| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| AcctNo | string |
None. |
|
| SubC | string |
None. |
|
| ContactCode | string |
None. |
|
| CustomerName | string |
None. |
|
| ContactName | string |
None. |
|
| Note | string |
None. |
|
| NoteVerbose | string |
None. |
|
| AddedBy | string |
None. |
|
| AddedByEmail | string |
None. |
|
| AddedByName | string |
None. |
|
| AddedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| FollowUpDate | date |
None. |
|
| FollowUpDateVerbose | string |
None. |
|
| NoteDocId | globally unique identifier |
None. |
|
| IsComplete | boolean |
None. |
|
| FollowupCategoryId | globally unique identifier |
None. |
|
| DetailNoteId | globally unique identifier |
None. |
|
| FollowupCategory | string |
None. |
|
| Tags | Collection of XS.CoreApi.Pentagon.Model.CRM_Tag |
None. |
|
| CATEGORY_CODE | string |
None. |
|
| CallType | string |
None. |
|
| CallCategory | string |
None. |
|
| CallCategoryName | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| NotePlainText | string |
None. |
|
| AssignedTo | string |
None. |
|
| AssignedDate | date |
None. |
|
| CustomerVisitId | integer |
None. |
|
| IsSendNotification | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "97e16511-c1e8-41dd-98a0-84306090a307",
"AcctNo": "sample string 2",
"SubC": "sample string 3",
"ContactCode": "sample string 4",
"CustomerName": "sample string 5",
"ContactName": "sample string 6",
"Note": "sample string 7",
"NoteVerbose": "sample string 8",
"AddedBy": "sample string 9",
"AddedByEmail": "sample string 10",
"AddedByName": "sample string 11",
"AddedDate": "2026-06-04T17:41:07.9259844-04:00",
"UpdatedDate": "2026-06-04T17:41:07.9259844-04:00",
"FollowUpDate": "2026-06-04T17:41:07.9259844-04:00",
"FollowUpDateVerbose": "sample string 12",
"NoteDocId": "2ea04ab0-32d5-41ab-89eb-2766f5a460a1",
"IsComplete": true,
"FollowupCategoryId": "ebbe126f-d59f-42cd-ad2a-60193da6f6a9",
"DetailNoteId": "42cbd02c-521e-4d23-8b88-2059960a21a8",
"FollowupCategory": "sample string 14",
"Tags": [
{
"Id": "c7ee0b9b-04e2-4a66-93f5-7284e3f36714",
"Name": "sample string 2",
"TagType": "sample string 3",
"AddedBy": "sample string 4",
"AddedDate": "2026-06-04T17:41:07.9259844-04:00",
"UpdatedDate": "2026-06-04T17:41:07.9259844-04:00"
},
{
"Id": "c7ee0b9b-04e2-4a66-93f5-7284e3f36714",
"Name": "sample string 2",
"TagType": "sample string 3",
"AddedBy": "sample string 4",
"AddedDate": "2026-06-04T17:41:07.9259844-04:00",
"UpdatedDate": "2026-06-04T17:41:07.9259844-04:00"
}
],
"CATEGORY_CODE": "sample string 15",
"CallType": "sample string 16",
"CallCategory": "sample string 17",
"CallCategoryName": "sample string 18",
"IsDeleted": true,
"NotePlainText": "sample string 20",
"AssignedTo": "sample string 21",
"AssignedDate": "2026-06-04T17:41:07.9259844-04:00",
"CustomerVisitId": 1,
"IsSendNotification": true
}
application/xml, text/xml
Sample:
<CRM_CustomerNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<AcctNo>sample string 2</AcctNo>
<AddedBy>sample string 9</AddedBy>
<AddedByEmail>sample string 10</AddedByEmail>
<AddedByName>sample string 11</AddedByName>
<AddedDate>2026-06-04T17:41:07.9259844-04:00</AddedDate>
<AssignedDate>2026-06-04T17:41:07.9259844-04:00</AssignedDate>
<AssignedTo>sample string 21</AssignedTo>
<CATEGORY_CODE>sample string 15</CATEGORY_CODE>
<CallCategory>sample string 17</CallCategory>
<CallCategoryName>sample string 18</CallCategoryName>
<CallType>sample string 16</CallType>
<ContactCode>sample string 4</ContactCode>
<ContactName>sample string 6</ContactName>
<CustomerName>sample string 5</CustomerName>
<CustomerVisitId>1</CustomerVisitId>
<DetailNoteId>42cbd02c-521e-4d23-8b88-2059960a21a8</DetailNoteId>
<FollowUpDate>2026-06-04T17:41:07.9259844-04:00</FollowUpDate>
<FollowUpDateVerbose>sample string 12</FollowUpDateVerbose>
<FollowupCategory>sample string 14</FollowupCategory>
<FollowupCategoryId>ebbe126f-d59f-42cd-ad2a-60193da6f6a9</FollowupCategoryId>
<Id>97e16511-c1e8-41dd-98a0-84306090a307</Id>
<IsComplete>true</IsComplete>
<IsDeleted>true</IsDeleted>
<IsSendNotification>true</IsSendNotification>
<Note>sample string 7</Note>
<NoteDocId>2ea04ab0-32d5-41ab-89eb-2766f5a460a1</NoteDocId>
<NotePlainText>sample string 20</NotePlainText>
<NoteVerbose>sample string 8</NoteVerbose>
<SubC>sample string 3</SubC>
<Tags>
<CRM_Tag>
<AddedBy>sample string 4</AddedBy>
<AddedDate>2026-06-04T17:41:07.9259844-04:00</AddedDate>
<Id>c7ee0b9b-04e2-4a66-93f5-7284e3f36714</Id>
<Name>sample string 2</Name>
<TagType>sample string 3</TagType>
<UpdatedDate>2026-06-04T17:41:07.9259844-04:00</UpdatedDate>
</CRM_Tag>
<CRM_Tag>
<AddedBy>sample string 4</AddedBy>
<AddedDate>2026-06-04T17:41:07.9259844-04:00</AddedDate>
<Id>c7ee0b9b-04e2-4a66-93f5-7284e3f36714</Id>
<Name>sample string 2</Name>
<TagType>sample string 3</TagType>
<UpdatedDate>2026-06-04T17:41:07.9259844-04:00</UpdatedDate>
</CRM_Tag>
</Tags>
<UpdatedDate>2026-06-04T17:41:07.9259844-04:00</UpdatedDate>
</CRM_CustomerNote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |