POST api/v1/Register
Request Information
URI Parameters
None.
Body Parameters
ModelRegisterV2| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| mobile | string |
None. |
|
| string |
None. |
||
| disease | integer |
None. |
|
| gender | string |
None. |
|
| age | integer |
None. |
|
| heightfeet | integer |
None. |
|
| heightinch | integer |
None. |
|
| heightcm | integer |
None. |
|
| weight | integer |
None. |
|
| usingappfor | string |
None. |
|
| hospitalid | string |
None. |
|
| consultingdoctor | string |
None. |
|
| hospitalname | string |
None. |
|
| departmentname | string |
None. |
|
| city | string |
None. |
|
| state | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"mobile": "sample string 2",
"email": "sample string 3",
"disease": 4,
"gender": "sample string 5",
"age": 6,
"heightfeet": 7,
"heightinch": 8,
"heightcm": 9,
"weight": 10,
"usingappfor": "sample string 11",
"hospitalid": "sample string 12",
"consultingdoctor": "sample string 13",
"hospitalname": "sample string 14",
"departmentname": "sample string 15",
"city": "sample string 16",
"state": "sample string 17"
}
application/xml, text/xml
Sample:
<ModelRegisterV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ibdDataPoint"> <age>6</age> <city>sample string 16</city> <consultingdoctor>sample string 13</consultingdoctor> <departmentname>sample string 15</departmentname> <disease>4</disease> <email>sample string 3</email> <gender>sample string 5</gender> <heightcm>9</heightcm> <heightfeet>7</heightfeet> <heightinch>8</heightinch> <hospitalid>sample string 12</hospitalid> <hospitalname>sample string 14</hospitalname> <mobile>sample string 2</mobile> <name>sample string 1</name> <state>sample string 17</state> <usingappfor>sample string 11</usingappfor> <weight>10</weight> </ModelRegisterV2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ModelStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1"
}
application/xml, text/xml
Sample:
<ModelStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ibdDataPoint"> <status>sample string 1</status> </ModelStatus>