POST api/Device/Devicepayload_V2
This method to save Device payload information from the integrated device exposed to - Tellihealth(azure function), Nuralogix mobile
Request Information
URI Parameters
None.
Body Parameters
DevicePayLoad| Name | Description | Type | Additional information |
|---|---|---|---|
| Payload | Object |
None. |
|
| SessionId | string |
None. |
|
| TypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Payload": {},
"SessionId": "sample string 2",
"TypeId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
1 - session unique id generate here 2 - same session passed by request
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.