PUT api/Address/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Contact| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| Zipcode | string |
None. |
|
| HomePhone | string |
None. |
|
| MobilePhone | string |
None. |
|
| WorkPhone | string |
None. |
|
| CellPhone | string |
None. |
|
| FaxNo | string |
None. |
|
| string |
None. |
||
| CategoryId | integer |
None. |
|
| StatusId | integer |
None. |
|
| Falg | string |
None. |
|
| Location | Location |
None. |
|
| Member | Member |
None. |
|
| IsGrant | boolean |
None. |
|
| RelationShipId | integer |
None. |
|
| RelationShipName | string |
None. |
|
| Name | string |
None. |
|
| Note | string |
None. |
|
| LabInfoStatusId | integer |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.