POST Profile/CreateCCISportalComments
Request Information
URI Parameters
None.
Body Parameters
CCISCustomerPortalCommentsName | 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": "6540e677-9252-4b33-b484-80bf075bbaee", "subject": "sample string 2", "Description": "sample string 3", "RegardingObjectId": "eb7ae318-90c4-49c9-8a32-870d888be734", "RegardingObjectName": "sample string 5", "PriorityCode": 6, "StateCode": 7, "FileName": "sample string 8", "FileContent": "sample string 9", "CreatedDate": "2025-01-09T02:52:19.6979009+00:00", "DueDate": "2025-01-09T02:52:19.6979009+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-01-09T02:52:19.6979009+00:00</CreatedDate> <Description>sample string 3</Description> <Direction>11</Direction> <DueDate>2025-01-09T02:52:19.6979009+00:00</DueDate> <FileContent>sample string 9</FileContent> <FileName>sample string 8</FileName> <PriorityCode>6</PriorityCode> <RegardingObjectId>eb7ae318-90c4-49c9-8a32-870d888be734</RegardingObjectId> <RegardingObjectName>sample string 5</RegardingObjectName> <StateCode>7</StateCode> <frompage>sample string 10</frompage> <portalcommentsId>6540e677-9252-4b33-b484-80bf075bbaee</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.