POST api/CrmComplotApi/ManageEventOnCrm
Request Information
URI Parameters
None.
Body Parameters
ComplotEventRequestWrapper| Name | Description | Type | Additional information |
|---|---|---|---|
| RegardingIncidentNumber | string |
None. |
|
| RegardingRequestNumber | string |
None. |
|
| EventName | string |
None. |
|
| gorem_mevatzea | string |
None. |
|
| EventCode | integer |
None. |
|
| Status_IsDone | boolean |
None. |
|
| ExecutionDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"RegardingIncidentNumber": "sample string 1",
"RegardingRequestNumber": "sample string 2",
"EventName": "sample string 3",
"gorem_mevatzea": "sample string 4",
"EventCode": 5,
"Status_IsDone": true,
"ExecutionDate": "2025-12-30T21:21:39.729286+00:00"
}
application/xml, text/xml
Sample:
<ComplotEventRequestWrapper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ac.Rehovot.Api.Models.Complot.Wrappers"> <EventCode>5</EventCode> <EventName>sample string 3</EventName> <ExecutionDate>2025-12-30T21:21:39.729286+00:00</ExecutionDate> <RegardingIncidentNumber>sample string 1</RegardingIncidentNumber> <RegardingRequestNumber>sample string 2</RegardingRequestNumber> <Status_IsDone>true</Status_IsDone> <gorem_mevatzea>sample string 4</gorem_mevatzea> </ComplotEventRequestWrapper>
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.