POST api/NewPatientRegister?_actionName={_actionName}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| _actionName | string |
Required |
Body Parameters
Exception| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Data | Dictionary of Object [key] and Object [value] |
None. |
|
| InnerException | Exception |
None. |
|
| TargetSite | MethodBase |
None. |
|
| StackTrace | string |
None. |
|
| HelpLink | string |
None. |
|
| Source | string |
None. |
|
| HResult | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| StatusCode | integer |
None. |
|
| Msg | string |
None. |
|
| Flag | integer |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccess": true,
"StatusCode": 2,
"Msg": "sample string 3",
"Flag": 4,
"Data": {}
}