POST Api/FileScanner/UpdateProfileStatement

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

StatementUpdateResult
NameDescriptionTypeAdditional information
ProfileId

string

None.

DocumentId

integer

None.

IsSuccess

boolean

None.

Error

string

None.

StackTrace

string

None.

Response Formats

application/json, text/json

Sample:
{
  "profileId": "sample string 1",
  "documentId": 2,
  "isSuccess": true,
  "error": "sample string 4",
  "stackTrace": "sample string 5"
}

multipart/form-data

Sample:
{"profileId":"sample string 1","documentId":2,"isSuccess":true,"error":"sample string 4","stackTrace":"sample string 5"}

application/xml, text/xml

Sample:
<StatementUpdateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProfileId>sample string 1</ProfileId>
  <DocumentId>2</DocumentId>
  <IsSuccess>true</IsSuccess>
  <Error>sample string 4</Error>
  <StackTrace>sample string 5</StackTrace>
</StatementUpdateResult>