POST api/Hermes/validarDocumentoHermes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResultContent
NameDescriptionTypeAdditional information
Success

boolean

None.

ResponseValue

string

None.

Code

integer

None.

Description

string

None.

ErrorException

Exception

None.

Base64

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "ResponseValue": "sample string 2",
  "Code": 3,
  "Description": "sample string 4",
  "ErrorException": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  },
  "Base64": "sample string 5"
}