POST tanquecombustible/infotanquecombustiblexsucusal
Request Information
URI Parameters
None.
Body Parameters
eVMFiltroEmpresaSucursal| Name | Description | Type | Additional information |
|---|---|---|---|
| cod_empresa | string |
Required String length: inclusive between 5 and 5 |
|
| cod_sucursal | string |
Required String length: inclusive between 4 and 4 |
|
| mime | string |
Required String length: inclusive between 0 and 64 |
|
| user_logged | string |
Required String length: inclusive between 0 and 15 |
|
| dominio | string |
Required String length: inclusive between 3 and 64 |
|
| token | string |
Required String length: inclusive between 0 and 128 |
Request Formats
application/json, text/json
Sample:
{
"cod_empresa": "sample string 1",
"cod_sucursal": "sample string 2",
"mime": "sample string 3",
"user_logged": "sample string 4",
"dominio": "sample string 5",
"token": "sample string 6"
}
application/xml, text/xml
Sample:
<eVMFiltroEmpresaSucursal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/apiReports.Models"> <cod_empresa>sample string 1</cod_empresa> <cod_sucursal>sample string 2</cod_sucursal> <dominio>sample string 5</dominio> <mime>sample string 3</mime> <token>sample string 6</token> <user_logged>sample string 4</user_logged> </eVMFiltroEmpresaSucursal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |