POST api/controlingreso
Request Information
URI Parameters
None.
Body Parameters
ControlIngresoRQT| Name | Description | Type | Additional information | 
|---|---|---|---|
| Token | string | 
                             None.  | 
                |
| IDRol | integer | 
                             None.  | 
                |
| TipoB | integer | 
                             None.  | 
                |
| Code1 | string | 
                             None.  | 
                |
| Code2 | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Token": "sample string 1",
  "IDRol": 2,
  "TipoB": 3,
  "Code1": "sample string 4",
  "Code2": "sample string 5"
}
        text/xml
            Sample:
        <ControlIngresoRQT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContransAPI.Models"> <Code1>sample string 4</Code1> <Code2>sample string 5</Code2> <IDRol>2</IDRol> <TipoB>3</TipoB> <Token>sample string 1</Token> </ControlIngresoRQT>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
ControlIngresoRPS| Name | Description | Type | Additional information | 
|---|---|---|---|
| CodMsj | integer | 
                             None.  | 
                |
| Msj | string | 
                             None.  | 
                |
| Data | ControlIngresoListRPS | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.