POST api/Internal/PostInstructionToAbbyDevice
Request Information
URI Parameters
None.
Body Parameters
AbbyDeviceInstructionData| Name | Description | Type | Additional information |
|---|---|---|---|
| InstructionCommand | string |
None. |
|
| InstructionParam1 | string |
None. |
|
| InstructionParam2 | string |
None. |
|
| InstructionParam3 | string |
None. |
|
| InstructionParam4 | string |
None. |
|
| InstructionData | string |
None. |
|
| KeitoUnitNo | string |
None. |
|
| KeitoUnitInstructionSuccessful | boolean |
None. |
|
| KeitoUnitInstructionDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstructionCommand": "sample string 1",
"InstructionParam1": "sample string 2",
"InstructionParam2": "sample string 3",
"InstructionParam3": "sample string 4",
"InstructionParam4": "sample string 5",
"InstructionData": "sample string 6",
"KeitoUnitNo": "sample string 7",
"KeitoUnitInstructionSuccessful": true,
"KeitoUnitInstructionDate": "2025-12-07T01:29:11.4950709+02:00"
}
application/xml, text/xml
Sample:
<AbbyDeviceInstructionData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HealthinatorAPI"> <InstructionCommand>sample string 1</InstructionCommand> <InstructionData>sample string 6</InstructionData> <InstructionParam1>sample string 2</InstructionParam1> <InstructionParam2>sample string 3</InstructionParam2> <InstructionParam3>sample string 4</InstructionParam3> <InstructionParam4>sample string 5</InstructionParam4> <KeitoUnitInstructionDate>2025-12-07T01:29:11.4950709+02:00</KeitoUnitInstructionDate> <KeitoUnitInstructionSuccessful>true</KeitoUnitInstructionSuccessful> <KeitoUnitNo>sample string 7</KeitoUnitNo> </AbbyDeviceInstructionData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AbbyDeviceInstructionResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| ResultText | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"ResultText": "sample string 2"
}
application/xml, text/xml
Sample:
<AbbyDeviceInstructionResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbyIntegrationAPI"> <Result>sample string 1</Result> <ResultText>sample string 2</ResultText> </AbbyDeviceInstructionResult>