POST api/Patient/UpdatePatient

Request Information

URI Parameters

None.

Body Parameters

Patient
NameDescriptionTypeAdditional information
Name

string

None.

Code

integer

None.

U_CardCode

string

None.

U_Identificacion

string

None.

U_TipoIdentificacion

string

None.

U_Nombre

string

None.

U_Apellido1

string

None.

U_Apellido2

string

None.

U_FechaNacimiento

date

None.

U_Telefono1

string

None.

U_Telefono2

string

None.

U_Celular1

string

None.

U_Celular2

string

None.

U_Email

string

None.

U_Direccion

string

None.

U_Observacion

string

None.

U_Est_Paciente

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Code": 2,
  "U_CardCode": "sample string 3",
  "U_Identificacion": "sample string 4",
  "U_TipoIdentificacion": "sample string 5",
  "U_Nombre": "sample string 6",
  "U_Apellido1": "sample string 7",
  "U_Apellido2": "sample string 8",
  "U_FechaNacimiento": "2025-09-29T14:48:56.147935-06:00",
  "U_Telefono1": "sample string 10",
  "U_Telefono2": "sample string 11",
  "U_Celular1": "sample string 12",
  "U_Celular2": "sample string 13",
  "U_Email": "sample string 14",
  "U_Direccion": "sample string 15",
  "U_Observacion": "sample string 16",
  "U_Est_Paciente": "sample string 17"
}

application/xml, text/xml

Sample:
<Patient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CLVSSUPER.MODELS">
  <Code>2</Code>
  <Name>sample string 1</Name>
  <U_Apellido1>sample string 7</U_Apellido1>
  <U_Apellido2>sample string 8</U_Apellido2>
  <U_CardCode>sample string 3</U_CardCode>
  <U_Celular1>sample string 12</U_Celular1>
  <U_Celular2>sample string 13</U_Celular2>
  <U_Direccion>sample string 15</U_Direccion>
  <U_Email>sample string 14</U_Email>
  <U_Est_Paciente>sample string 17</U_Est_Paciente>
  <U_FechaNacimiento>2025-09-29T14:48:56.147935-06:00</U_FechaNacimiento>
  <U_Identificacion>sample string 4</U_Identificacion>
  <U_Nombre>sample string 6</U_Nombre>
  <U_Observacion>sample string 16</U_Observacion>
  <U_Telefono1>sample string 10</U_Telefono1>
  <U_Telefono2>sample string 11</U_Telefono2>
  <U_TipoIdentificacion>sample string 5</U_TipoIdentificacion>
</Patient>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.