POST api/data/UpdatePatientMember
Request Information
URI Parameters
None.
Body Parameters
PatientName | Description | Type | Additional information |
---|---|---|---|
ChartNumber | string |
None. |
|
UserName | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
DOB | string |
None. |
|
CellPhone | string |
None. |
|
string |
None. |
||
Gender | string |
None. |
|
Street | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
Zip | string |
None. |
|
EduLevel | string |
None. |
|
JobTitle | string |
None. |
|
Network | string |
None. |
|
Pwd | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChartNumber": "sample string 1", "UserName": "sample string 2", "FirstName": "sample string 3", "LastName": "sample string 4", "DOB": "sample string 5", "CellPhone": "sample string 6", "Email": "sample string 7", "Gender": "sample string 8", "Street": "sample string 9", "City": "sample string 10", "State": "sample string 11", "Zip": "sample string 12", "EduLevel": "sample string 13", "JobTitle": "sample string 14", "Network": "sample string 15", "Pwd": "sample string 16" }
application/xml, text/xml
Sample:
<Patient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MyAPI.Controllers"> <CellPhone>sample string 6</CellPhone> <ChartNumber>sample string 1</ChartNumber> <City>sample string 10</City> <DOB>sample string 5</DOB> <EduLevel>sample string 13</EduLevel> <Email>sample string 7</Email> <FirstName>sample string 3</FirstName> <Gender>sample string 8</Gender> <JobTitle>sample string 14</JobTitle> <LastName>sample string 4</LastName> <Network>sample string 15</Network> <Pwd>sample string 16</Pwd> <State>sample string 11</State> <Street>sample string 9</Street> <UserName>sample string 2</UserName> <Zip>sample string 12</Zip> </Patient>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataTableName | Description | Type | Additional information |
---|---|---|---|
CaseSensitive | boolean |
None. |
|
IsInitialized | boolean |
None. |
|
RemotingFormat | SerializationFormat |
None. |
|
ChildRelations | Collection of Object |
None. |
|
Columns | Collection of Object |
None. |
|
Constraints | Collection of Object |
None. |
|
DataSet | DataSet |
None. |
|
DefaultView | Collection of Object |
None. |
|
DisplayExpression | string |
None. |
|
ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
HasErrors | boolean |
None. |
|
Locale | CultureInfo |
None. |
|
MinimumCapacity | integer |
None. |
|
ParentRelations | Collection of Object |
None. |
|
PrimaryKey | Collection of DataColumn |
None. |
|
Rows | Collection of Object |
None. |
|
TableName | string |
None. |
|
Namespace | string |
None. |
|
Prefix | string |
None. |
|
Site | ISite |
None. |
|
Container | IContainer |
None. |
|
DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.