POST Users/GuestLogin
Request Information
URI Parameters
None.
Body Parameters
PatientRegistration| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientURN | string |
Max length: 100 |
|
| PatientFirstName | string |
Max length: 50 |
|
| PatientLastName | string |
Max length: 50 |
|
| PatientDOB | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientURN": "sample string 1",
"PatientFirstName": "sample string 2",
"PatientLastName": "sample string 3",
"PatientDOB": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MessageData| Name | Description | Type | Additional information |
|---|---|---|---|
| MessageType | string |
Max length: 20 |
|
| Id | string |
Max length: 20 |
|
| Message | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"MessageType": "sample string 1",
"Id": "sample string 2",
"Message": "sample string 3",
"Success": true
}