POST api/Practice/GetPracticeDetails
Request Information
URI Parameters
None.
Body Parameters
ViewModelRegisterPracticeEntityName | Description | Type | Additional information |
---|---|---|---|
ID | string |
None. |
|
Name | string |
Required Data type: Text Max length: 48 |
|
Contact | string |
None. |
|
string |
Required Data type: EmailAddress Matching regular expression pattern: ^\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$ Max length: 48 |
||
Phone | string |
Required Data type: PhoneNumber Max length: 20 |
|
Address1 | string |
Required Max length: 48 |
|
Address2 | string |
Max length: 48 |
|
City | string |
Max length: 48 |
|
State | string |
Max length: 2 |
|
Country | string |
Max length: 20 |
|
CountryCode | string |
Max length: 2 |
|
Zip | string |
Required Max length: 6 |
Request Formats
application/json, text/json
Sample:
{ "ID": "sample string 1", "Name": "sample string 2", "Contact": "sample string 3", "Email": "sample string 4", "Phone": "sample string 5", "Address1": "sample string 6", "Address2": "sample string 7", "City": "sample string 8", "State": "sample string 9", "Country": "sample string 10", "CountryCode": "sample string 11", "Zip": "sample string 12" }
application/xml, text/xml
Sample:
<ViewModelRegisterPracticeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEnitity.Account"> <Address1>sample string 6</Address1> <Address2>sample string 7</Address2> <City>sample string 8</City> <Contact>sample string 3</Contact> <Country>sample string 10</Country> <CountryCode>sample string 11</CountryCode> <Email>sample string 4</Email> <ID>sample string 1</ID> <Name>sample string 2</Name> <Phone>sample string 5</Phone> <State>sample string 9</State> <Zip>sample string 12</Zip> </ViewModelRegisterPracticeEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |