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": "e4851407-b55f-4413-b027-ffc9e0e77c10",
"subject": "sample string 2",
"Description": "sample string 3",
"RegardingObjectId": "fdc1da08-9bb3-4fdb-991e-c1e194b522af",
"RegardingObjectName": "sample string 5",
"PriorityCode": 6,
"StateCode": 7,
"FileName": "sample string 8",
"FileContent": "sample string 9",
"CreatedDate": "2025-12-20T23:27:21.5919919+00:00",
"DueDate": "2025-12-20T23:27:21.5919919+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>2025-12-20T23:27:21.5919919+00:00</CreatedDate> <Description>sample string 3</Description> <Direction>11</Direction> <DueDate>2025-12-20T23:27:21.5919919+00:00</DueDate> <FileContent>sample string 9</FileContent> <FileName>sample string 8</FileName> <PriorityCode>6</PriorityCode> <RegardingObjectId>fdc1da08-9bb3-4fdb-991e-c1e194b522af</RegardingObjectId> <RegardingObjectName>sample string 5</RegardingObjectName> <StateCode>7</StateCode> <frompage>sample string 10</frompage> <portalcommentsId>e4851407-b55f-4413-b027-ffc9e0e77c10</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.