POST api/ReportRequest/UpdateReportRequest
Request Information
URI Parameters
None.
Body Parameters
ReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | integer |
None. |
|
| FullName | string |
None. |
|
| EmailAddress | string |
None. |
|
| ReportType | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedDate | date |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestId": 1,
"FullName": "sample string 2",
"EmailAddress": "sample string 3",
"ReportType": "sample string 4",
"CreatedDate": "2025-12-21T08:58:37.1018243+00:00",
"UpdatedDate": "2025-12-21T08:58:37.1018243+00:00",
"Status": 1
}
application/xml, text/xml
Sample:
<ReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PDPS"> <CreatedDate>2025-12-21T08:58:37.1018243+00:00</CreatedDate> <EmailAddress>sample string 3</EmailAddress> <FullName>sample string 2</FullName> <ReportType>sample string 4</ReportType> <RequestId>1</RequestId> <Status>1</Status> <UpdatedDate>2025-12-21T08:58:37.1018243+00:00</UpdatedDate> </ReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| message | string |
None. |
|
| data | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.