POST api/productor

Request Information

URI Parameters

None.

Body Parameters

ProductorBuscar
NameDescriptionTypeAdditional information
TipoIdentificacion

string

None.

NumeroIdentificacion

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TipoIdentificacion": "sample string 1",
  "NumeroIdentificacion": "sample string 2"
}

application/xml, text/xml

Sample:
<ProductorBuscar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LogicaPulep.Modelo">
  <NumeroIdentificacion>sample string 2</NumeroIdentificacion>
  <TipoIdentificacion>sample string 1</TipoIdentificacion>
</ProductorBuscar>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ProductorGet
NameDescriptionTypeAdditional information
CodigoProductor

string

None.

TipoIdentificacion

string

None.

NumeroIdentificacion

string

None.

RazonSocial

string

None.

TipoProductor

string

None.

TipoIdentificacionRepresentanteLegal

string

None.

NumeroIdentificacionRepresentanteLegal

string

None.

RepresentanteLegal

string

None.

Departamento

string

None.

DepartamentoCodigo

string

None.

Municipio

string

None.

MunicipioCodigo

string

None.

Direccion

string

None.

Telefono

string

None.

Correo

string

None.

PaginaWeb

string

None.

EstadoSolicitud

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CodigoProductor": "sample string 1",
  "TipoIdentificacion": "sample string 2",
  "NumeroIdentificacion": "sample string 3",
  "RazonSocial": "sample string 4",
  "TipoProductor": "sample string 5",
  "TipoIdentificacionRepresentanteLegal": "sample string 6",
  "NumeroIdentificacionRepresentanteLegal": "sample string 7",
  "RepresentanteLegal": "sample string 8",
  "Departamento": "sample string 9",
  "DepartamentoCodigo": "sample string 10",
  "Municipio": "sample string 11",
  "MunicipioCodigo": "sample string 12",
  "Direccion": "sample string 13",
  "Telefono": "sample string 14",
  "Correo": "sample string 15",
  "PaginaWeb": "sample string 16",
  "EstadoSolicitud": "sample string 17"
}

application/xml, text/xml

Sample:
<ProductorGet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LogicaPulep.Modelo">
  <CodigoProductor>sample string 1</CodigoProductor>
  <Correo>sample string 15</Correo>
  <Departamento>sample string 9</Departamento>
  <DepartamentoCodigo>sample string 10</DepartamentoCodigo>
  <Direccion>sample string 13</Direccion>
  <EstadoSolicitud>sample string 17</EstadoSolicitud>
  <Municipio>sample string 11</Municipio>
  <MunicipioCodigo>sample string 12</MunicipioCodigo>
  <NumeroIdentificacion>sample string 3</NumeroIdentificacion>
  <NumeroIdentificacionRepresentanteLegal>sample string 7</NumeroIdentificacionRepresentanteLegal>
  <PaginaWeb>sample string 16</PaginaWeb>
  <RazonSocial>sample string 4</RazonSocial>
  <RepresentanteLegal>sample string 8</RepresentanteLegal>
  <Telefono>sample string 14</Telefono>
  <TipoIdentificacion>sample string 2</TipoIdentificacion>
  <TipoIdentificacionRepresentanteLegal>sample string 6</TipoIdentificacionRepresentanteLegal>
  <TipoProductor>sample string 5</TipoProductor>
</ProductorGet>