POST Profile/CreateCCISportalComments
Request Information
URI Parameters
None.
Body Parameters
CCISCustomerPortalComments| Name | Description | Type | Additional information |
|---|---|---|---|
| portalcommentsId | globally unique identifier |
None. |
|
| subject | string |
None. |
|
| Description | string |
None. |
|
| RegardingObjectId | globally unique identifier |
None. |
|
| RegardingObjectName | string |
None. |
|
| PriorityCode | integer |
None. |
|
| StateCode | integer |
None. |
|
| FileName | string |
None. |
|
| FileContent | string |
None. |
|
| CreatedDate | date |
None. |
|
| DueDate | date |
None. |
|
| frompage | string |
None. |
|
| Direction | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"portalcommentsId": "165d066a-d64c-4795-bd6d-41044d4092e1",
"subject": "sample string 2",
"Description": "sample string 3",
"RegardingObjectId": "999cecf7-7c2e-47d2-ba0d-ad7a7ddbf9a2",
"RegardingObjectName": "sample string 5",
"PriorityCode": 6,
"StateCode": 7,
"FileName": "sample string 8",
"FileContent": "sample string 9",
"CreatedDate": "2026-02-04T06:19:39.576735+00:00",
"DueDate": "2026-02-04T06:19:39.576735+00:00",
"frompage": "sample string 10",
"Direction": 11
}
application/xml, text/xml
Sample:
<CCISCustomerPortalComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caresenz.Model"> <CreatedDate>2026-02-04T06:19:39.576735+00:00</CreatedDate> <Description>sample string 3</Description> <Direction>11</Direction> <DueDate>2026-02-04T06:19:39.576735+00:00</DueDate> <FileContent>sample string 9</FileContent> <FileName>sample string 8</FileName> <PriorityCode>6</PriorityCode> <RegardingObjectId>999cecf7-7c2e-47d2-ba0d-ad7a7ddbf9a2</RegardingObjectId> <RegardingObjectName>sample string 5</RegardingObjectName> <StateCode>7</StateCode> <frompage>sample string 10</frompage> <portalcommentsId>165d066a-d64c-4795-bd6d-41044d4092e1</portalcommentsId> <subject>sample string 2</subject> </CCISCustomerPortalComments>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.