Web Service:PR-WS-1: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
*PPN - for passport number | *PPN - for passport number | ||
*SSN - for social security number | *SSN - for social security number | ||
|example=?id_type=NID&id_number=1234567890 | |||
|response=*HTTP 200 - OK | |response=*HTTP 200 - OK | ||
*The HTTP response body will contain the epid as plain text. | *The HTTP response body will contain the epid as plain text. |
Revision as of 10:36, 10 May 2012
Web Service: PR-WS-1 Get Enterprise Professional ID
Fetches a HC Professional Enterprise ID for the professional specified by the professional ID parameter.
URL | /ws/rest/v1/professional/epid/byid |
GET Parameters | This contains only 2 parameters to identify the professional to return ${id_type} and ${id_number}
Where ${id-type} is one of the following:
|
GET Response |
|
GET Error |
|
GET Example | /ws/rest/v1/professional/epid/byid/?id_type=NID&id_number=1234567890 |
Other Resources: Use Case:PR-WS-1