Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Import Link Fixer


Panel
titleEstado

<

Status
colourGreen
titleEn uso
>

Info
titleEn Uso

Cuando un requisito de sistema software tenga el estado En Uso significa que está disponible para su uso.


...

Descripción

Servicio para consulta de distribuidores por empresa o por distribuidor.

Entidad BDCpersona / persona_rol
Tipo de PeticiónGET
Parámetros


CamposDescripciónReglas de negocio
businessId
  • Id de la Empresa a la que pertenece la información que se quiere consultar.
  • Obligatorio
  • Los valores se pueden consultar en maestro de empresas.
  • En caso de consultar a las empresas que pertenece el distribuidor el valor deberá ser 0.


sellerId
  • Id del distribuidor
  • ObligatorioEn caso de consultar todos los distribuidores de una empresa el valor deberá ser 0.


  • En caso de ser un valor distinto entrega el siguiente mensaje:

    <code>404</code>
    <message>El valor indicado no es permitido.</message>



Ejemplo de llamada o de formulario

https://homol.uno-internacional.com/wssb/crm/seller/00000000-0000-1000-0000-000006605542


Respuesta


Code Block
languagexml
titleGET
<seller refId="00000000-0000-1000-0000-000006605542">
    <type>Distributor</type>
    <name>
        <firstName>Distribuidor B</firstName>
        <middleName></middleName>
        <lastName></lastName>
    </name>
    <sex>Legal</sex>
    <language>ES</language>
    <country>CO</country>
    <timeZone>CO.STD</timeZone>
    <erpId>ERP000897</erpId>
    <officialId></officialId>
    <taxId>MOCX850516XXX</taxId>
    <businessList>
        <business active="true" param="CO/UNOI">00000000-0000-1000-0000-000000000002</business>
        <business active="true" param="CO/SINN">00000000-0000-1000-0000-000000000032</business>
        <business active="true" param="CO/COMP">00000000-0000-1000-0000-000000000010</business>
    </businessList>
    <addressList>
        <address addressType="Physical">
            <street>
                <line1>CALLE 8 DE MAYO actualizado</line1>
            </street>
            <city>Colombia</city>
            <neighborhood>PLANETARIO LINDAVISTAacrualizado</neighborhood>
            <postalCode>07300</postalCode>
            <buildingSiteNumber>2</buildingSiteNumber>
            <county>Margarita</county>
            <stateProvince>Bolívar</stateProvince>
            <countyRefId>00000000-0000-1000-0000-000000015434</countyRefId>
        </address>
        <address addressType="Mailing">
            <street>
                <line1>CALLE 8 DE MAYO actualizado</line1>
            </street>
            <city>Colombia</city>
            <neighborhood>PLANETARIO LINDAVISTA</neighborhood>
            <postalCode>0730011111</postalCode>
            <buildingSiteNumber>2</buildingSiteNumber>
            <county>Margarita</county>
            <stateProvince>Bolívar</stateProvince>
            <countyRefId>00000000-0000-1000-0000-000000015434</countyRefId>
        </address>
        <address addressType="Shipping">
            <street>
                <line1>CALLE 8 DE MAYO</line1>
            </street>
            <city>Colombia</city>
            <neighborhood>PLANETARIO LINDAVISTAactualizado</neighborhood>
            <postalCode>07300</postalCode>
            <buildingSiteNumber>2</buildingSiteNumber>
            <county>Margarita</county>
            <stateProvince>Bolívar</stateProvince>
            <countyRefId>00000000-0000-1000-0000-000000015434</countyRefId>
        </address>
    </addressList>
    <phoneNumberList>
        <phoneNumber phoneNumberType="Home">
            <number>53956782</number>
        </phoneNumber>
        <phoneNumber phoneNumberType="Mobile">
            <number>5537651829</number>
        </phoneNumber>
    </phoneNumberList>
    <email>www.seller.com</email>
    <website>staff@seller.com</website>
</seller>


Error


Code Block
languagexml
<error refId="00000000-0000-1000-0000-000000000000">
    <code>400</code>
    <message>Debe especificar el identificador de la empresa.</message>
</error>


¿Quién lo utiliza y cómo?

 Es utilizado a través de integración CRM.

...