POST Users/CheckUserCreateable
Request Information
URI Parameters
None.
Body Parameters
PatientRegistrationName | 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
booleanResponse Formats
application/json, text/json
Sample:
true