Web Service:PR-WS-3: Difference between revisions
From IHRIS Wiki
No edit summary |
No edit summary |
||
Line 31: | Line 31: | ||
|error=*HTTP 500 - Server Error - If the server encountered an error. | |error=*HTTP 500 - Server Error - If the server encountered an error. | ||
*HTTP 400 - Bad Request - If the parameters are malformed. | *HTTP 400 - Bad Request - If the parameters are malformed. | ||
|resources=[[Use Case:PR-WS- | |resources=[[Use Case:PR-WS-3]] | ||
}} | }} |
Revision as of 07:37, 17 October 2012
Web Service: PR-WS-3 Get Provider Detail
Fetches details of a provider by their EPID or other identification type.
URL | /ws/rest/v2/providerDetails/byid |
GET Parameters | This contains the followng parameters to identify the provider whose details we shall return:
${id-type} is one of the following:
{ { firstname: "Bill" surname: "Smith" cadre: "Nurse" email: "litlfred@ibibilio.org" passport: "12312312" mutuelle: "123123444" csr: "123123" nid: "333" }} |
GET Response |
|
GET Error |
|
Other Resources: Use Case:PR-WS-3