POST api/Post/PostOvernightPaperwork
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| contact | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Table": [
{
"client_id": "sample string 1",
"facility_id": "sample string 2",
"recordDate": "sample string 3",
"timeawake": "sample string 4",
"timetobed": "sample string 5",
"timetosleep": "sample string 6",
"healthsafety": "sample string 7",
"entryStatus": "sample string 8",
"comments": "sample string 9"
},
{
"client_id": "sample string 1",
"facility_id": "sample string 2",
"recordDate": "sample string 3",
"timeawake": "sample string 4",
"timetobed": "sample string 5",
"timetosleep": "sample string 6",
"healthsafety": "sample string 7",
"entryStatus": "sample string 8",
"comments": "sample string 9"
},
{
"client_id": "sample string 1",
"facility_id": "sample string 2",
"recordDate": "sample string 3",
"timeawake": "sample string 4",
"timetobed": "sample string 5",
"timetosleep": "sample string 6",
"healthsafety": "sample string 7",
"entryStatus": "sample string 8",
"comments": "sample string 9"
}
]
}
text/xml
Sample:
<SaveOvernightPW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAPI.DataAPI.Models">
<Table>
<SaveOPW>
<client_id>sample string 1</client_id>
<comments>sample string 9</comments>
<entryStatus>sample string 8</entryStatus>
<facility_id>sample string 2</facility_id>
<healthsafety>sample string 7</healthsafety>
<recordDate>sample string 3</recordDate>
<timeawake>sample string 4</timeawake>
<timetobed>sample string 5</timetobed>
<timetosleep>sample string 6</timetosleep>
</SaveOPW>
<SaveOPW>
<client_id>sample string 1</client_id>
<comments>sample string 9</comments>
<entryStatus>sample string 8</entryStatus>
<facility_id>sample string 2</facility_id>
<healthsafety>sample string 7</healthsafety>
<recordDate>sample string 3</recordDate>
<timeawake>sample string 4</timeawake>
<timetobed>sample string 5</timetobed>
<timetosleep>sample string 6</timetosleep>
</SaveOPW>
<SaveOPW>
<client_id>sample string 1</client_id>
<comments>sample string 9</comments>
<entryStatus>sample string 8</entryStatus>
<facility_id>sample string 2</facility_id>
<healthsafety>sample string 7</healthsafety>
<recordDate>sample string 3</recordDate>
<timeawake>sample string 4</timeawake>
<timetobed>sample string 5</timetobed>
<timetosleep>sample string 6</timetosleep>
</SaveOPW>
</Table>
</SaveOvernightPW>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{}
text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />