POST api/Expediente/AsuntoDisponible
Request Information
URI Parameters
None.
Body Parameters
VMExpediente| Name | Description | Type | Additional information |
|---|---|---|---|
| userName | string |
None. |
|
| password | string |
None. |
|
| tipoExpediente | globally unique identifier |
None. |
|
| anio | integer |
None. |
|
| numero | integer |
None. |
|
| tipoAsunto | globally unique identifier |
None. |
|
| juzgado | globally unique identifier |
None. |
|
| nombrePersona | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userName": "sample string 1",
"password": "sample string 2",
"tipoExpediente": "832a88f6-80a3-473d-9561-adac80b9edab",
"anio": 3,
"numero": 4,
"tipoAsunto": "602d9706-dbe9-496b-8b3d-fe53239f37bb",
"juzgado": "54c6eda2-65f8-4dd1-a3a2-5fda21218630",
"nombrePersona": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.