POST Mipres/GuardarPrescripcionMipres?IdEntrega={IdEntrega}
Método para recibir Dispensación desde Mipres y guardar en BD
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEntrega | integer |
Required |
Body Parameters
PrescripcionMipres| Name | Description | Type | Additional information |
|---|---|---|---|
| IdEntrega | integer |
None. |
|
| NoPrescripcion | string |
None. |
|
| TipoTec | string |
None. |
|
| ConTec | integer |
None. |
|
| TipoIDPaciente | string |
None. |
|
| NoIDPaciente | string |
None. |
|
| NoEntrega | integer |
None. |
|
| CodSerTecEntregado | string |
None. |
|
| CantTotEntregada | string |
None. |
|
| EntTotal | integer |
None. |
|
| CausaNoEntrega | integer |
None. |
|
| FecEntrega | string |
None. |
|
| NoLote | string |
None. |
|
| IdRadicadoNoPos | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdEntrega": 1,
"NoPrescripcion": "sample string 2",
"TipoTec": "sample string 3",
"ConTec": 4,
"TipoIDPaciente": "sample string 5",
"NoIDPaciente": "sample string 6",
"NoEntrega": 7,
"CodSerTecEntregado": "sample string 8",
"CantTotEntregada": "sample string 9",
"EntTotal": 1,
"CausaNoEntrega": 1,
"FecEntrega": "sample string 10",
"NoLote": "sample string 11",
"IdRadicadoNoPos": 1
}
multipart/form-data
Sample:
{"$id":"1","IdEntrega":1,"NoPrescripcion":"sample string 2","TipoTec":"sample string 3","ConTec":4,"TipoIDPaciente":"sample string 5","NoIDPaciente":"sample string 6","NoEntrega":7,"CodSerTecEntregado":"sample string 8","CantTotEntregada":"sample string 9","EntTotal":1,"CausaNoEntrega":1,"FecEntrega":"sample string 10","NoLote":"sample string 11","IdRadicadoNoPos":1}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.