GET catalogs/contributor-types

TABLA: TIPOS DE CONTRIBUYENTES

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

return a collection of Contributor types

Collection of ContributorTypeDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

SriCode

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "SriCode": "sample string 3"
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "SriCode": "sample string 3"
  }
]