POST api/TestOnly
Request Information
URI Parameters
None.
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Collection of LockedLineName | Description | Type | Additional information |
---|---|---|---|
LockeddLine | integer |
None. |
|
LockedTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "LockeddLine": 1, "LockedTime": "2022-05-25T22:36:40.8734976+03:00" }, { "LockeddLine": 1, "LockedTime": "2022-05-25T22:36:40.8734976+03:00" } ]
application/xml, text/xml
Sample:
<ArrayOfSessionVarManage.LockedLine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical"> <SessionVarManage.LockedLine> <LockedTime>2022-05-25T22:36:40.8734976+03:00</LockedTime> <LockeddLine>1</LockeddLine> </SessionVarManage.LockedLine> <SessionVarManage.LockedLine> <LockedTime>2022-05-25T22:36:40.8734976+03:00</LockedTime> <LockeddLine>1</LockeddLine> </SessionVarManage.LockedLine> </ArrayOfSessionVarManage.LockedLine>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.