POST api/Record
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
record | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Sender": "sample string 1", "Recepient": "sample string 2", "Data": "sample string 3" }
text/xml
Sample:
<PostRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LaboratoryCommunication.Models"> <Data>sample string 3</Data> <Recepient>sample string 2</Recepient> <Sender>sample string 1</Sender> </PostRecord>
application/x-www-form-urlencoded
Sample:
Sample not available.