POST api/GetDatosContacto?idContacto={idContacto}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
idContacto

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

TB_DatosContactoSucursales
NameDescriptionTypeAdditional information
idSucursal

globally unique identifier

None.

idContacto

globally unique identifier

None.

Nombre

string

None.

Paterno

string

None.

Materno

string

None.

num

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "idSucursal": "386e7d31-179b-4f1f-ab43-20f038c6852f",
  "idContacto": "5aaae9f1-c4ec-4755-9cca-ad61dadcb787",
  "Nombre": "sample string 3",
  "Paterno": "sample string 4",
  "Materno": "sample string 5",
  "num": 6
}