POST Collection/Collection_SendEmailAccountContact
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.Collection_InternalNote| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ACCTNO | string |
None. |
|
| SUBC | string |
None. |
|
| CompanyName | string |
None. |
|
| Notes | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ACCTNO": "sample string 2",
"SUBC": "sample string 3",
"CompanyName": "sample string 4",
"Notes": "sample string 5",
"CreatedBy": "sample string 6",
"CreatedOn": "2026-04-03T08:43:00.8438111-04:00"
}
application/xml, text/xml
Sample:
<Collection_InternalNote 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> <CompanyName>sample string 4</CompanyName> <CreatedBy>sample string 6</CreatedBy> <CreatedOn>2026-04-03T08:43:00.8438111-04:00</CreatedOn> <ID>1</ID> <Notes>sample string 5</Notes> <SUBC>sample string 3</SUBC> </Collection_InternalNote>
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. |