GET catalogs/product-types

TABLA: TIPOS DE PRODUCTO O SERVICIO

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Return a collection of Product Types

Collection of ProductTypeDto
NameDescriptionTypeAdditional information
Id

integer

None.

Name

Descripcion del tipo de producto

string

None.

Response Formats

application/json, text/json

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