POST api/DCMViewEvent
Developed By : Swapnil Rajurkar - 31/08/2021 Description : This Methode is used for Adding Dcm View Events
Request Information
URI Parameters
None.
Body Parameters
CustomDCMViewEventName | Description | Type | Additional information |
---|---|---|---|
DCMViewEventID | globally unique identifier |
None. |
|
EventCategoryId | globally unique identifier |
None. |
|
EventCategory | string |
None. |
|
EventSubCategoryID | globally unique identifier |
None. |
|
EventSubCategory | string |
None. |
|
EventOcurred | boolean |
None. |
|
EventOcuuredDate | date |
None. |
|
RegisteredDate | date |
None. |
|
EntityId | globally unique identifier |
None. |
|
Entity | string |
None. |
|
CountryID | globally unique identifier |
None. |
|
Country | string |
None. |
|
RegionID | globally unique identifier |
None. |
|
Region | string |
None. |
|
StateID | globally unique identifier |
None. |
|
State | string |
None. |
|
LocationID | globally unique identifier |
None. |
|
Location | string |
None. |
|
ComplainceCategoryID | globally unique identifier |
None. |
|
ComplaienceCategory | string |
None. |
|
ComplainceTypeID | globally unique identifier |
None. |
|
ComplaienceType | string |
None. |
|
Month | string |
None. |
|
ClientID | globally unique identifier |
None. |
|
ExpiredOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "DCMViewEventID": "16d0e967-9a83-4517-b207-d26a08f12ced", "EventCategoryId": "a24154e3-2f56-418a-b018-05e4da3f4334", "EventCategory": "sample string 3", "EventSubCategoryID": "d4af9688-47b3-47e4-92ba-b6e44c078d0f", "EventSubCategory": "sample string 5", "EventOcurred": true, "EventOcuuredDate": "2025-06-24T14:38:22.3336644+00:00", "RegisteredDate": "2025-06-24T14:38:22.3336644+00:00", "EntityId": "790c5fce-d09f-4dc7-898f-9d96c72258bc", "Entity": "sample string 8", "CountryID": "8d0a5c88-acbc-4ae8-92c5-b1a60725dc10", "Country": "sample string 10", "RegionID": "2e403119-7bc5-4b2e-9cf5-3c103d350da4", "Region": "sample string 12", "StateID": "3485335c-255c-482a-9bd2-5f62592a243f", "State": "sample string 14", "LocationID": "80e6bd0e-ae70-4046-9585-919437121ce9", "Location": "sample string 16", "ComplainceCategoryID": "cdd14f2a-db23-42d1-9ac7-4af71c080725", "ComplaienceCategory": "sample string 18", "ComplainceTypeID": "a4ed6091-1cee-404c-bb76-5d4c7c2ba967", "ComplaienceType": "sample string 20", "Month": "sample string 21", "ClientID": "a0977b47-6d72-4f02-9a51-cf1cf39bb3e8", "ExpiredOn": "2025-06-24T14:38:22.3336644+00:00" }
application/xml, text/xml
Sample:
<CustomDCMViewEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.Models"> <ClientID>a0977b47-6d72-4f02-9a51-cf1cf39bb3e8</ClientID> <ComplaienceCategory>sample string 18</ComplaienceCategory> <ComplaienceType>sample string 20</ComplaienceType> <ComplainceCategoryID>cdd14f2a-db23-42d1-9ac7-4af71c080725</ComplainceCategoryID> <ComplainceTypeID>a4ed6091-1cee-404c-bb76-5d4c7c2ba967</ComplainceTypeID> <Country>sample string 10</Country> <CountryID>8d0a5c88-acbc-4ae8-92c5-b1a60725dc10</CountryID> <DCMViewEventID>16d0e967-9a83-4517-b207-d26a08f12ced</DCMViewEventID> <Entity>sample string 8</Entity> <EntityId>790c5fce-d09f-4dc7-898f-9d96c72258bc</EntityId> <EventCategory>sample string 3</EventCategory> <EventCategoryId>a24154e3-2f56-418a-b018-05e4da3f4334</EventCategoryId> <EventOcurred>true</EventOcurred> <EventOcuuredDate>2025-06-24T14:38:22.3336644+00:00</EventOcuuredDate> <EventSubCategory>sample string 5</EventSubCategory> <EventSubCategoryID>d4af9688-47b3-47e4-92ba-b6e44c078d0f</EventSubCategoryID> <ExpiredOn>2025-06-24T14:38:22.3336644+00:00</ExpiredOn> <Location>sample string 16</Location> <LocationID>80e6bd0e-ae70-4046-9585-919437121ce9</LocationID> <Month>sample string 21</Month> <Region>sample string 12</Region> <RegionID>2e403119-7bc5-4b2e-9cf5-3c103d350da4</RegionID> <RegisteredDate>2025-06-24T14:38:22.3336644+00:00</RegisteredDate> <State>sample string 14</State> <StateID>3485335c-255c-482a-9bd2-5f62592a243f</StateID> </CustomDCMViewEvent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |