POST api/speaker/Inquiry
Request Information
URI Parameters
None.
Body Parameters
SpeakerInquiry| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| EmailAddress | string |
None. |
|
| Phone | string |
None. |
|
| Website | string |
None. |
|
| ProposedCLETopics | string |
None. |
|
| ProfessionalBackground | string |
None. |
|
| StatusID | integer |
None. |
|
| CreatedDateTime | date |
None. |
|
| Comments | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmailAddress": "sample string 4",
"Phone": "sample string 5",
"Website": "sample string 6",
"ProposedCLETopics": "sample string 7",
"ProfessionalBackground": "sample string 8",
"StatusID": 1,
"CreatedDateTime": "2026-02-04T03:46:52.8572421+00:00",
"Comments": "sample string 10"
}
Response Information
Resource Description
BaseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| StackTrace | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccessful": true,
"ErrorMessage": "sample string 2",
"StackTrace": "sample string 3"
}