POST api/DCMNoticeLegalReport?b={b}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
b | string |
Required |
Body Parameters
CustomUserFilterDetailsName | Description | Type | Additional information |
---|---|---|---|
CountryId | globally unique identifier |
None. |
|
EntityId | globally unique identifier |
None. |
|
LocationId | globally unique identifier |
None. |
|
RegionId | globally unique identifier |
None. |
|
StateId | globally unique identifier |
None. |
|
CategoryId | globally unique identifier |
None. |
|
AssesmentCycleId | globally unique identifier |
None. |
|
AssesmentCycle | string |
None. |
|
UserId | globally unique identifier |
None. |
|
ClientId | globally unique identifier |
None. |
|
Role | string |
None. |
|
countryList | Collection of CountryID |
None. |
|
ComplianceOwnerId | string |
None. |
|
regionList | Collection of RegionID |
None. |
|
stateList | Collection of StateID |
None. |
|
locationList | Collection of LocationID |
None. |
|
categoryList | Collection of ComplianceCategoryID |
None. |
|
assesmentCycleList | Collection of AssessmentID |
None. |
|
entityId | string |
None. |
|
userID | string |
None. |
|
entityList | Collection of EntityID |
None. |
|
StatusList | Collection of StatusID |
None. |
|
NoticeLegalList | Collection of LegalID |
None. |
|
CriticalTypeList | Collection of CriticalTypeID |
None. |
|
FrequencyList | Collection of FrequencyID |
None. |
|
ComplianceTypeList | Collection of ComplianceTypeID |
None. |
|
OwnerOrReceiver | globally unique identifier |
None. |
|
AssessmentCycleId | globally unique identifier |
None. |
|
AssignedStateId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "CountryId": "b873e83b-9f21-41cf-9746-038375b76c37", "EntityId": "444db62e-df07-4cc1-85cf-c26f581574dc", "LocationId": "ac865159-c5ff-407f-ad46-84f771fb760b", "RegionId": "4821b7bf-f145-4f08-94b3-f83ee76b694f", "StateId": "3e0393f7-1663-45f8-8aea-09151e90b31f", "CategoryId": "a07e0cf3-502a-4e39-8738-5c9bdd761570", "AssesmentCycleId": "495e791b-ea87-4d94-9e42-427c825dfe9a", "AssesmentCycle": "sample string 8", "UserId": "ce7a7285-6b9f-4f67-949f-8b4e16358944", "ClientId": "18296212-28e1-47b9-8d49-06f34d5fe1b7", "Role": "sample string 11", "countryList": [ { "countryId": "sample string 1" }, { "countryId": "sample string 1" } ], "ComplianceOwnerId": "sample string 12", "regionList": [ { "regionId": "sample string 1" }, { "regionId": "sample string 1" } ], "stateList": [ { "stateId": "sample string 1" }, { "stateId": "sample string 1" } ], "locationList": [ { "locationId": "sample string 1" }, { "locationId": "sample string 1" } ], "categoryList": [ { "categoryId": "sample string 1" }, { "categoryId": "sample string 1" } ], "assesmentCycleList": [ { "assessmentId": "sample string 1" }, { "assessmentId": "sample string 1" } ], "entityId": "sample string 13", "userID": "sample string 14", "entityList": [ { "entityId": "sample string 1" }, { "entityId": "sample string 1" } ], "StatusList": [ { "statusId": "sample string 1" }, { "statusId": "sample string 1" } ], "NoticeLegalList": [ { "legalId": "sample string 1" }, { "legalId": "sample string 1" } ], "CriticalTypeList": [ { "CriticalityId": "sample string 1" }, { "CriticalityId": "sample string 1" } ], "FrequencyList": [ { "FrequencyId": "sample string 1" }, { "FrequencyId": "sample string 1" } ], "ComplianceTypeList": [ { "TypeId": "sample string 1" }, { "TypeId": "sample string 1" } ], "OwnerOrReceiver": "abbbe296-2c6b-4629-b7c7-36a1b9ed8871", "AssessmentCycleId": "b6287938-4427-48d7-916b-cfb720daa2ba", "AssignedStateId": "sample string 17" }
application/xml, text/xml
Sample:
<CustomUserFilterDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <AssesmentCycle>sample string 8</AssesmentCycle> <AssesmentCycleId>495e791b-ea87-4d94-9e42-427c825dfe9a</AssesmentCycleId> <AssessmentCycleId>b6287938-4427-48d7-916b-cfb720daa2ba</AssessmentCycleId> <AssignedStateId>sample string 17</AssignedStateId> <CategoryId>a07e0cf3-502a-4e39-8738-5c9bdd761570</CategoryId> <ClientId>18296212-28e1-47b9-8d49-06f34d5fe1b7</ClientId> <ComplianceOwnerId>sample string 12</ComplianceOwnerId> <ComplianceTypeList> <ComplianceTypeID> <TypeId>sample string 1</TypeId> </ComplianceTypeID> <ComplianceTypeID> <TypeId>sample string 1</TypeId> </ComplianceTypeID> </ComplianceTypeList> <CountryId>b873e83b-9f21-41cf-9746-038375b76c37</CountryId> <CriticalTypeList> <CriticalTypeID> <CriticalityId>sample string 1</CriticalityId> </CriticalTypeID> <CriticalTypeID> <CriticalityId>sample string 1</CriticalityId> </CriticalTypeID> </CriticalTypeList> <EntityId>444db62e-df07-4cc1-85cf-c26f581574dc</EntityId> <FrequencyList> <FrequencyID> <FrequencyId>sample string 1</FrequencyId> </FrequencyID> <FrequencyID> <FrequencyId>sample string 1</FrequencyId> </FrequencyID> </FrequencyList> <LocationId>ac865159-c5ff-407f-ad46-84f771fb760b</LocationId> <NoticeLegalList> <LegalID> <legalId>sample string 1</legalId> </LegalID> <LegalID> <legalId>sample string 1</legalId> </LegalID> </NoticeLegalList> <OwnerOrReceiver>abbbe296-2c6b-4629-b7c7-36a1b9ed8871</OwnerOrReceiver> <RegionId>4821b7bf-f145-4f08-94b3-f83ee76b694f</RegionId> <Role>sample string 11</Role> <StateId>3e0393f7-1663-45f8-8aea-09151e90b31f</StateId> <StatusList> <StatusID> <statusId>sample string 1</statusId> </StatusID> <StatusID> <statusId>sample string 1</statusId> </StatusID> </StatusList> <UserId>ce7a7285-6b9f-4f67-949f-8b4e16358944</UserId> <assesmentCycleList> <AssessmentID> <assessmentId>sample string 1</assessmentId> </AssessmentID> <AssessmentID> <assessmentId>sample string 1</assessmentId> </AssessmentID> </assesmentCycleList> <categoryList> <ComplianceCategoryID> <categoryId>sample string 1</categoryId> </ComplianceCategoryID> <ComplianceCategoryID> <categoryId>sample string 1</categoryId> </ComplianceCategoryID> </categoryList> <countryList> <CountryID> <countryId>sample string 1</countryId> </CountryID> <CountryID> <countryId>sample string 1</countryId> </CountryID> </countryList> <entityId>sample string 13</entityId> <entityList> <EntityID> <entityId>sample string 1</entityId> </EntityID> <EntityID> <entityId>sample string 1</entityId> </EntityID> </entityList> <locationList> <LocationID> <locationId>sample string 1</locationId> </LocationID> <LocationID> <locationId>sample string 1</locationId> </LocationID> </locationList> <regionList> <RegionID> <regionId>sample string 1</regionId> </RegionID> <RegionID> <regionId>sample string 1</regionId> </RegionID> </regionList> <stateList> <StateID> <stateId>sample string 1</stateId> </StateID> <StateID> <stateId>sample string 1</stateId> </StateID> </stateList> <userID>sample string 14</userID> </CustomUserFilterDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CustomDCMUploadNoticeName | Description | Type | Additional information |
---|---|---|---|
DCMUploadNoticeID | globally unique identifier |
None. |
|
UploadNotice | string |
None. |
|
FinancialYear | string |
None. |
|
UserName | string |
None. |
|
UserEmailAddress | string |
None. |
|
CountryId | globally unique identifier |
None. |
|
EntityId | globally unique identifier |
None. |
|
LocationId | globally unique identifier |
None. |
|
Location | string |
None. |
|
ReceivedFrom | string |
None. |
|
ReceiptDate | date |
None. |
|
ResponseDueDate | date |
None. |
|
Remark | string |
None. |
|
NoticeOrLegal | string |
None. |
|
NoticeOrLegalCategoryId | globally unique identifier |
None. |
|
CaseTypeId | globally unique identifier |
None. |
|
PartyName | string |
None. |
|
PartyType | string |
None. |
|
ResponsiblePersonId | globally unique identifier |
None. |
|
SteeringCommitteeId | globally unique identifier |
None. |
|
Amount | string |
None. |
|
Status | string |
None. |
|
TaggedTo | globally unique identifier |
None. |
|
TaggedBy | globally unique identifier |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | string |
None. |
|
NoticeOrLegalCategoryName | string |
None. |
|
CaseTypeName | string |
None. |
|
ResponsiblePersonName | string |
None. |
|
SteeringCommitteeName | string |
None. |
|
NoticeStatus | string |
None. |
|
LastActionTakenDate | date |
None. |
|
NextActionDateCloseDate | date |
None. |
|
UploadDocumentPath | string |
None. |
|
LogAmount | string |
None. |
|
ActionTakenDetails | string |
None. |
|
ExpiredOn | date |
None. |
|
ClientId | globally unique identifier |
None. |
|
ModifiedOn | date |
None. |
|
NoticeNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DCMUploadNoticeID": "5cdd103e-0910-4e94-b365-3312cfebd971", "UploadNotice": "sample string 2", "FinancialYear": "sample string 3", "UserName": "sample string 4", "UserEmailAddress": "sample string 5", "CountryId": "314e7b56-69df-44cf-9b3d-2b373a18a51b", "EntityId": "12839a9c-9724-45ac-a8c5-794635e3bfe4", "LocationId": "f7c66a82-7f7f-4f7f-b7d2-6a7d37ceaf43", "Location": "sample string 9", "ReceivedFrom": "sample string 10", "ReceiptDate": "2025-06-23T16:32:23.2009794+00:00", "ResponseDueDate": "2025-06-23T16:32:23.2009794+00:00", "Remark": "sample string 11", "NoticeOrLegal": "sample string 12", "NoticeOrLegalCategoryId": "90b2d09d-0259-49c9-8807-8f3cd12f487d", "CaseTypeId": "a277623d-b62d-46ee-baff-6cc51d54ca70", "PartyName": "sample string 15", "PartyType": "sample string 16", "ResponsiblePersonId": "199397e2-ef1a-485c-9851-ca62a4ff33b8", "SteeringCommitteeId": "2a2196ad-ad77-412f-8785-7749b432a6bd", "Amount": "sample string 19", "Status": "sample string 20", "TaggedTo": "2292786e-334e-4c51-983b-fef44a000673", "TaggedBy": "1bc85b64-4801-45de-8eed-dd047dded483", "CreatedOn": "2025-06-23T16:32:23.2009794+00:00", "CreatedBy": "sample string 24", "NoticeOrLegalCategoryName": "sample string 25", "CaseTypeName": "sample string 26", "ResponsiblePersonName": "sample string 27", "SteeringCommitteeName": "sample string 28", "NoticeStatus": "sample string 29", "LastActionTakenDate": "2025-06-23T16:32:23.2009794+00:00", "NextActionDateCloseDate": "2025-06-23T16:32:23.2009794+00:00", "UploadDocumentPath": "sample string 32", "LogAmount": "sample string 33", "ActionTakenDetails": "sample string 34", "ExpiredOn": "2025-06-23T16:32:23.2009794+00:00", "ClientId": "3fcb9ef2-fcd3-4435-8a78-2dcedf0d06f9", "ModifiedOn": "2025-06-23T16:32:23.2009794+00:00", "NoticeNumber": "sample string 37" }, { "DCMUploadNoticeID": "5cdd103e-0910-4e94-b365-3312cfebd971", "UploadNotice": "sample string 2", "FinancialYear": "sample string 3", "UserName": "sample string 4", "UserEmailAddress": "sample string 5", "CountryId": "314e7b56-69df-44cf-9b3d-2b373a18a51b", "EntityId": "12839a9c-9724-45ac-a8c5-794635e3bfe4", "LocationId": "f7c66a82-7f7f-4f7f-b7d2-6a7d37ceaf43", "Location": "sample string 9", "ReceivedFrom": "sample string 10", "ReceiptDate": "2025-06-23T16:32:23.2009794+00:00", "ResponseDueDate": "2025-06-23T16:32:23.2009794+00:00", "Remark": "sample string 11", "NoticeOrLegal": "sample string 12", "NoticeOrLegalCategoryId": "90b2d09d-0259-49c9-8807-8f3cd12f487d", "CaseTypeId": "a277623d-b62d-46ee-baff-6cc51d54ca70", "PartyName": "sample string 15", "PartyType": "sample string 16", "ResponsiblePersonId": "199397e2-ef1a-485c-9851-ca62a4ff33b8", "SteeringCommitteeId": "2a2196ad-ad77-412f-8785-7749b432a6bd", "Amount": "sample string 19", "Status": "sample string 20", "TaggedTo": "2292786e-334e-4c51-983b-fef44a000673", "TaggedBy": "1bc85b64-4801-45de-8eed-dd047dded483", "CreatedOn": "2025-06-23T16:32:23.2009794+00:00", "CreatedBy": "sample string 24", "NoticeOrLegalCategoryName": "sample string 25", "CaseTypeName": "sample string 26", "ResponsiblePersonName": "sample string 27", "SteeringCommitteeName": "sample string 28", "NoticeStatus": "sample string 29", "LastActionTakenDate": "2025-06-23T16:32:23.2009794+00:00", "NextActionDateCloseDate": "2025-06-23T16:32:23.2009794+00:00", "UploadDocumentPath": "sample string 32", "LogAmount": "sample string 33", "ActionTakenDetails": "sample string 34", "ExpiredOn": "2025-06-23T16:32:23.2009794+00:00", "ClientId": "3fcb9ef2-fcd3-4435-8a78-2dcedf0d06f9", "ModifiedOn": "2025-06-23T16:32:23.2009794+00:00", "NoticeNumber": "sample string 37" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomDCMUploadNotice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <CustomDCMUploadNotice> <ActionTakenDetails>sample string 34</ActionTakenDetails> <Amount>sample string 19</Amount> <CaseTypeId>a277623d-b62d-46ee-baff-6cc51d54ca70</CaseTypeId> <CaseTypeName>sample string 26</CaseTypeName> <ClientId>3fcb9ef2-fcd3-4435-8a78-2dcedf0d06f9</ClientId> <CountryId>314e7b56-69df-44cf-9b3d-2b373a18a51b</CountryId> <CreatedBy>sample string 24</CreatedBy> <CreatedOn>2025-06-23T16:32:23.2009794+00:00</CreatedOn> <DCMUploadNoticeID>5cdd103e-0910-4e94-b365-3312cfebd971</DCMUploadNoticeID> <EntityId>12839a9c-9724-45ac-a8c5-794635e3bfe4</EntityId> <ExpiredOn>2025-06-23T16:32:23.2009794+00:00</ExpiredOn> <FinancialYear>sample string 3</FinancialYear> <LastActionTakenDate>2025-06-23T16:32:23.2009794+00:00</LastActionTakenDate> <Location>sample string 9</Location> <LocationId>f7c66a82-7f7f-4f7f-b7d2-6a7d37ceaf43</LocationId> <LogAmount>sample string 33</LogAmount> <ModifiedOn>2025-06-23T16:32:23.2009794+00:00</ModifiedOn> <NextActionDateCloseDate>2025-06-23T16:32:23.2009794+00:00</NextActionDateCloseDate> <NoticeNumber>sample string 37</NoticeNumber> <NoticeOrLegal>sample string 12</NoticeOrLegal> <NoticeOrLegalCategoryId>90b2d09d-0259-49c9-8807-8f3cd12f487d</NoticeOrLegalCategoryId> <NoticeOrLegalCategoryName>sample string 25</NoticeOrLegalCategoryName> <NoticeStatus>sample string 29</NoticeStatus> <PartyName>sample string 15</PartyName> <PartyType>sample string 16</PartyType> <ReceiptDate>2025-06-23T16:32:23.2009794+00:00</ReceiptDate> <ReceivedFrom>sample string 10</ReceivedFrom> <Remark>sample string 11</Remark> <ResponseDueDate>2025-06-23T16:32:23.2009794+00:00</ResponseDueDate> <ResponsiblePersonId>199397e2-ef1a-485c-9851-ca62a4ff33b8</ResponsiblePersonId> <ResponsiblePersonName>sample string 27</ResponsiblePersonName> <Status>sample string 20</Status> <SteeringCommitteeId>2a2196ad-ad77-412f-8785-7749b432a6bd</SteeringCommitteeId> <SteeringCommitteeName>sample string 28</SteeringCommitteeName> <TaggedBy>1bc85b64-4801-45de-8eed-dd047dded483</TaggedBy> <TaggedTo>2292786e-334e-4c51-983b-fef44a000673</TaggedTo> <UploadDocumentPath>sample string 32</UploadDocumentPath> <UploadNotice>sample string 2</UploadNotice> <UserEmailAddress>sample string 5</UserEmailAddress> <UserName>sample string 4</UserName> </CustomDCMUploadNotice> <CustomDCMUploadNotice> <ActionTakenDetails>sample string 34</ActionTakenDetails> <Amount>sample string 19</Amount> <CaseTypeId>a277623d-b62d-46ee-baff-6cc51d54ca70</CaseTypeId> <CaseTypeName>sample string 26</CaseTypeName> <ClientId>3fcb9ef2-fcd3-4435-8a78-2dcedf0d06f9</ClientId> <CountryId>314e7b56-69df-44cf-9b3d-2b373a18a51b</CountryId> <CreatedBy>sample string 24</CreatedBy> <CreatedOn>2025-06-23T16:32:23.2009794+00:00</CreatedOn> <DCMUploadNoticeID>5cdd103e-0910-4e94-b365-3312cfebd971</DCMUploadNoticeID> <EntityId>12839a9c-9724-45ac-a8c5-794635e3bfe4</EntityId> <ExpiredOn>2025-06-23T16:32:23.2009794+00:00</ExpiredOn> <FinancialYear>sample string 3</FinancialYear> <LastActionTakenDate>2025-06-23T16:32:23.2009794+00:00</LastActionTakenDate> <Location>sample string 9</Location> <LocationId>f7c66a82-7f7f-4f7f-b7d2-6a7d37ceaf43</LocationId> <LogAmount>sample string 33</LogAmount> <ModifiedOn>2025-06-23T16:32:23.2009794+00:00</ModifiedOn> <NextActionDateCloseDate>2025-06-23T16:32:23.2009794+00:00</NextActionDateCloseDate> <NoticeNumber>sample string 37</NoticeNumber> <NoticeOrLegal>sample string 12</NoticeOrLegal> <NoticeOrLegalCategoryId>90b2d09d-0259-49c9-8807-8f3cd12f487d</NoticeOrLegalCategoryId> <NoticeOrLegalCategoryName>sample string 25</NoticeOrLegalCategoryName> <NoticeStatus>sample string 29</NoticeStatus> <PartyName>sample string 15</PartyName> <PartyType>sample string 16</PartyType> <ReceiptDate>2025-06-23T16:32:23.2009794+00:00</ReceiptDate> <ReceivedFrom>sample string 10</ReceivedFrom> <Remark>sample string 11</Remark> <ResponseDueDate>2025-06-23T16:32:23.2009794+00:00</ResponseDueDate> <ResponsiblePersonId>199397e2-ef1a-485c-9851-ca62a4ff33b8</ResponsiblePersonId> <ResponsiblePersonName>sample string 27</ResponsiblePersonName> <Status>sample string 20</Status> <SteeringCommitteeId>2a2196ad-ad77-412f-8785-7749b432a6bd</SteeringCommitteeId> <SteeringCommitteeName>sample string 28</SteeringCommitteeName> <TaggedBy>1bc85b64-4801-45de-8eed-dd047dded483</TaggedBy> <TaggedTo>2292786e-334e-4c51-983b-fef44a000673</TaggedTo> <UploadDocumentPath>sample string 32</UploadDocumentPath> <UploadNotice>sample string 2</UploadNotice> <UserEmailAddress>sample string 5</UserEmailAddress> <UserName>sample string 4</UserName> </CustomDCMUploadNotice> </ArrayOfCustomDCMUploadNotice>