POST api/DocumentList/VerificaClave
Documentation for 'VerificaClave'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | Documentation for 'model'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"API_KEY": "sample string 1",
"EMPRESA": "sample string 2",
"VALIDA": "sample string 3",
"TIPO": "sample string 4",
"VAL1": "sample string 5",
"VAL2": "sample string 6"
}
application/xml, text/xml
Sample:
<VerificaClave xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISCMobileApp_API.Models"> <API_KEY>sample string 1</API_KEY> <EMPRESA>sample string 2</EMPRESA> <TIPO>sample string 4</TIPO> <VAL1>sample string 5</VAL1> <VAL2>sample string 6</VAL2> <VALIDA>sample string 3</VALIDA> </VerificaClave>
application/x-www-form-urlencoded
Sample:
Sample not available.