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

Description

Changes the Status of a Contact

URI Parameters

Name Description Type Additional information
contactId

the ContactID of the Contact you want to change status

integer

Required

the status of the Contact to change to

Name Description Type Additional information
NewStatusID

integer

None.

application/json, text/json

Sample:
{
  "newStatusID": 1
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.