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": "55e004e2-eb9c-4500-8e95-45017a78c885",
"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-04-03T08:47:37.2029242-04:00",
"UpdatedDate": "2026-04-03T08:47:37.2039239-04:00",
"FollowUpDate": "2026-04-03T08:47:37.2039239-04:00",
"FollowUpDateVerbose": "sample string 12",
"NoteDocId": "e9e2829a-fb0f-4d66-bf57-05006077a5e6",
"IsComplete": true,
"FollowupCategoryId": "e423d7d5-4c34-48f0-b9ff-94b732668887",
"DetailNoteId": "fb18934e-7780-42c8-a8d8-86e77245f9ec",
"FollowupCategory": "sample string 14",
"Tags": [
{
"Id": "3b7bc1e4-2a5d-464f-b231-ddc6c26047a5",
"Name": "sample string 2",
"TagType": "sample string 3",
"AddedBy": "sample string 4",
"AddedDate": "2026-04-03T08:47:37.2039239-04:00",
"UpdatedDate": "2026-04-03T08:47:37.2039239-04:00"
},
{
"Id": "3b7bc1e4-2a5d-464f-b231-ddc6c26047a5",
"Name": "sample string 2",
"TagType": "sample string 3",
"AddedBy": "sample string 4",
"AddedDate": "2026-04-03T08:47:37.2039239-04:00",
"UpdatedDate": "2026-04-03T08:47:37.2039239-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-04-03T08:47:37.2049268-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-04-03T08:47:37.2029242-04:00</AddedDate>
<AssignedDate>2026-04-03T08:47:37.2049268-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>fb18934e-7780-42c8-a8d8-86e77245f9ec</DetailNoteId>
<FollowUpDate>2026-04-03T08:47:37.2039239-04:00</FollowUpDate>
<FollowUpDateVerbose>sample string 12</FollowUpDateVerbose>
<FollowupCategory>sample string 14</FollowupCategory>
<FollowupCategoryId>e423d7d5-4c34-48f0-b9ff-94b732668887</FollowupCategoryId>
<Id>55e004e2-eb9c-4500-8e95-45017a78c885</Id>
<IsComplete>true</IsComplete>
<IsDeleted>true</IsDeleted>
<IsSendNotification>true</IsSendNotification>
<Note>sample string 7</Note>
<NoteDocId>e9e2829a-fb0f-4d66-bf57-05006077a5e6</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-04-03T08:47:37.2039239-04:00</AddedDate>
<Id>3b7bc1e4-2a5d-464f-b231-ddc6c26047a5</Id>
<Name>sample string 2</Name>
<TagType>sample string 3</TagType>
<UpdatedDate>2026-04-03T08:47:37.2039239-04:00</UpdatedDate>
</CRM_Tag>
<CRM_Tag>
<AddedBy>sample string 4</AddedBy>
<AddedDate>2026-04-03T08:47:37.2039239-04:00</AddedDate>
<Id>3b7bc1e4-2a5d-464f-b231-ddc6c26047a5</Id>
<Name>sample string 2</Name>
<TagType>sample string 3</TagType>
<UpdatedDate>2026-04-03T08:47:37.2039239-04:00</UpdatedDate>
</CRM_Tag>
</Tags>
<UpdatedDate>2026-04-03T08:47:37.2039239-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. |