<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://felcowiki.thefactoryhka.com.co/index.php?action=history&amp;feed=atom&amp;title=UpdateClient_API</id>
	<title>UpdateClient API - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="http://felcowiki.thefactoryhka.com.co/index.php?action=history&amp;feed=atom&amp;title=UpdateClient_API"/>
	<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=UpdateClient_API&amp;action=history"/>
	<updated>2026-06-03T23:36:40Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.42.0</generator>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=UpdateClient_API&amp;diff=5224&amp;oldid=prev</id>
		<title>Nhoyos: Página creada con «The &#039;&#039;&#039;UpdateCustomer&#039;&#039;&#039; API is a development developed by The Factory HKA team which offers the taxpayer the possibility of updating the catalog of clients registered in t…»</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=UpdateClient_API&amp;diff=5224&amp;oldid=prev"/>
		<updated>2024-01-19T19:56:07Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «The &amp;#039;&amp;#039;&amp;#039;UpdateCustomer&amp;#039;&amp;#039;&amp;#039; API is a development developed by The Factory HKA team which offers the taxpayer the possibility of updating the catalog of clients registered in t…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;UpdateCustomer&amp;#039;&amp;#039;&amp;#039; API is a development developed by The Factory HKA team which offers the taxpayer the possibility of updating the catalog of clients registered in the HKA Invoice portal in a demo environment and in a production environment or to be carried out the consumption of the service through the &amp;lt;u&amp;gt;UpdateCustomer&amp;lt;/u&amp;gt; API.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;#039;&amp;#039;&amp;#039;@IMPORTANT:&amp;#039;&amp;#039;&amp;#039;&amp;lt;/font&amp;gt; The UpdateClient Api is built in the PUT method. For the consumption of this service, two specific urls have been established in the DEMO environment and the PRODUCTION environment, which can be found below:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;For more information you can consult the URLs in the following section:&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
  &amp;#039;&amp;#039;&amp;#039;[[Tips_Issue_Urls #UpdateCustomer|UpdateCustomer]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The structure that must be considered in the construction of the Request and Response of the &amp;#039;&amp;#039;&amp;#039;UpdateClient&amp;#039;&amp;#039;&amp;#039; service is documented below and in this way guarantee the implementation of this new method:&lt;br /&gt;
&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Nit&lt;br /&gt;
|Document number of the issuing taxpayer.&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|CompanyToken&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia according to the environment to be consulted&lt;br /&gt;
|-&lt;br /&gt;
|TokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|SecretKey&lt;br /&gt;
|Defined by the issuing taxpayer through the HKA Electronic Invoice portal in a demo environment and in a production environment &amp;lt;u&amp;gt;&amp;#039;&amp;#039;&amp;#039;COMING SOON&amp;#039;&amp;#039;&amp;#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Client&amp;gt;&lt;br /&gt;
|Client&lt;br /&gt;
|Parameters that make up the Customer class of the Invoice Object&lt;br /&gt;
|-&lt;br /&gt;
|Address&lt;br /&gt;
|CustomerAddress&lt;br /&gt;
|Parameters that make up the CustomerAddress class of the Invoice Object&lt;br /&gt;
|-&lt;br /&gt;
|Address&lt;br /&gt;
|FiscalAddress&lt;br /&gt;
|Parameters that make up the TaxAddress class of the Invoice Object&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Tributes&amp;gt;&lt;br /&gt;
|tax details&lt;br /&gt;
|Parameters that make up the Tax Details class of the Invoice Object&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Obligations&amp;gt;&lt;br /&gt;
|Responsibilities&lt;br /&gt;
|Parameters that make up the Tax Details class of the Invoice Object&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Economic Activities&lt;br /&gt;
|Parameters that make up the Customer class of the Invoice Object&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Economic Activities&lt;br /&gt;
|Parameters that make up the Customer class of the Invoice Object&lt;br /&gt;
|}&lt;br /&gt;
Where Class.Client contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ClientId&lt;br /&gt;
|Code with which the client identifies himself.&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Active&lt;br /&gt;
|Indicates the current status of the client to be updated&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|PersonType&lt;br /&gt;
|Person type identifier. The content of this attribute corresponds to one of the values of [[Property code tables for document issuance - Manual Index Direct Integration#Table 5|Table 5]]&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|DescriptionTypePerson&lt;br /&gt;
|Indicate if it is Natural or Legal according to the catalog&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|SocialReason&lt;br /&gt;
|Name or Company Name of the acquirer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|BusinessName&lt;br /&gt;
|Commercial name of the acquirer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Names&lt;br /&gt;
|Contact Name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Contact Last Name&lt;br /&gt;
|Contact Name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|IdTypeIdentification&lt;br /&gt;
|Id that identifies the type of identification of the acquirer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|IdentificationType&lt;br /&gt;
|Type of identification of the acquirer. The content of this attribute must correspond to one of the values of the [[Property code tables for document issuance - Manual Index Direct Integration#Table 3|Table 3]]&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|DescriptionTypeIdentification&lt;br /&gt;
|Indicates the type of document of the acquirer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|IdentificationNumber&lt;br /&gt;
| Document Number or Tax Identification of the acquirer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|DvIdentificationNumber&lt;br /&gt;
|NIT verification digit of the acquirer. If identificationType = 31.&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|RegimeId&lt;br /&gt;
|Code with which the registered regime is indicated.&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Regime&lt;br /&gt;
|Acquirer regime&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Mail&lt;br /&gt;
|Email of the acquirer that will go to the XML/UBL fiscalRegime of the acquirer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Phone&lt;br /&gt;
|Phone of the acquirer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Fax&lt;br /&gt;
|Telefax&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Reference&lt;br /&gt;
|Acquirer reference record&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ContactName&lt;br /&gt;
|Contact Name.&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Note&lt;br /&gt;
| Additional contact note&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|Notify&lt;br /&gt;
| Activate sending email to the acquirer. Possible values: “YES” or “NO”.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Nhoyos</name></author>
	</entry>
</feed>