PUT api/coperadores/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

coperadores
NameDescriptionTypeAdditional information
folio

integer

None.

nombre

string

Required

String length: inclusive between 0 and 200

apellido

string

String length: inclusive between 0 and 200

licenciatipo

string

String length: inclusive between 0 and 10

vigencia

date

None.

alta

date

None.

up_date

date

None.

usuarioin

string

String length: inclusive between 0 and 30

usuarioup

string

String length: inclusive between 0 and 30

estado

boolean

None.

vigencia_certificado_medico

date

None.

fecha_ingreso

date

None.

Request Formats

application/json, text/json

Sample:
{
  "folio": 1,
  "nombre": "sample string 2",
  "apellido": "sample string 3",
  "licenciatipo": "sample string 4",
  "vigencia": "2025-01-08T09:59:12.5379777-05:00",
  "alta": "2025-01-08T09:59:12.5379777-05:00",
  "up_date": "2025-01-08T09:59:12.5379777-05:00",
  "usuarioin": "sample string 6",
  "usuarioup": "sample string 7",
  "estado": true,
  "vigencia_certificado_medico": "2025-01-08T09:59:12.5379777-05:00",
  "fecha_ingreso": "2025-01-08T09:59:12.5379777-05:00"
}

application/xml, text/xml

Sample:
<coperadores xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GaribaldiApi.Models">
  <alta>2025-01-08T09:59:12.5379777-05:00</alta>
  <apellido>sample string 3</apellido>
  <estado>true</estado>
  <fecha_ingreso>2025-01-08T09:59:12.5379777-05:00</fecha_ingreso>
  <folio>1</folio>
  <licenciatipo>sample string 4</licenciatipo>
  <nombre>sample string 2</nombre>
  <up_date>2025-01-08T09:59:12.5379777-05:00</up_date>
  <usuarioin>sample string 6</usuarioin>
  <usuarioup>sample string 7</usuarioup>
  <vigencia>2025-01-08T09:59:12.5379777-05:00</vigencia>
  <vigencia_certificado_medico>2025-01-08T09:59:12.5379777-05:00</vigencia_certificado_medico>
</coperadores>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.