POST api/Event/Insert
Request Information
URI Parameters
None.
Body Parameters
Event| Name | Description | Type | Additional information |
|---|---|---|---|
| IDEvent | integer |
None. |
|
| Description | string |
None. |
|
| ExtendedDescription | string |
None. |
|
| EventDate | date |
None. |
|
| Organization | string |
None. |
|
| URLEvent | string |
None. |
|
| HashTag | string |
None. |
|
| EmailEvent | string |
None. |
|
| Estatus | string |
None. |
|
| Location | string |
None. |
|
| RegistrationDate | date |
None. |
|
| IdAccountReg | integer |
None. |
|
| eventFormulario | Collection of EventFormulario |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDEvent": 1,
"Description": "sample string 2",
"ExtendedDescription": "sample string 3",
"EventDate": "2025-12-11T09:31:08.9930907-08:00",
"Organization": "sample string 4",
"URLEvent": "sample string 5",
"HashTag": "sample string 6",
"EmailEvent": "sample string 7",
"Estatus": "sample string 8",
"Location": "sample string 9",
"RegistrationDate": "2025-12-11T09:31:08.9930907-08:00",
"IdAccountReg": 1,
"eventFormulario": [
{
"IDEventFormulario": 1,
"IDEvent": 2,
"IDFormulario": 3
},
{
"IDEventFormulario": 1,
"IDEvent": 2,
"IDFormulario": 3
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |