<EN USO>
En Uso
Cuando un requisito de sistema software tenga el estado En Uso significa que está disponible para su uso.
Este servicio será utilizado por CRM para modificar distribuidores en BDC.
Situación actual
Descripción | Servicio para actualización entidad distribuidor. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Entidad BDC | persona / persona_rol | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tipo de Petición | PUT | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Parámetros |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Ejemplo de llamada o de formulario | https://homol.uno-internacional.com/wssb/crm/seller Payload <seller refId="00000000-0000-1000-0000-000006605511"> <type>Distributor</type> <name> <firstName>Distribuidora de libros Panamericana</firstName> <middleName></middleName> <lastName></lastName> </name> <sex>Legal</sex> <language>ES</language> <country>CO</country> <timeZone>CO.STD</timeZone> <erpId>ERP000898</erpId> <officialId></officialId> <taxId>MOCX850516XXX</taxId> <addressList> <address addressType="Physical"> <street> <line1>CALLE 8 DE MAYO</line1> </street> <city>Colombia</city> <neighborhood>PLANETARIO LINDAVISTA</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</line1> </street> <city>Colombia</city> <neighborhood>PLANETARIO LINDAVISTA</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>staff@seller.com</email> <website>www.seller.com</website> </seller> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Respuesta | PUT <updateResponse> <updates> <update id="00000000-0000-1000-0000-000006605389" statusCode="200" ></update> </updates> </updateResponse> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Error | <error refId="00000000-0000-1000-0000-000000000000"> <code>404</code> <message>No existe la entidad con clave especificada.</message> </error> | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
¿Quién lo utiliza y cómo? | Es utilizado a través de integración CRM. |