POST 17.0/app/contacts/{contactid}/changetype

Description

Changes the Type of a Contact

URI Parameters

Name Description Type Additional information
contactId

the ContactID of the Contact you want to change type

integer

Required

the type of the Contact to change to

Name Description Type Additional information
NewTypeID

integer

None.

application/json, text/json

Sample:
{
  "newTypeID": 1
}

application/xml, text/xml

Sample:
<ContactTypeChange xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <NewTypeID>1</NewTypeID>
</ContactTypeChange>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.