POST mensajes/Agregar
Request Information
URI Parameters
None.
Body Parameters
mensajesAgregarArgs| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| usuariosIdentificador | string |
None. |
|
| asunto | string |
None. |
|
| mensaje | string |
None. |
|
| enlace | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"usuariosIdentificador": "sample string 2",
"asunto": "sample string 3",
"mensaje": "sample string 4",
"enlace": "sample string 5"
}
application/xml, text/xml
Sample:
<mensajesAgregarArgs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/tramitesWebApi"> <asunto>sample string 3</asunto> <codigo>sample string 1</codigo> <enlace>sample string 5</enlace> <mensaje>sample string 4</mensaje> <usuariosIdentificador>sample string 2</usuariosIdentificador> </mensajesAgregarArgs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.