Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Purpose

Siigo provides a service that integrate with the government fiscalization solution in Colombia.

Configuration

siigoCustomerName / siigoAccessKey is Username/Password, set on System level

siigoApiUrl, url to Siigo Api on System level. Usually https://api.siigo.com

Manually created fields in settings

ownDefinedParameterForIDType, own defined parameter used to set which type of ID a person has
ownDefinedParameterForIdentification, own defined parameter for identification
ownDefinedParameterForCityName, own defined parameter used to force city from list of valid cities

SiigoScheduleTask

Parameters

requestsPerRun, integer for how many requests we use each time the task is run. Default 100.
dayInMonthForPersonUpdate, to save requests we don't send updated person information every time. Default 10.

Objects we synchronize

Person

IdType = External integration codes from the manually created field in ownDefinedParameterForIDType, default 13 (id)
Address fetch the city tax information from external integration codes in ownDefinedParameterForCityName

Invoice / Receipt

id = Setting siigoDocumentId
date = Date when sending the invoice to Siigo, schedule task run timepoint
seller = Setting siigoSellerId
orderitem code = Setting siigoItemCode
orderitem tax = Setting siigoVatId
payment id = External code from the payment method used

Note:
We always send header Partner-Id = "BRPSystems" in all calls to Siigo

  • No labels