PUT api/notifications/hraform/{id}?oId={oId}&omId={omId}&mId={mId}
Send hra form filled notification to org memeber
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
object representing logged in userid that need to fill health history form data and submit it. |
integer |
Required |
oId |
org id to send filled health form data. |
integer |
Required |
omId |
org member id to send filled health form data. |
integer |
Required |
mId |
mapping id of user and org member |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, return Lifetrons standard response On failure, return null
ResponseName | Description | Type | Additional information |
---|---|---|---|
resp_code |
Lifetrons response code |
string |
None. |
resp_msg |
Lifetrons response message |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "resp_code": "sample string 1", "resp_msg": "sample string 2" }
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LifetronsPhoneApi.Models"> <resp_code>sample string 1</resp_code> <resp_msg>sample string 2</resp_msg> </Response>