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": "f7949e2f-a3f5-4ca7-a436-63d2f4a30772", "EntityId": "55d972c4-41d7-4576-907a-6478a9f7c060", "LocationId": "05f048d7-1465-4617-b581-daeb875b90c6", "RegionId": "91959754-8258-4a7f-b014-57060c3cbdab", "StateId": "07fb227f-d184-439a-95c0-1627ed1dca99", "CategoryId": "7122e784-6650-4167-b980-ebdcd6ba1624", "AssesmentCycleId": "2de88b7d-b74e-46ed-9555-b92e1147854c", "AssesmentCycle": "sample string 8", "UserId": "5927a3ed-ce9c-4fb2-975b-86c01b06a5d4", "ClientId": "0acb1375-ff4e-48ea-9892-910fbed8f917", "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": "327f316f-b3f9-4e6a-9428-2e77940156c9", "AssessmentCycleId": "d26cd506-86b9-4005-87da-f4f4b889a1b5", "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>2de88b7d-b74e-46ed-9555-b92e1147854c</AssesmentCycleId> <AssessmentCycleId>d26cd506-86b9-4005-87da-f4f4b889a1b5</AssessmentCycleId> <AssignedStateId>sample string 17</AssignedStateId> <CategoryId>7122e784-6650-4167-b980-ebdcd6ba1624</CategoryId> <ClientId>0acb1375-ff4e-48ea-9892-910fbed8f917</ClientId> <ComplianceOwnerId>sample string 12</ComplianceOwnerId> <ComplianceTypeList> <ComplianceTypeID> <TypeId>sample string 1</TypeId> </ComplianceTypeID> <ComplianceTypeID> <TypeId>sample string 1</TypeId> </ComplianceTypeID> </ComplianceTypeList> <CountryId>f7949e2f-a3f5-4ca7-a436-63d2f4a30772</CountryId> <CriticalTypeList> <CriticalTypeID> <CriticalityId>sample string 1</CriticalityId> </CriticalTypeID> <CriticalTypeID> <CriticalityId>sample string 1</CriticalityId> </CriticalTypeID> </CriticalTypeList> <EntityId>55d972c4-41d7-4576-907a-6478a9f7c060</EntityId> <FrequencyList> <FrequencyID> <FrequencyId>sample string 1</FrequencyId> </FrequencyID> <FrequencyID> <FrequencyId>sample string 1</FrequencyId> </FrequencyID> </FrequencyList> <LocationId>05f048d7-1465-4617-b581-daeb875b90c6</LocationId> <NoticeLegalList> <LegalID> <legalId>sample string 1</legalId> </LegalID> <LegalID> <legalId>sample string 1</legalId> </LegalID> </NoticeLegalList> <OwnerOrReceiver>327f316f-b3f9-4e6a-9428-2e77940156c9</OwnerOrReceiver> <RegionId>91959754-8258-4a7f-b014-57060c3cbdab</RegionId> <Role>sample string 11</Role> <StateId>07fb227f-d184-439a-95c0-1627ed1dca99</StateId> <StatusList> <StatusID> <statusId>sample string 1</statusId> </StatusID> <StatusID> <statusId>sample string 1</statusId> </StatusID> </StatusList> <UserId>5927a3ed-ce9c-4fb2-975b-86c01b06a5d4</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. |
|
Entity | string |
None. |
|
Country | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "DCMUploadNoticeID": "cebd1f1d-2316-4147-85af-0ea2f6c2e502", "UploadNotice": "sample string 2", "FinancialYear": "sample string 3", "UserName": "sample string 4", "UserEmailAddress": "sample string 5", "CountryId": "4b313927-06c7-48ed-b69d-cd02e846a26b", "EntityId": "abb799f1-93ed-4717-a683-d56eca5c6f53", "LocationId": "12a27f05-98cc-4f0b-a12f-510fffb320c1", "Location": "sample string 9", "ReceivedFrom": "sample string 10", "ReceiptDate": "2025-03-14T01:23:29.2299591+00:00", "ResponseDueDate": "2025-03-14T01:23:29.2299591+00:00", "Remark": "sample string 11", "NoticeOrLegal": "sample string 12", "NoticeOrLegalCategoryId": "7224a325-02f8-42e3-82f8-247c7d3d5551", "CaseTypeId": "a138e77d-9b59-4d3e-8336-86155d638e69", "PartyName": "sample string 15", "PartyType": "sample string 16", "ResponsiblePersonId": "bdbfc03c-0d32-4b0b-a22d-3ef8e1a5129d", "SteeringCommitteeId": "b9c808c6-9892-4195-81a7-fca5bc57b978", "Amount": "sample string 19", "Status": "sample string 20", "TaggedTo": "9843542e-be63-41f6-8af8-c26f3682cf2c", "TaggedBy": "cf3a09d1-7f7b-4e93-8e08-e20f399f5a66", "CreatedOn": "2025-03-14T01:23:29.2299591+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-03-14T01:23:29.2299591+00:00", "NextActionDateCloseDate": "2025-03-14T01:23:29.2299591+00:00", "UploadDocumentPath": "sample string 32", "LogAmount": "sample string 33", "ActionTakenDetails": "sample string 34", "ExpiredOn": "2025-03-14T01:23:29.2299591+00:00", "ClientId": "a3700b93-a104-4c86-8932-44114a5f1284", "ModifiedOn": "2025-03-14T01:23:29.2299591+00:00", "NoticeNumber": "sample string 37", "Entity": "sample string 38", "Country": "sample string 39" }, { "DCMUploadNoticeID": "cebd1f1d-2316-4147-85af-0ea2f6c2e502", "UploadNotice": "sample string 2", "FinancialYear": "sample string 3", "UserName": "sample string 4", "UserEmailAddress": "sample string 5", "CountryId": "4b313927-06c7-48ed-b69d-cd02e846a26b", "EntityId": "abb799f1-93ed-4717-a683-d56eca5c6f53", "LocationId": "12a27f05-98cc-4f0b-a12f-510fffb320c1", "Location": "sample string 9", "ReceivedFrom": "sample string 10", "ReceiptDate": "2025-03-14T01:23:29.2299591+00:00", "ResponseDueDate": "2025-03-14T01:23:29.2299591+00:00", "Remark": "sample string 11", "NoticeOrLegal": "sample string 12", "NoticeOrLegalCategoryId": "7224a325-02f8-42e3-82f8-247c7d3d5551", "CaseTypeId": "a138e77d-9b59-4d3e-8336-86155d638e69", "PartyName": "sample string 15", "PartyType": "sample string 16", "ResponsiblePersonId": "bdbfc03c-0d32-4b0b-a22d-3ef8e1a5129d", "SteeringCommitteeId": "b9c808c6-9892-4195-81a7-fca5bc57b978", "Amount": "sample string 19", "Status": "sample string 20", "TaggedTo": "9843542e-be63-41f6-8af8-c26f3682cf2c", "TaggedBy": "cf3a09d1-7f7b-4e93-8e08-e20f399f5a66", "CreatedOn": "2025-03-14T01:23:29.2299591+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-03-14T01:23:29.2299591+00:00", "NextActionDateCloseDate": "2025-03-14T01:23:29.2299591+00:00", "UploadDocumentPath": "sample string 32", "LogAmount": "sample string 33", "ActionTakenDetails": "sample string 34", "ExpiredOn": "2025-03-14T01:23:29.2299591+00:00", "ClientId": "a3700b93-a104-4c86-8932-44114a5f1284", "ModifiedOn": "2025-03-14T01:23:29.2299591+00:00", "NoticeNumber": "sample string 37", "Entity": "sample string 38", "Country": "sample string 39" } ]
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>a138e77d-9b59-4d3e-8336-86155d638e69</CaseTypeId> <CaseTypeName>sample string 26</CaseTypeName> <ClientId>a3700b93-a104-4c86-8932-44114a5f1284</ClientId> <Country>sample string 39</Country> <CountryId>4b313927-06c7-48ed-b69d-cd02e846a26b</CountryId> <CreatedBy>sample string 24</CreatedBy> <CreatedOn>2025-03-14T01:23:29.2299591+00:00</CreatedOn> <DCMUploadNoticeID>cebd1f1d-2316-4147-85af-0ea2f6c2e502</DCMUploadNoticeID> <Entity>sample string 38</Entity> <EntityId>abb799f1-93ed-4717-a683-d56eca5c6f53</EntityId> <ExpiredOn>2025-03-14T01:23:29.2299591+00:00</ExpiredOn> <FinancialYear>sample string 3</FinancialYear> <LastActionTakenDate>2025-03-14T01:23:29.2299591+00:00</LastActionTakenDate> <Location>sample string 9</Location> <LocationId>12a27f05-98cc-4f0b-a12f-510fffb320c1</LocationId> <LogAmount>sample string 33</LogAmount> <ModifiedOn>2025-03-14T01:23:29.2299591+00:00</ModifiedOn> <NextActionDateCloseDate>2025-03-14T01:23:29.2299591+00:00</NextActionDateCloseDate> <NoticeNumber>sample string 37</NoticeNumber> <NoticeOrLegal>sample string 12</NoticeOrLegal> <NoticeOrLegalCategoryId>7224a325-02f8-42e3-82f8-247c7d3d5551</NoticeOrLegalCategoryId> <NoticeOrLegalCategoryName>sample string 25</NoticeOrLegalCategoryName> <NoticeStatus>sample string 29</NoticeStatus> <PartyName>sample string 15</PartyName> <PartyType>sample string 16</PartyType> <ReceiptDate>2025-03-14T01:23:29.2299591+00:00</ReceiptDate> <ReceivedFrom>sample string 10</ReceivedFrom> <Remark>sample string 11</Remark> <ResponseDueDate>2025-03-14T01:23:29.2299591+00:00</ResponseDueDate> <ResponsiblePersonId>bdbfc03c-0d32-4b0b-a22d-3ef8e1a5129d</ResponsiblePersonId> <ResponsiblePersonName>sample string 27</ResponsiblePersonName> <Status>sample string 20</Status> <SteeringCommitteeId>b9c808c6-9892-4195-81a7-fca5bc57b978</SteeringCommitteeId> <SteeringCommitteeName>sample string 28</SteeringCommitteeName> <TaggedBy>cf3a09d1-7f7b-4e93-8e08-e20f399f5a66</TaggedBy> <TaggedTo>9843542e-be63-41f6-8af8-c26f3682cf2c</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>a138e77d-9b59-4d3e-8336-86155d638e69</CaseTypeId> <CaseTypeName>sample string 26</CaseTypeName> <ClientId>a3700b93-a104-4c86-8932-44114a5f1284</ClientId> <Country>sample string 39</Country> <CountryId>4b313927-06c7-48ed-b69d-cd02e846a26b</CountryId> <CreatedBy>sample string 24</CreatedBy> <CreatedOn>2025-03-14T01:23:29.2299591+00:00</CreatedOn> <DCMUploadNoticeID>cebd1f1d-2316-4147-85af-0ea2f6c2e502</DCMUploadNoticeID> <Entity>sample string 38</Entity> <EntityId>abb799f1-93ed-4717-a683-d56eca5c6f53</EntityId> <ExpiredOn>2025-03-14T01:23:29.2299591+00:00</ExpiredOn> <FinancialYear>sample string 3</FinancialYear> <LastActionTakenDate>2025-03-14T01:23:29.2299591+00:00</LastActionTakenDate> <Location>sample string 9</Location> <LocationId>12a27f05-98cc-4f0b-a12f-510fffb320c1</LocationId> <LogAmount>sample string 33</LogAmount> <ModifiedOn>2025-03-14T01:23:29.2299591+00:00</ModifiedOn> <NextActionDateCloseDate>2025-03-14T01:23:29.2299591+00:00</NextActionDateCloseDate> <NoticeNumber>sample string 37</NoticeNumber> <NoticeOrLegal>sample string 12</NoticeOrLegal> <NoticeOrLegalCategoryId>7224a325-02f8-42e3-82f8-247c7d3d5551</NoticeOrLegalCategoryId> <NoticeOrLegalCategoryName>sample string 25</NoticeOrLegalCategoryName> <NoticeStatus>sample string 29</NoticeStatus> <PartyName>sample string 15</PartyName> <PartyType>sample string 16</PartyType> <ReceiptDate>2025-03-14T01:23:29.2299591+00:00</ReceiptDate> <ReceivedFrom>sample string 10</ReceivedFrom> <Remark>sample string 11</Remark> <ResponseDueDate>2025-03-14T01:23:29.2299591+00:00</ResponseDueDate> <ResponsiblePersonId>bdbfc03c-0d32-4b0b-a22d-3ef8e1a5129d</ResponsiblePersonId> <ResponsiblePersonName>sample string 27</ResponsiblePersonName> <Status>sample string 20</Status> <SteeringCommitteeId>b9c808c6-9892-4195-81a7-fca5bc57b978</SteeringCommitteeId> <SteeringCommitteeName>sample string 28</SteeringCommitteeName> <TaggedBy>cf3a09d1-7f7b-4e93-8e08-e20f399f5a66</TaggedBy> <TaggedTo>9843542e-be63-41f6-8af8-c26f3682cf2c</TaggedTo> <UploadDocumentPath>sample string 32</UploadDocumentPath> <UploadNotice>sample string 2</UploadNotice> <UserEmailAddress>sample string 5</UserEmailAddress> <UserName>sample string 4</UserName> </CustomDCMUploadNotice> </ArrayOfCustomDCMUploadNotice>