POST api/DEW/DERCommentList
Request Information
URI Parameters
None.
Body Parameters
DERCommentListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SeqNum | integer |
None. |
|
| DERNum | integer |
None. |
|
| SessionNum | integer |
None. |
|
| SessionPassword | Collection of byte |
None. |
|
| ApplicationCode | string |
None. |
|
| StagesURL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SeqNum": 1,
"DERNum": 1,
"SessionNum": 1,
"SessionPassword": "QEA=",
"ApplicationCode": "sample string 2",
"StagesURL": "sample string 3"
}
application/xml, text/xml
Sample:
<DERCommentListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models"> <StagesURL>sample string 3</StagesURL> <ApplicationCode>sample string 2</ApplicationCode> <SessionNum>1</SessionNum> <SessionPassword>QEA=</SessionPassword> <DERNum>1</DERNum> <SeqNum>1</SeqNum> </DERCommentListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DERCommentListRResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| CommentList | Collection of DERCommentListResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorMessage": "sample string 2",
"CommentList": [
{
"Comment": "sample string 1",
"Date": "2025-12-14T17:38:29.8256541-05:00",
"DERNum": 1,
"SeqNum": 2,
"UserName": "sample string 3",
"IgnoreFlag": "sample string 4",
"Screen": "sample string 5"
},
{
"Comment": "sample string 1",
"Date": "2025-12-14T17:38:29.8256541-05:00",
"DERNum": 1,
"SeqNum": 2,
"UserName": "sample string 3",
"IgnoreFlag": "sample string 4",
"Screen": "sample string 5"
}
]
}
application/xml, text/xml
Sample:
<DERCommentListRResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
<CommentList xmlns:d2p1="http://schemas.datacontract.org/2004/07/RapidAPI">
<d2p1:DERCommentListResult>
<d2p1:Comment>sample string 1</d2p1:Comment>
<d2p1:DERNum>1</d2p1:DERNum>
<d2p1:Date>2025-12-14T17:38:29.8256541-05:00</d2p1:Date>
<d2p1:IgnoreFlag>sample string 4</d2p1:IgnoreFlag>
<d2p1:Screen>sample string 5</d2p1:Screen>
<d2p1:SeqNum>2</d2p1:SeqNum>
<d2p1:UserName>sample string 3</d2p1:UserName>
</d2p1:DERCommentListResult>
<d2p1:DERCommentListResult>
<d2p1:Comment>sample string 1</d2p1:Comment>
<d2p1:DERNum>1</d2p1:DERNum>
<d2p1:Date>2025-12-14T17:38:29.8256541-05:00</d2p1:Date>
<d2p1:IgnoreFlag>sample string 4</d2p1:IgnoreFlag>
<d2p1:Screen>sample string 5</d2p1:Screen>
<d2p1:SeqNum>2</d2p1:SeqNum>
<d2p1:UserName>sample string 3</d2p1:UserName>
</d2p1:DERCommentListResult>
</CommentList>
<ErrorMessage>sample string 2</ErrorMessage>
<Success>true</Success>
</DERCommentListRResult>