POST usuariosPersonas/Agregar

Request Information

URI Parameters

None.

Body Parameters

usuariosPersonasAgregarArgs
NameDescriptionTypeAdditional information
usuariosIdentificador

string

None.

personasIdentificador

string

None.

Request Formats

application/json, text/json

Sample:
{
  "usuariosIdentificador": "sample string 1",
  "personasIdentificador": "sample string 2"
}

application/xml, text/xml

Sample:
<usuariosPersonasAgregarArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tramitesWebApi">
  <personasIdentificador>sample string 2</personasIdentificador>
  <usuariosIdentificador>sample string 1</usuariosIdentificador>
</usuariosPersonasAgregarArgs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.