POST constituent/re-register

Request Information

URI Parameters

None.

Body Parameters

ConsituenReReg
NameDescriptionTypeAdditional information
SourceSubEventId

integer

None.

SubEventId

integer

None.

ConstituentId

integer

None.

ReRegOption

string

None.

ReRegAmount

decimal number

None.

PaymentMethod

string

None.

PaymentRef

string

None.

CreditCardType

string

None.

InsertedBy

string

None.

FieldValues

Dictionary of string [key] and Object [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceSubEventId": 1,
  "SubEventId": 2,
  "ConstituentId": 3,
  "ReRegOption": "sample string 4",
  "ReRegAmount": 5.0,
  "PaymentMethod": "sample string 6",
  "PaymentRef": "sample string 7",
  "CreditCardType": "sample string 8",
  "InsertedBy": "sample string 9",
  "FieldValues": {
    "sample string 1": {},
    "sample string 3": {}
  }
}

application/xml, text/xml

Sample:
<ConsituenReReg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PmcfWebServices.Controllers">
  <ConstituentId>3</ConstituentId>
  <CreditCardType>sample string 8</CreditCardType>
  <FieldValues xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>sample string 1</d2p1:Key>
      <d2p1:Value />
    </d2p1:KeyValueOfstringanyType>
    <d2p1:KeyValueOfstringanyType>
      <d2p1:Key>sample string 3</d2p1:Key>
      <d2p1:Value />
    </d2p1:KeyValueOfstringanyType>
  </FieldValues>
  <InsertedBy>sample string 9</InsertedBy>
  <PaymentMethod>sample string 6</PaymentMethod>
  <PaymentRef>sample string 7</PaymentRef>
  <ReRegAmount>5</ReRegAmount>
  <ReRegOption>sample string 4</ReRegOption>
  <SourceSubEventId>1</SourceSubEventId>
  <SubEventId>2</SubEventId>
</ConsituenReReg>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResponse
NameDescriptionTypeAdditional information
status

string

None.

message

string

None.

fullErr

string

None.

objResponse

Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.