GET api/v100/AvailableTypes?CustomerId={CustomerId}
Devuelve los tipos simples disponibles para el identificador de cliente suministrado. El método devuelve un error si no existe ningún token suministrado o si éste no está habilitado para el cliente.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId |
Identificado único de cliente. |
integer |
Required |
Response Information
Resource Description
Lista de tipos simples disponibles para el cliente.
Collection of CredentialType| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeId | integer | ||
| ConfId | integer | ||
| Name | string | ||
| Description | string | ||
| Price | decimal number | ||
| Discount | decimal number | ||
| IdIVA | integer | ||
| PVP | decimal number | ||
| PerfilId | integer |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.