v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Registration

updateRegistration

Updates an existing Registration

put/registrations/{registration}

Path parameters

registrationinteger required
Example:78345

The specified Registration ID

Request body

first_namestring

First name of who is registering

last_namestring

Last name of who is registering

emailstring

Email address of who is registering

phonestring

Phone of who is registering

cellstring nullable

Phone Cell number

address1string nullable

First address of Registration

address2string nullable

Second address of Registration

citystring

City field of Registration

statestring

State field of Registration

status'attending' | 'not_attending' | 'archived'

Attending status

postal_codestring

Postal code of who is registering

countrystring

Country field of Registration

companystring nullable

Name of the company

websitestring

Website of registrant

blogstring

Blog of registrant

genderstring

First letter of the gender

date_of_birthstring date-time nullable

Date/time of birth of who is registering

tshirt_sizestring

Size of tshirt

Example request

{
  "first_name": "Kevin",
  "last_name": "Cheek",
  "email": "test@gofundme.com",
  "phone": "619-322-5056",
  "cell": "619-322-5056",
  "address1": "8554 Capricorn Way",
  "address2": "N/A",
  "city": "San Diego",
  "state": "LA",
  "status": "attending",
  "postal_code": "92126",
  "country": "US",
  "company": "PayPal",
  "website": "https://pro.gofundme.com",
  "blog": "https://pro.gofundme.com",
  "gender": "m",
  "date_of_birth": "2021-04-23T10:25:03Z",
  "tshirt_size": "ML"
}

Response

Success

address1string nullable

Line one of Registration address

address2string nullable

Line two of Registration address

attendee_idinteger nullable

Unique ID for Attendee for an organization

blogstring nullable

Registration blog field

campaign_idinteger

ID of Campaign registered for

cellstring nullable

Phone Cell number

citystring nullable

City field of Registration

commitment_idinteger nullable

Minimum fundraising goal ID

companystring nullable

Name of the company

countrystring nullable

Country field of Registration

created_atstring date-time

Date/time of last record created

date_of_birthstring date-time nullable

Date/time of birth of who is registering

emailstring

Email address of who is registering

first_namestring

First name of who is registering

fundraising_page_idinteger nullable

Identifier of the fundraising page

genderstring nullable

First letter of the gender

idinteger

Primary identifier of the Registration

last_namestring

Last name of who is registering

member_idinteger nullable

Member identifier

phonestring nullable

Phone of who is registering

postal_codestring nullable

Postal code of who is registering

product_namestring nullable

Name of the product

statestring nullable

State field of Registration

status'attending' | 'not_attending' | 'archived'

Attending status

supporter_idinteger nullable

Identifier of Supporter

transaction_idinteger nullable

Identifier of Transaction

transaction_item_idinteger nullable

Identifier of the Item of the transaction

transaction_last_fourinteger nullable

Card last four in case of a CC payment while registration

transaction_payment_typestring nullable

Type of payment used in the transaction

tshirt_sizestring nullable

Size of tshirt

updated_atstring date-time

Date/time of initial record creation

websitestring nullable

Website of registrant

Example response

{
  "address1": "8554 Capricorn Way",
  "address2": "N/A",
  "attendee_id": 248911,
  "blog": "blog.test.com",
  "campaign_id": 227362,
  "cell": "619-322-5056",
  "city": "San Diego",
  "commitment_id": 98374,
  "company": "PayPal",
  "country": "US",
  "created_at": "2021-04-23T10:25:03Z",
  "date_of_birth": "2021-04-23T10:25:03Z",
  "email": "test@gofundme.com",
  "first_name": "Kevin",
  "fundraising_page_id": 2173528,
  "gender": "m",
  "id": 78345,
  "last_name": "Cheek",
  "member_id": 2012,
  "phone": "619-322-5056",
  "postal_code": "92126",
  "product_name": "General Admission",
  "state": "LA",
  "status": "attending",
  "supporter_id": 53,
  "transaction_id": 62376,
  "transaction_item_id": 17020,
  "transaction_last_four": 1111,
  "transaction_payment_type": "Credit Card",
  "tshirt_size": "ML",
  "updated_at": "2021-04-23T08:23:21Z",
  "website": "https://pro.gofundme.com"
}