POST Contact/Post?clientID={clientID}&BrandID={BrandID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clientID | integer |
Required |
|
| BrandID | integer |
Required |
Body Parameters
PlayableTechContact| Name | Description | Type | Additional information |
|---|---|---|---|
| first_name | string |
None. |
|
| last_name | string |
None. |
|
| e_mail | string |
None. |
|
| phone_number | string |
None. |
|
| date_of_birth | date |
None. |
|
| read_and_accept_our_terms_and_conditions | Object |
None. |
|
| location_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"first_name": "sample string 1",
"last_name": "sample string 2",
"e_mail": "sample string 3",
"phone_number": "sample string 4",
"date_of_birth": "2026-05-31T21:02:11.3192115+01:00",
"read_and_accept_our_terms_and_conditions": {},
"location_id": 1
}
application/xml, text/xml
Sample:
<PlayableTechContact xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PlayableTechWebhook.Models"> <date_of_birth>2026-05-31T21:02:11.3192115+01:00</date_of_birth> <e_mail>sample string 3</e_mail> <first_name>sample string 1</first_name> <last_name>sample string 2</last_name> <location_id>1</location_id> <phone_number>sample string 4</phone_number> <read_and_accept_our_terms_and_conditions /> </PlayableTechContact>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.