PUT api/Contacts/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Contact
NameDescriptionTypeAdditional information
ContactId

integer

None.

ReferenceId

integer

None.

ContactNumber

string

None.

ContactName

string

None.

ContactNotes

string

None.

Gender

string

None.

Location

string

None.

IsActive

boolean

None.

Contact1

Contact

None.

Contact2

Contact

None.

Request Formats

application/json, text/json

Sample:
{
  "ContactId": 1,
  "ReferenceId": 1,
  "ContactNumber": "sample string 2",
  "ContactName": "sample string 3",
  "ContactNotes": "sample string 4",
  "Gender": "sample string 5",
  "Location": "sample string 6",
  "IsActive": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.