GET api/ForwarderSocioNegocios/{id}

Obtiene la informacion de un socio de negocio por su número de indentificacion (int).

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

.

integer

Required

Body Parameters

None.

Response Information

Resource Description

FW_SocioNegocio
NameDescriptionTypeAdditional information
ID_SOCIO_NEGOCIO

.

integer

None.

NOMBRE

.

string

Required

String length: inclusive between 0 and 100

NOMBRE_FANTASIA

.

string

String length: inclusive between 0 and 150

DIRECCION

.

string

String length: inclusive between 0 and 100

ID_TIPO_DOCUMENTO

.

API-TipoDocumento

None.

DOCUMENTO

.

string

String length: inclusive between 0 and 13

TELEFONO

.

string

String length: inclusive between 0 and 30

MAIL1

.

string

Matching regular expression pattern: ^([^\s,;]+@[^\s,;]+\.[^\s,;]+[,;])*([^\s,;]+@[^\s,;]+\.[^\s,;]+)$

String length: inclusive between 0 and 500

MAIL2

.

string

String length: inclusive between 0 and 100

CardCodeSAP

.

string

String length: inclusive between 0 and 6

COMENTARIOS

.

string

Max length: 250

ComentarioCondicionDePago

.

string

String length: inclusive between 0 and 1000

CONTACTO

.

string

None.

Es_Agente

.

boolean

None.

Es_Consignee

.

boolean

None.

Es_Shipper

.

boolean

None.

ID_SOCIO_NEGOCIO_PADRE

.

integer

None.

ID_TIPO_SOCIO_NEGOCIO

.

EnumTipoSocioDeNegocio

Required

percepcion

.

decimal number

None.

Transportista

.

boolean

None.

TipoVenta

.

boolean

None.

CartaGarantiaDesde

.

date

None.

CartaGarantiaHasta

.

date

None.

FacturaDeCredito

.

boolean

None.

bonifCertiFlete

.

boolean

None.

bonifBL

.

boolean

None.

IdTipoDeTipoCambio

.

integer

None.

CodAlfAerolinea

.

string

String length: 2

CodNumAerolinea

.

string

String length: 3

IdCondicionDePago

.

integer

None.

ArregloExtraTipoCambio

.

decimal number

None.

fechaAlta

.

date

None.

usuarioAlta

.

integer

None.

fechaModificacion

.

date

None.

usuarioModificacion

.

integer

None.

activo

.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ID_SOCIO_NEGOCIO": 1,
  "NOMBRE": "sample string 2",
  "NOMBRE_FANTASIA": "sample string 3",
  "DIRECCION": "sample string 4",
  "ID_TIPO_DOCUMENTO": 0,
  "DOCUMENTO": "sample string 5",
  "TELEFONO": "sample string 6",
  "MAIL1": "sample string 7",
  "MAIL2": "sample string 8",
  "CardCodeSAP": "sample string 9",
  "COMENTARIOS": "sample string 10",
  "ComentarioCondicionDePago": "sample string 11",
  "CONTACTO": "sample string 12",
  "Es_Agente": true,
  "Es_Consignee": true,
  "Es_Shipper": true,
  "ID_SOCIO_NEGOCIO_PADRE": 1,
  "ID_TIPO_SOCIO_NEGOCIO": 1,
  "percepcion": 16.1,
  "Transportista": true,
  "TipoVenta": true,
  "CartaGarantiaDesde": "2025-12-06T01:33:29.3397803-03:00",
  "CartaGarantiaHasta": "2025-12-06T01:33:29.3397803-03:00",
  "FacturaDeCredito": true,
  "bonifCertiFlete": true,
  "bonifBL": true,
  "IdTipoDeTipoCambio": 1,
  "CodAlfAerolinea": "sample string 22",
  "CodNumAerolinea": "sample string 23",
  "IdCondicionDePago": 1,
  "ArregloExtraTipoCambio": 1.0,
  "fechaAlta": "2025-12-06T01:33:29.3397803-03:00",
  "usuarioAlta": 25,
  "fechaModificacion": "2025-12-06T01:33:29.3397803-03:00",
  "usuarioModificacion": 1,
  "activo": true
}

application/xml, text/xml

Sample:
<SocioNegocio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClimberApi.Models.Forwarder">
  <activo xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">true</activo>
  <fechaAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:33:29.3397803-03:00</fechaAlta>
  <fechaModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">2025-12-06T01:33:29.3397803-03:00</fechaModificacion>
  <usuarioAlta xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">25</usuarioAlta>
  <usuarioModificacion xmlns="http://schemas.datacontract.org/2004/07/Climber.Models">1</usuarioModificacion>
  <ArregloExtraTipoCambio>1</ArregloExtraTipoCambio>
  <COMENTARIOS>sample string 10</COMENTARIOS>
  <CONTACTO>sample string 12</CONTACTO>
  <CardCodeSAP>sample string 9</CardCodeSAP>
  <CartaGarantiaDesde>2025-12-06T01:33:29.3397803-03:00</CartaGarantiaDesde>
  <CartaGarantiaHasta>2025-12-06T01:33:29.3397803-03:00</CartaGarantiaHasta>
  <CodAlfAerolinea>sample string 22</CodAlfAerolinea>
  <CodNumAerolinea>sample string 23</CodNumAerolinea>
  <ComentarioCondicionDePago>sample string 11</ComentarioCondicionDePago>
  <DIRECCION>sample string 4</DIRECCION>
  <DOCUMENTO>sample string 5</DOCUMENTO>
  <Es_Agente>true</Es_Agente>
  <Es_Consignee>true</Es_Consignee>
  <Es_Shipper>true</Es_Shipper>
  <FacturaDeCredito>true</FacturaDeCredito>
  <ID_SOCIO_NEGOCIO>1</ID_SOCIO_NEGOCIO>
  <ID_SOCIO_NEGOCIO_PADRE>1</ID_SOCIO_NEGOCIO_PADRE>
  <ID_TIPO_DOCUMENTO>DNI</ID_TIPO_DOCUMENTO>
  <ID_TIPO_SOCIO_NEGOCIO>Cliente</ID_TIPO_SOCIO_NEGOCIO>
  <IdCondicionDePago>1</IdCondicionDePago>
  <IdTipoDeTipoCambio>1</IdTipoDeTipoCambio>
  <MAIL1>sample string 7</MAIL1>
  <MAIL2>sample string 8</MAIL2>
  <NOMBRE>sample string 2</NOMBRE>
  <NOMBRE_FANTASIA>sample string 3</NOMBRE_FANTASIA>
  <TELEFONO>sample string 6</TELEFONO>
  <TipoVenta>true</TipoVenta>
  <Transportista>true</Transportista>
  <bonifBL>true</bonifBL>
  <bonifCertiFlete>true</bonifCertiFlete>
  <percepcion>16.1</percepcion>
</SocioNegocio>