POST api/Entity/GetClientByBroker

Método para obtener Cliente asociado a Broker.

Request Information

URI Parameters

None.

Body Parameters

ClientBrokerModel
NombreDescripciónTipoInformación Adicional
IdentityDocument

Número de Documento de Identidad.

string

Required

IdentityDocumentType

Tipo de Documento de Identidad (DNI: 1 - RUC: 2)

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "IdentityDocument": "sample string 1",
  "IdentityDocumentType": 2
}

application/xml, text/xml

Sample:
<ClientBrokerModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sanitas.ServicesWeb.Outside.Models">
  <IdentityDocument>sample string 1</IdentityDocument>
  <IdentityDocumentType>2</IdentityDocumentType>
</ClientBrokerModel>

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 'ClientBrokerModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.