PUT api/Contacts/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

GoContactContact
NameDescriptionTypeAdditional information
Username

string

None.

SequenceNumber

integer

None.

Name

string

None.

CompanyName

string

None.

Department

string

None.

Priority

string

None.

GoContactContents

Collection of GoContactContents

None.

Request Formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "SequenceNumber": 2,
  "Name": "sample string 3",
  "CompanyName": "sample string 4",
  "Department": "sample string 5",
  "Priority": "sample string 6",
  "GoContactContents": [
    {
      "Username": "sample string 1",
      "SequenceNumber": 2,
      "ContactType": 3,
      "Content": "sample string 4",
      "GoContactContactType": {
        "TypeId": 1,
        "TypeName": "sample string 2"
      }
    },
    {
      "Username": "sample string 1",
      "SequenceNumber": 2,
      "ContactType": 3,
      "Content": "sample string 4",
      "GoContactContactType": {
        "TypeId": 1,
        "TypeName": "sample string 2"
      }
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.