POST api/CommandController/SetLoggerCommand
Request Information
URI Parameters
None.
Body Parameters
LoggerCommandToSetName | Description | Type | Additional information |
---|---|---|---|
user | string |
None. |
|
password | string |
None. |
|
Identifier | string |
None. |
|
SetDate | date |
None. |
|
Command | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "user": "sample string 1", "password": "sample string 2", "Identifier": "sample string 3", "SetDate": "2025-01-07T21:55:14.761823+11:00", "Command": "sample string 5" }
application/xml, text/xml
Sample:
<LoggerCommandToSet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TransactionDatabaseConnector"> <Command>sample string 5</Command> <Identifier>sample string 3</Identifier> <SetDate>2025-01-07T21:55:14.761823+11:00</SetDate> <password>sample string 2</password> <user>sample string 1</user> </LoggerCommandToSet>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>