PUT api/CdcApi/UpdateContact

Request Information

URI Parameters

None.

Body Parameters

Contact
NameDescriptionTypeAdditional information
ContactId

integer

None.

ContactType

integer

None.

FullName

string

None.

Mobile

string

None.

Phone

string

None.

Email

string

None.

LinkedCustomer

string

None.

LinkedVendor

string

None.

PositionType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "contactId": 1,
  "contactType": 2,
  "fullName": "sample string 3",
  "mobile": "sample string 4",
  "phone": "sample string 5",
  "email": "sample string 6",
  "linkedCustomer": "sample string 7",
  "linkedVendor": "sample string 8",
  "positionType": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Contact'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.