GET api/TomaDeMarcaciones

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of cpContactoSoporte
NameDescriptionTypeAdditional information
Id

integer

None.

Nombre

string

None.

Email

string

None.

Celular

string

None.

Activo

boolean

None.

EntityKey

EntityKey

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "Nombre": "sample string 2",
    "Email": "sample string 3",
    "Celular": "sample string 4",
    "Activo": true,
    "EntityKey": null
  },
  {
    "$ref": "1"
  }
]

text/html

Sample:
[{"$id":"1","Id":1,"Nombre":"sample string 2","Email":"sample string 3","Celular":"sample string 4","Activo":true,"EntityKey":null},{"$ref":"1"}]

application/xml, text/xml

Sample:
<ArrayOfcpContactoSoporte xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GeDocAPI.Data">
  <cpContactoSoporte z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <EntityKey xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Data" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/System.Data.Objects.DataClasses" />
    <Activo>true</Activo>
    <Celular>sample string 4</Celular>
    <Email>sample string 3</Email>
    <Id>1</Id>
    <Nombre>sample string 2</Nombre>
  </cpContactoSoporte>
  <cpContactoSoporte z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfcpContactoSoporte>