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": "64997c0c-7692-4c2a-86b0-aae82cc39986", "EventCategoryId": "7eed6e7f-34d3-4cba-9d50-befb0d3fb023", "EventCategory": "sample string 3", "EventSubCategoryID": "58cfed70-d5e0-4cf3-bae4-115b2d288836", "EventSubCategory": "sample string 5", "EventOcurred": true, "EventOcuuredDate": "2025-03-19T04:39:56.8335359+00:00", "RegisteredDate": "2025-03-19T04:39:56.8335359+00:00", "EntityId": "323a8f79-0ab5-4e65-a4a3-a6953d864971", "Entity": "sample string 8", "CountryID": "c0abe94f-1f06-4b48-b286-af848d04a7a7", "Country": "sample string 10", "RegionID": "1558d7a8-c4e2-4f53-a0aa-7119023b0c16", "Region": "sample string 12", "StateID": "09a3032e-9063-402e-bf76-452916035e8f", "State": "sample string 14", "LocationID": "8efbd91a-ec47-473d-9f51-289ec5adf045", "Location": "sample string 16", "ComplainceCategoryID": "2131aee8-f123-402f-b05a-be81ec7baac0", "ComplaienceCategory": "sample string 18", "ComplainceTypeID": "c866a746-8608-4ee8-af65-5e6b9ff339b8", "ComplaienceType": "sample string 20", "Month": "sample string 21", "ClientID": "29f8641c-3da4-4dc5-828c-00ff2570abd5", "ExpiredOn": "2025-03-19T04:39:56.8335359+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>29f8641c-3da4-4dc5-828c-00ff2570abd5</ClientID> <ComplaienceCategory>sample string 18</ComplaienceCategory> <ComplaienceType>sample string 20</ComplaienceType> <ComplainceCategoryID>2131aee8-f123-402f-b05a-be81ec7baac0</ComplainceCategoryID> <ComplainceTypeID>c866a746-8608-4ee8-af65-5e6b9ff339b8</ComplainceTypeID> <Country>sample string 10</Country> <CountryID>c0abe94f-1f06-4b48-b286-af848d04a7a7</CountryID> <DCMViewEventID>64997c0c-7692-4c2a-86b0-aae82cc39986</DCMViewEventID> <Entity>sample string 8</Entity> <EntityId>323a8f79-0ab5-4e65-a4a3-a6953d864971</EntityId> <EventCategory>sample string 3</EventCategory> <EventCategoryId>7eed6e7f-34d3-4cba-9d50-befb0d3fb023</EventCategoryId> <EventOcurred>true</EventOcurred> <EventOcuuredDate>2025-03-19T04:39:56.8335359+00:00</EventOcuuredDate> <EventSubCategory>sample string 5</EventSubCategory> <EventSubCategoryID>58cfed70-d5e0-4cf3-bae4-115b2d288836</EventSubCategoryID> <ExpiredOn>2025-03-19T04:39:56.8335359+00:00</ExpiredOn> <Location>sample string 16</Location> <LocationID>8efbd91a-ec47-473d-9f51-289ec5adf045</LocationID> <Month>sample string 21</Month> <Region>sample string 12</Region> <RegionID>1558d7a8-c4e2-4f53-a0aa-7119023b0c16</RegionID> <RegisteredDate>2025-03-19T04:39:56.8335359+00:00</RegisteredDate> <State>sample string 14</State> <StateID>09a3032e-9063-402e-bf76-452916035e8f</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. |