POST WEvalForm/RemoveFile
Request Information
URI Parameters
None.
Body Parameters
RemoveFileRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TenantCode | string |
None. |
|
| UserId | string |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "10c73c9a-32d7-48a9-ac30-5baf864e14b3",
"TenantCode": "sample string 2",
"UserId": "sample string 3",
"CompanyCode": "sample string 4"
}
application/xml, text/xml
Sample:
<RemoveFileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Form"> <CompanyCode>sample string 4</CompanyCode> <TenantCode>sample string 2</TenantCode> <UserId>sample string 3</UserId> <Id>10c73c9a-32d7-48a9-ac30-5baf864e14b3</Id> </RemoveFileRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": true
}
application/xml, text/xml
Sample:
<RemoteResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model"> <Errors>sample string 2</Errors> <Result>true</Result> <Success>true</Success> <UnAuthorizedRequest>true</UnAuthorizedRequest> </RemoteResponseOfboolean>