PUT api/deliContact/{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. |
|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| FamilyName | string |
None. |
|
| GivenNames | string |
None. |
|
| OtherNames | string |
None. |
|
| Title | string |
None. |
|
| DateOfBirth | string |
Data type: Date |
|
| Sex | string |
None. |
|
| Address | string |
Data type: MultilineText |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Town | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
|
| PostalCode | string |
None. |
|
| Telephone | string |
Data type: PhoneNumber |
|
| Mobile | string |
Data type: PhoneNumber |
|
| string |
Data type: EmailAddress |
||
| Fax | string |
Data type: PhoneNumber |
|
| Primary | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "a1c6903a-0989-47e1-ac68-787799f95a2e",
"identifier": "yGFlM7iA102IPvPeiTNUOQ==",
"identifierGuid": "336561c8-80b8-4dd7-883e-f3de89335439",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
}
application/xml, text/xml
Sample:
<Contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.Tenancies.Accounts"> <Address>sample string 7</Address> <Address1>sample string 8</Address1> <Address2>sample string 9</Address2> <Country>sample string 12</Country> <DateOfBirth>sample string 5</DateOfBirth> <Email>sample string 16</Email> <FamilyName>sample string 1</FamilyName> <Fax>sample string 17</Fax> <GivenNames>sample string 2</GivenNames> <ID>a1c6903a-0989-47e1-ac68-787799f95a2e</ID> <Identifier>yGFlM7iA102IPvPeiTNUOQ==</Identifier> <IdentifierGuid>336561c8-80b8-4dd7-883e-f3de89335439</IdentifierGuid> <Mobile>sample string 15</Mobile> <OtherNames>sample string 3</OtherNames> <PostalCode>sample string 13</PostalCode> <Primary>true</Primary> <Sex>sample string 6</Sex> <State>sample string 11</State> <Telephone>sample string 14</Telephone> <Title>sample string 4</Title> <Town>sample string 10</Town> </Contact>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.