GET CreateContactAddition/{portalId}/{contactId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
portalId

string

Required

contactId

string

Required

Body Parameters

None.

Response Information

Resource Description

FormActionCustomCalloutResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

ErrorMessage

string

None.

NextExternalUrl

string

None.

NextRoute

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "ErrorMessage": "sample string 2",
  "NextExternalUrl": "sample string 3",
  "NextRoute": "sample string 4"
}

application/xml, text/xml

Sample:
<FormActionCustomCalloutResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaiStandard.Web.ClientIntegrationService.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <NextExternalUrl>sample string 3</NextExternalUrl>
  <NextRoute>sample string 4</NextRoute>
  <Success>true</Success>
</FormActionCustomCalloutResponse>