PUT api/Phones/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PatientPhonesDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PhoneId | integer |
None. |
|
| PhoneTypeId | integer |
None. |
|
| PhoneNumber | integer |
Required |
|
| PhoneExt | integer |
None. |
|
| PhoneName | string |
Required String length: inclusive between 0 and 50 |
|
| IsPreferred | boolean |
None. |
|
| Note | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"PhoneId": 1,
"PhoneTypeId": 1,
"PhoneNumber": 2,
"PhoneExt": 1,
"PhoneName": "sample string 3",
"IsPreferred": true,
"Note": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.