Supporters Delete
Supporters Delete
Path Parameters
supporter_id Supporter Id required
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
id Id required
create_date date-time required
image Image
business_name Business Name
first_name First Name
last_name Last Name
email Email
phone Phone
mobile Mobile
job Job
sex Sex
Possible values: [MALE
, FEMALE
]
An enumeration.
date_of_birth date
place_of_birth Place Of Birth
ssn Ssn
vat Vat
address Address
address2 Address2
city City
locality Locality
country Country
postal_code Postal Code
certification_url Certification Url
privacy Privacy
email_marketing Email Marketing
phone_marketing Phone Marketing
sms_marketing Sms Marketing
postal_marketing Postal Marketing
profilation_marketing Profilation Marketing
tags string[] required
note Note
{
"id": 0,
"create_date": "2024-10-10T15:54:20.325Z",
"image": "string",
"business_name": "string",
"first_name": "string",
"last_name": "string",
"email": "string",
"phone": "string",
"mobile": "string",
"job": "string",
"sex": "MALE",
"date_of_birth": "2024-10-10",
"place_of_birth": "string",
"ssn": "string",
"vat": "string",
"address": "string",
"address2": "string",
"city": "string",
"locality": "string",
"country": "string",
"postal_code": "string",
"certification_url": "string",
"privacy": true,
"email_marketing": true,
"phone_marketing": true,
"sms_marketing": true,
"postal_marketing": true,
"profilation_marketing": true,
"tags": [
"string"
],
"note": "string"
}
Loading...