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": "56ce5a28-8247-4fb3-bf4b-503ebf727f25", "EventCategoryId": "30892d55-352e-4ea4-acc1-424a95f40a8e", "EventCategory": "sample string 3", "EventSubCategoryID": "4399e3ff-bae9-4603-b0fc-fc4a32b59413", "EventSubCategory": "sample string 5", "EventOcurred": true, "EventOcuuredDate": "2025-04-06T22:44:42.8781297+00:00", "RegisteredDate": "2025-04-06T22:44:42.8781297+00:00", "EntityId": "e1d131b8-cd63-4233-85e2-e26544afdd0d", "Entity": "sample string 8", "CountryID": "af8c5b97-8af1-4e26-861e-de048a93b456", "Country": "sample string 10", "RegionID": "74c857dd-188f-4156-815b-e6bf5278707b", "Region": "sample string 12", "StateID": "247b9549-f0d9-449e-902c-5552783f9109", "State": "sample string 14", "LocationID": "bdd02dcc-733a-4689-a845-6ca29e5d4cda", "Location": "sample string 16", "ComplainceCategoryID": "ce43bf88-5ed4-4d6c-b070-4f19a5193b12", "ComplaienceCategory": "sample string 18", "ComplainceTypeID": "e7ea96bb-5909-46e1-b4c5-0762e8d5eda3", "ComplaienceType": "sample string 20", "Month": "sample string 21", "ClientID": "fe58d01c-4fa3-49d8-9a8a-c6013190e71a", "ExpiredOn": "2025-04-06T22:44:42.8781297+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>fe58d01c-4fa3-49d8-9a8a-c6013190e71a</ClientID> <ComplaienceCategory>sample string 18</ComplaienceCategory> <ComplaienceType>sample string 20</ComplaienceType> <ComplainceCategoryID>ce43bf88-5ed4-4d6c-b070-4f19a5193b12</ComplainceCategoryID> <ComplainceTypeID>e7ea96bb-5909-46e1-b4c5-0762e8d5eda3</ComplainceTypeID> <Country>sample string 10</Country> <CountryID>af8c5b97-8af1-4e26-861e-de048a93b456</CountryID> <DCMViewEventID>56ce5a28-8247-4fb3-bf4b-503ebf727f25</DCMViewEventID> <Entity>sample string 8</Entity> <EntityId>e1d131b8-cd63-4233-85e2-e26544afdd0d</EntityId> <EventCategory>sample string 3</EventCategory> <EventCategoryId>30892d55-352e-4ea4-acc1-424a95f40a8e</EventCategoryId> <EventOcurred>true</EventOcurred> <EventOcuuredDate>2025-04-06T22:44:42.8781297+00:00</EventOcuuredDate> <EventSubCategory>sample string 5</EventSubCategory> <EventSubCategoryID>4399e3ff-bae9-4603-b0fc-fc4a32b59413</EventSubCategoryID> <ExpiredOn>2025-04-06T22:44:42.8781297+00:00</ExpiredOn> <Location>sample string 16</Location> <LocationID>bdd02dcc-733a-4689-a845-6ca29e5d4cda</LocationID> <Month>sample string 21</Month> <Region>sample string 12</Region> <RegionID>74c857dd-188f-4156-815b-e6bf5278707b</RegionID> <RegisteredDate>2025-04-06T22:44:42.8781297+00:00</RegisteredDate> <State>sample string 14</State> <StateID>247b9549-f0d9-449e-902c-5552783f9109</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. |