POST api/SpotterIntegration/DeleteEncounterDocument?companyCode={companyCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyCode | string |
Required |
Body Parameters
EncounterDocumentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorEncounterId | integer |
None. |
|
| VendorCaseNo | integer |
None. |
|
| File | Collection of byte |
None. |
|
| FileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorEncounterId": 1,
"VendorCaseNo": 2,
"File": "QEA=",
"FileName": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AsapResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | string |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": "sample string 3",
"totalCount": 4
}