GET Contributors;q={searchTerms}
Realiza la busqueda de uno o varios contribuyentes por una serie de datos especificos
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
searchTerms |
Termino a buscar |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Lista de Contribuyentes encontrados
Collection of ContributorDtoName | Description | Type | Additional information |
---|---|---|---|
Id |
ID del Registro |
integer |
None. |
Identification |
Numero de Identificacion |
string |
None. |
IdentificationTypeId |
Tipo de Identificacion |
integer |
None. |
BussinesName |
Nombre Comercial |
string |
None. |
TradeName |
Razon Social |
string |
None. |
Address |
Direccion |
string |
None. |
Phone |
Telefono |
string |
None. |
EmailAddresses |
Direcciones de correo electronico |
string |
None. |
ContributorTypeId |
Tipo de Contribuyente |
integer |
None. |
IssuerId |
Emisor |
integer |
None. |
IsSupplier |
Si el contribuyente Es Proveedor |
boolean |
None. |
IsCustomer |
Si el contribuyente Es Cliente |
boolean |
None. |
IsDriver |
Si el contribuyente Es Transportista |
boolean |
None. |
IsEnabled |
Si el registro esta habilitado y visible |
boolean |
None. |
CreatedOn |
Fecha de creacion del registro |
string |
None. |
LastModifiedOn |
Fecha de la ultima modificacion del registro |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Identification": "sample string 2", "IdentificationTypeId": 3, "BussinesName": "sample string 4", "TradeName": "sample string 5", "Address": "sample string 6", "Phone": "sample string 7", "EmailAddresses": "sample string 8", "ContributorTypeId": 9, "IssuerId": 10, "IsSupplier": true, "IsCustomer": true, "IsDriver": true, "IsEnabled": true, "CreatedOn": "sample string 15", "LastModifiedOn": "sample string 16" }, { "Id": 1, "Identification": "sample string 2", "IdentificationTypeId": 3, "BussinesName": "sample string 4", "TradeName": "sample string 5", "Address": "sample string 6", "Phone": "sample string 7", "EmailAddresses": "sample string 8", "ContributorTypeId": 9, "IssuerId": 10, "IsSupplier": true, "IsCustomer": true, "IsDriver": true, "IsEnabled": true, "CreatedOn": "sample string 15", "LastModifiedOn": "sample string 16" } ]