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": "313f8021-08fa-472b-9ded-0f84613b2ab5", "EntityId": "8ffd99de-06b1-457c-9c1c-d51bf6b716a3", "LocationId": "a879554e-5caa-4688-a2e5-204219c61213", "RegionId": "57e434ac-40ae-43d1-9097-131159cad92a", "StateId": "efd587a4-3009-44b7-8b17-b2fa9a8ceaf2", "CategoryId": "8a56d0fc-9994-4dfb-bdc0-71e46e73a88b", "AssesmentCycleId": "9c7eeff6-b516-489f-9a7e-4f67b9273f7e", "AssesmentCycle": "sample string 8", "UserId": "1608b3c1-7779-4145-8372-32c992c11694", "ClientId": "26dcd6ad-3b37-49b8-84ff-f61727af0671", "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": "f7428821-3544-468c-8cbd-d8a7463622ea", "AssessmentCycleId": "5b34dff3-b614-47eb-a4ce-304295ba02e8", "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>9c7eeff6-b516-489f-9a7e-4f67b9273f7e</AssesmentCycleId> <AssessmentCycleId>5b34dff3-b614-47eb-a4ce-304295ba02e8</AssessmentCycleId> <AssignedStateId>sample string 17</AssignedStateId> <CategoryId>8a56d0fc-9994-4dfb-bdc0-71e46e73a88b</CategoryId> <ClientId>26dcd6ad-3b37-49b8-84ff-f61727af0671</ClientId> <ComplianceOwnerId>sample string 12</ComplianceOwnerId> <ComplianceTypeList> <ComplianceTypeID> <TypeId>sample string 1</TypeId> </ComplianceTypeID> <ComplianceTypeID> <TypeId>sample string 1</TypeId> </ComplianceTypeID> </ComplianceTypeList> <CountryId>313f8021-08fa-472b-9ded-0f84613b2ab5</CountryId> <CriticalTypeList> <CriticalTypeID> <CriticalityId>sample string 1</CriticalityId> </CriticalTypeID> <CriticalTypeID> <CriticalityId>sample string 1</CriticalityId> </CriticalTypeID> </CriticalTypeList> <EntityId>8ffd99de-06b1-457c-9c1c-d51bf6b716a3</EntityId> <FrequencyList> <FrequencyID> <FrequencyId>sample string 1</FrequencyId> </FrequencyID> <FrequencyID> <FrequencyId>sample string 1</FrequencyId> </FrequencyID> </FrequencyList> <LocationId>a879554e-5caa-4688-a2e5-204219c61213</LocationId> <NoticeLegalList> <LegalID> <legalId>sample string 1</legalId> </LegalID> <LegalID> <legalId>sample string 1</legalId> </LegalID> </NoticeLegalList> <OwnerOrReceiver>f7428821-3544-468c-8cbd-d8a7463622ea</OwnerOrReceiver> <RegionId>57e434ac-40ae-43d1-9097-131159cad92a</RegionId> <Role>sample string 11</Role> <StateId>efd587a4-3009-44b7-8b17-b2fa9a8ceaf2</StateId> <StatusList> <StatusID> <statusId>sample string 1</statusId> </StatusID> <StatusID> <statusId>sample string 1</statusId> </StatusID> </StatusList> <UserId>1608b3c1-7779-4145-8372-32c992c11694</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": "e5286cd1-2250-4e85-8dc8-3306e193907b", "UploadNotice": "sample string 2", "FinancialYear": "sample string 3", "UserName": "sample string 4", "UserEmailAddress": "sample string 5", "CountryId": "fe32ba8f-8f10-4f58-b902-15d6807ed1ce", "EntityId": "691a2980-9c83-4ae8-8d35-cc9ff861b2e4", "LocationId": "fbb292c1-1229-4aa4-b2b2-bd0c86a59444", "Location": "sample string 9", "ReceivedFrom": "sample string 10", "ReceiptDate": "2025-03-26T08:46:22.5846571+00:00", "ResponseDueDate": "2025-03-26T08:46:22.5846571+00:00", "Remark": "sample string 11", "NoticeOrLegal": "sample string 12", "NoticeOrLegalCategoryId": "51158f64-b183-47a0-bfda-6b85025ceb35", "CaseTypeId": "ad84b10f-6f1c-44f0-b001-7687ee8152be", "PartyName": "sample string 15", "PartyType": "sample string 16", "ResponsiblePersonId": "398a7356-01ed-4eea-be7b-aaca49e4ce4d", "SteeringCommitteeId": "8b261164-a2dd-44ec-81b3-9a1244aa78bc", "Amount": "sample string 19", "Status": "sample string 20", "TaggedTo": "2178e3b0-0d23-4846-8e7e-cba1b957f0af", "TaggedBy": "a42dbd0f-a9bd-42b5-8e98-66e787a6ac3f", "CreatedOn": "2025-03-26T08:46:22.5846571+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-26T08:46:22.5846571+00:00", "NextActionDateCloseDate": "2025-03-26T08:46:22.5846571+00:00", "UploadDocumentPath": "sample string 32", "LogAmount": "sample string 33", "ActionTakenDetails": "sample string 34", "ExpiredOn": "2025-03-26T08:46:22.5846571+00:00", "ClientId": "7f3c829d-f64b-48a5-91e7-59577d66fc6c", "ModifiedOn": "2025-03-26T08:46:22.5846571+00:00", "NoticeNumber": "sample string 37" }, { "DCMUploadNoticeID": "e5286cd1-2250-4e85-8dc8-3306e193907b", "UploadNotice": "sample string 2", "FinancialYear": "sample string 3", "UserName": "sample string 4", "UserEmailAddress": "sample string 5", "CountryId": "fe32ba8f-8f10-4f58-b902-15d6807ed1ce", "EntityId": "691a2980-9c83-4ae8-8d35-cc9ff861b2e4", "LocationId": "fbb292c1-1229-4aa4-b2b2-bd0c86a59444", "Location": "sample string 9", "ReceivedFrom": "sample string 10", "ReceiptDate": "2025-03-26T08:46:22.5846571+00:00", "ResponseDueDate": "2025-03-26T08:46:22.5846571+00:00", "Remark": "sample string 11", "NoticeOrLegal": "sample string 12", "NoticeOrLegalCategoryId": "51158f64-b183-47a0-bfda-6b85025ceb35", "CaseTypeId": "ad84b10f-6f1c-44f0-b001-7687ee8152be", "PartyName": "sample string 15", "PartyType": "sample string 16", "ResponsiblePersonId": "398a7356-01ed-4eea-be7b-aaca49e4ce4d", "SteeringCommitteeId": "8b261164-a2dd-44ec-81b3-9a1244aa78bc", "Amount": "sample string 19", "Status": "sample string 20", "TaggedTo": "2178e3b0-0d23-4846-8e7e-cba1b957f0af", "TaggedBy": "a42dbd0f-a9bd-42b5-8e98-66e787a6ac3f", "CreatedOn": "2025-03-26T08:46:22.5846571+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-26T08:46:22.5846571+00:00", "NextActionDateCloseDate": "2025-03-26T08:46:22.5846571+00:00", "UploadDocumentPath": "sample string 32", "LogAmount": "sample string 33", "ActionTakenDetails": "sample string 34", "ExpiredOn": "2025-03-26T08:46:22.5846571+00:00", "ClientId": "7f3c829d-f64b-48a5-91e7-59577d66fc6c", "ModifiedOn": "2025-03-26T08:46:22.5846571+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>ad84b10f-6f1c-44f0-b001-7687ee8152be</CaseTypeId> <CaseTypeName>sample string 26</CaseTypeName> <ClientId>7f3c829d-f64b-48a5-91e7-59577d66fc6c</ClientId> <CountryId>fe32ba8f-8f10-4f58-b902-15d6807ed1ce</CountryId> <CreatedBy>sample string 24</CreatedBy> <CreatedOn>2025-03-26T08:46:22.5846571+00:00</CreatedOn> <DCMUploadNoticeID>e5286cd1-2250-4e85-8dc8-3306e193907b</DCMUploadNoticeID> <EntityId>691a2980-9c83-4ae8-8d35-cc9ff861b2e4</EntityId> <ExpiredOn>2025-03-26T08:46:22.5846571+00:00</ExpiredOn> <FinancialYear>sample string 3</FinancialYear> <LastActionTakenDate>2025-03-26T08:46:22.5846571+00:00</LastActionTakenDate> <Location>sample string 9</Location> <LocationId>fbb292c1-1229-4aa4-b2b2-bd0c86a59444</LocationId> <LogAmount>sample string 33</LogAmount> <ModifiedOn>2025-03-26T08:46:22.5846571+00:00</ModifiedOn> <NextActionDateCloseDate>2025-03-26T08:46:22.5846571+00:00</NextActionDateCloseDate> <NoticeNumber>sample string 37</NoticeNumber> <NoticeOrLegal>sample string 12</NoticeOrLegal> <NoticeOrLegalCategoryId>51158f64-b183-47a0-bfda-6b85025ceb35</NoticeOrLegalCategoryId> <NoticeOrLegalCategoryName>sample string 25</NoticeOrLegalCategoryName> <NoticeStatus>sample string 29</NoticeStatus> <PartyName>sample string 15</PartyName> <PartyType>sample string 16</PartyType> <ReceiptDate>2025-03-26T08:46:22.5846571+00:00</ReceiptDate> <ReceivedFrom>sample string 10</ReceivedFrom> <Remark>sample string 11</Remark> <ResponseDueDate>2025-03-26T08:46:22.5846571+00:00</ResponseDueDate> <ResponsiblePersonId>398a7356-01ed-4eea-be7b-aaca49e4ce4d</ResponsiblePersonId> <ResponsiblePersonName>sample string 27</ResponsiblePersonName> <Status>sample string 20</Status> <SteeringCommitteeId>8b261164-a2dd-44ec-81b3-9a1244aa78bc</SteeringCommitteeId> <SteeringCommitteeName>sample string 28</SteeringCommitteeName> <TaggedBy>a42dbd0f-a9bd-42b5-8e98-66e787a6ac3f</TaggedBy> <TaggedTo>2178e3b0-0d23-4846-8e7e-cba1b957f0af</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>ad84b10f-6f1c-44f0-b001-7687ee8152be</CaseTypeId> <CaseTypeName>sample string 26</CaseTypeName> <ClientId>7f3c829d-f64b-48a5-91e7-59577d66fc6c</ClientId> <CountryId>fe32ba8f-8f10-4f58-b902-15d6807ed1ce</CountryId> <CreatedBy>sample string 24</CreatedBy> <CreatedOn>2025-03-26T08:46:22.5846571+00:00</CreatedOn> <DCMUploadNoticeID>e5286cd1-2250-4e85-8dc8-3306e193907b</DCMUploadNoticeID> <EntityId>691a2980-9c83-4ae8-8d35-cc9ff861b2e4</EntityId> <ExpiredOn>2025-03-26T08:46:22.5846571+00:00</ExpiredOn> <FinancialYear>sample string 3</FinancialYear> <LastActionTakenDate>2025-03-26T08:46:22.5846571+00:00</LastActionTakenDate> <Location>sample string 9</Location> <LocationId>fbb292c1-1229-4aa4-b2b2-bd0c86a59444</LocationId> <LogAmount>sample string 33</LogAmount> <ModifiedOn>2025-03-26T08:46:22.5846571+00:00</ModifiedOn> <NextActionDateCloseDate>2025-03-26T08:46:22.5846571+00:00</NextActionDateCloseDate> <NoticeNumber>sample string 37</NoticeNumber> <NoticeOrLegal>sample string 12</NoticeOrLegal> <NoticeOrLegalCategoryId>51158f64-b183-47a0-bfda-6b85025ceb35</NoticeOrLegalCategoryId> <NoticeOrLegalCategoryName>sample string 25</NoticeOrLegalCategoryName> <NoticeStatus>sample string 29</NoticeStatus> <PartyName>sample string 15</PartyName> <PartyType>sample string 16</PartyType> <ReceiptDate>2025-03-26T08:46:22.5846571+00:00</ReceiptDate> <ReceivedFrom>sample string 10</ReceivedFrom> <Remark>sample string 11</Remark> <ResponseDueDate>2025-03-26T08:46:22.5846571+00:00</ResponseDueDate> <ResponsiblePersonId>398a7356-01ed-4eea-be7b-aaca49e4ce4d</ResponsiblePersonId> <ResponsiblePersonName>sample string 27</ResponsiblePersonName> <Status>sample string 20</Status> <SteeringCommitteeId>8b261164-a2dd-44ec-81b3-9a1244aa78bc</SteeringCommitteeId> <SteeringCommitteeName>sample string 28</SteeringCommitteeName> <TaggedBy>a42dbd0f-a9bd-42b5-8e98-66e787a6ac3f</TaggedBy> <TaggedTo>2178e3b0-0d23-4846-8e7e-cba1b957f0af</TaggedTo> <UploadDocumentPath>sample string 32</UploadDocumentPath> <UploadNotice>sample string 2</UploadNotice> <UserEmailAddress>sample string 5</UserEmailAddress> <UserName>sample string 4</UserName> </CustomDCMUploadNotice> </ArrayOfCustomDCMUploadNotice>