GET api/protiempoes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of protiempo
NameDescriptionTypeAdditional information
id

integer

None.

idname

integer

None.

idcase

integer

None.

profesional

integer

None.

fecha

string

None.

tiempo

string

None.

descripcion

string

None.

registro

string

None.

tarifa

decimal number

None.

tiempodec

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "idname": 2,
    "idcase": 3,
    "profesional": 4,
    "fecha": "sample string 5",
    "tiempo": "sample string 6",
    "descripcion": "sample string 7",
    "registro": "sample string 8",
    "tarifa": 1.0,
    "tiempodec": 1.0
  },
  {
    "id": 1,
    "idname": 2,
    "idcase": 3,
    "profesional": 4,
    "fecha": "sample string 5",
    "tiempo": "sample string 6",
    "descripcion": "sample string 7",
    "registro": "sample string 8",
    "tarifa": 1.0,
    "tiempodec": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfprotiempo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CtlApi.Models">
  <protiempo>
    <descripcion>sample string 7</descripcion>
    <fecha>sample string 5</fecha>
    <id>1</id>
    <idcase>3</idcase>
    <idname>2</idname>
    <profesional>4</profesional>
    <registro>sample string 8</registro>
    <tarifa>1</tarifa>
    <tiempo>sample string 6</tiempo>
    <tiempodec>1</tiempodec>
  </protiempo>
  <protiempo>
    <descripcion>sample string 7</descripcion>
    <fecha>sample string 5</fecha>
    <id>1</id>
    <idcase>3</idcase>
    <idname>2</idname>
    <profesional>4</profesional>
    <registro>sample string 8</registro>
    <tarifa>1</tarifa>
    <tiempo>sample string 6</tiempo>
    <tiempodec>1</tiempodec>
  </protiempo>
</ArrayOfprotiempo>