POST externo/api/Comun/ObtenerDireccion

Request Information

URI Parameters

None.

Body Parameters

DomicilioGeograficoParametros
NameDescriptionTypeAdditional information
id

string

None.

idServicio

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "idServicio": 2
}

application/xml, text/xml

Sample:
<DomicilioGeograficoParametros xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.Ubicador.Api">
  <id>sample string 1</id>
  <idServicio>2</idServicio>
</DomicilioGeograficoParametros>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DomicilioGeograficoParametros'.

Response Information

Resource Description

JsonResponse
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

model

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "model": {}
}

application/xml, text/xml

Sample:
<JsonResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUV.CORE.MODELO.Comun.Data">
  <code>1</code>
  <message>sample string 2</message>
  <model />
</JsonResponse>