POST api/transfusion/start
Request Information
URI Parameters
None.
Body Parameters
TransfusionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
Required |
|
| UserId | string |
Required |
|
| facility | integer |
Required |
|
| deviceId | string |
Required |
|
| pid | integer |
Required |
|
| dinId | integer |
Required |
|
| pdcId | integer |
Required |
|
| psn | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"date": "sample string 1",
"UserId": "sample string 2",
"facility": 3,
"deviceId": "sample string 4",
"pid": 5,
"dinId": 6,
"pdcId": 7,
"psn": 8
}
application/xml, text/xml
Sample:
<TransfusionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shortcut.Labcraft.API.Models"> <UserId>sample string 2</UserId> <date>sample string 1</date> <deviceId>sample string 4</deviceId> <dinId>6</dinId> <facility>3</facility> <pdcId>7</pdcId> <pid>5</pid> <psn>8</psn> </TransfusionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.