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": "df9411e0-ad91-486f-ad78-c04367a37dcf",
"subject": "sample string 2",
"Description": "sample string 3",
"RegardingObjectId": "da033fa5-72e9-423e-aa1c-7cad11d9b184",
"RegardingObjectName": "sample string 5",
"PriorityCode": 6,
"StateCode": 7,
"FileName": "sample string 8",
"FileContent": "sample string 9",
"CreatedDate": "2025-11-02T22:04:22.6683805+00:00",
"DueDate": "2025-11-02T22:04:22.6683805+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-11-02T22:04:22.6683805+00:00</CreatedDate> <Description>sample string 3</Description> <Direction>11</Direction> <DueDate>2025-11-02T22:04:22.6683805+00:00</DueDate> <FileContent>sample string 9</FileContent> <FileName>sample string 8</FileName> <PriorityCode>6</PriorityCode> <RegardingObjectId>da033fa5-72e9-423e-aa1c-7cad11d9b184</RegardingObjectId> <RegardingObjectName>sample string 5</RegardingObjectName> <StateCode>7</StateCode> <frompage>sample string 10</frompage> <portalcommentsId>df9411e0-ad91-486f-ad78-c04367a37dcf</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.