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": "79a212f9-3d01-4abb-a748-fc070e34a531", "EventCategoryId": "87c2f1b2-3b90-4728-8fe2-53489165c2e5", "EventCategory": "sample string 3", "EventSubCategoryID": "df8e0f1e-856f-4681-93b2-7b81e2d9f655", "EventSubCategory": "sample string 5", "EventOcurred": true, "EventOcuuredDate": "2025-03-26T08:47:10.477285+00:00", "RegisteredDate": "2025-03-26T08:47:10.477285+00:00", "EntityId": "80c457d8-3db2-4bc3-845f-a3e254d9fedf", "Entity": "sample string 8", "CountryID": "55c13802-bda6-4679-80be-c68925fe6ebd", "Country": "sample string 10", "RegionID": "d3e7595c-3d0a-4e36-9f3c-383a56d3ea6b", "Region": "sample string 12", "StateID": "8a684a08-b8ac-439a-bde5-b39ae713793e", "State": "sample string 14", "LocationID": "c871498a-449e-4403-a89a-4f49951f6631", "Location": "sample string 16", "ComplainceCategoryID": "10471046-54cf-40cd-bb28-48510f0395cb", "ComplaienceCategory": "sample string 18", "ComplainceTypeID": "c2da88e2-8111-4d36-9838-ec825a6228ae", "ComplaienceType": "sample string 20", "Month": "sample string 21", "ClientID": "408cf68b-48e5-4256-b134-041075be0655", "ExpiredOn": "2025-03-26T08:47:10.477285+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>408cf68b-48e5-4256-b134-041075be0655</ClientID> <ComplaienceCategory>sample string 18</ComplaienceCategory> <ComplaienceType>sample string 20</ComplaienceType> <ComplainceCategoryID>10471046-54cf-40cd-bb28-48510f0395cb</ComplainceCategoryID> <ComplainceTypeID>c2da88e2-8111-4d36-9838-ec825a6228ae</ComplainceTypeID> <Country>sample string 10</Country> <CountryID>55c13802-bda6-4679-80be-c68925fe6ebd</CountryID> <DCMViewEventID>79a212f9-3d01-4abb-a748-fc070e34a531</DCMViewEventID> <Entity>sample string 8</Entity> <EntityId>80c457d8-3db2-4bc3-845f-a3e254d9fedf</EntityId> <EventCategory>sample string 3</EventCategory> <EventCategoryId>87c2f1b2-3b90-4728-8fe2-53489165c2e5</EventCategoryId> <EventOcurred>true</EventOcurred> <EventOcuuredDate>2025-03-26T08:47:10.477285+00:00</EventOcuuredDate> <EventSubCategory>sample string 5</EventSubCategory> <EventSubCategoryID>df8e0f1e-856f-4681-93b2-7b81e2d9f655</EventSubCategoryID> <ExpiredOn>2025-03-26T08:47:10.477285+00:00</ExpiredOn> <Location>sample string 16</Location> <LocationID>c871498a-449e-4403-a89a-4f49951f6631</LocationID> <Month>sample string 21</Month> <Region>sample string 12</Region> <RegionID>d3e7595c-3d0a-4e36-9f3c-383a56d3ea6b</RegionID> <RegisteredDate>2025-03-26T08:47:10.477285+00:00</RegisteredDate> <State>sample string 14</State> <StateID>8a684a08-b8ac-439a-bde5-b39ae713793e</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. |