PUT api/deliContact/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
ContactName | 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": "2714a533-8618-4d09-8ea3-508698a4494a", "identifier": "sBF6a5yDzk+5V2tdE3RJHQ==", "identifierGuid": "6b7a11b0-839c-4fce-b957-6b5d1374491d", "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>2714a533-8618-4d09-8ea3-508698a4494a</ID> <Identifier>sBF6a5yDzk+5V2tdE3RJHQ==</Identifier> <IdentifierGuid>6b7a11b0-839c-4fce-b957-6b5d1374491d</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.