POST api/Expediente/GetPartesExpediente
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": "68147254-6545-420d-aacb-40ccf25efd67",
"anio": 3,
"numero": 4,
"tipoAsunto": "a2e2ace7-e8d8-4317-b3f0-74b7fca18190",
"juzgado": "d2bddd32-1067-4e1d-8e48-3c6d4c6be8fe",
"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.