POST api/physician-data/update-request
Request Information
URI Parameters
None.
Body Parameters
UpdateReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ApiKey | string |
None. |
|
| SearchId | string |
None. |
|
| LatestReportId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ApiKey": "sample string 1",
"SearchId": "sample string 2",
"LatestReportId": 3
}
application/xml, text/xml
Sample:
<UpdateReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://fsmb.org/pdc/data/v1"> <ApiKey>sample string 1</ApiKey> <SearchId>sample string 2</SearchId> <LatestReportId>3</LatestReportId> </UpdateReportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultOfUpdateReportResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFailure | boolean |
None. |
|
| IsSuccess | boolean |
None. |
|
| Error | string |
None. |
|
| Value | UpdateReportResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsFailure": false,
"IsSuccess": true,
"Value": null
}
application/xml, text/xml
Sample:
<ResultOfUpdateReportResponse9R28cyM_S xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.datacontract.org/2004/07/CSharpFunctionalExtensions"> <IsFailure i:type="x:boolean" xmlns="">false</IsFailure> <IsSuccess i:type="x:boolean" xmlns="">true</IsSuccess> <Value i:nil="true" xmlns="" /> </ResultOfUpdateReportResponse9R28cyM_S>