POST api/Notification/NotifyFundComp_Event_trigger
Request Information
URI Parameters
None.
Body Parameters
FundCompCheckListTriggerEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| FinacialYearId | integer |
None. |
|
| FinancialYearTitle | string |
None. |
|
| QuarterId | integer |
None. |
|
| QuarterTitle | string |
None. |
|
| FundId | integer |
None. |
|
| FundName | string |
None. |
|
| InvestorId | integer |
None. |
|
| InvestorName | string |
None. |
|
| CheckListId | integer |
None. |
|
| FundComplianceTemplateId | integer |
None. |
|
| Category | string |
None. |
|
| EventName | string |
None. |
|
| Event_ID | integer |
None. |
|
| NewEventTriggerId | integer |
None. |
|
| Template_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FinacialYearId": 1,
"FinancialYearTitle": "sample string 2",
"QuarterId": 3,
"QuarterTitle": "sample string 4",
"FundId": 5,
"FundName": "sample string 6",
"InvestorId": 7,
"InvestorName": "sample string 8",
"CheckListId": 9,
"FundComplianceTemplateId": 10,
"Category": "sample string 11",
"EventName": "sample string 12",
"Event_ID": 13,
"NewEventTriggerId": 14,
"Template_ID": 15
}
application/xml, text/xml
Sample:
<FundCompCheckListTriggerEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonLibrary.Entity"> <Category>sample string 11</Category> <CheckListId>9</CheckListId> <EventName>sample string 12</EventName> <Event_ID>13</Event_ID> <FinacialYearId>1</FinacialYearId> <FinancialYearTitle>sample string 2</FinancialYearTitle> <FundComplianceTemplateId>10</FundComplianceTemplateId> <FundId>5</FundId> <FundName>sample string 6</FundName> <InvestorId>7</InvestorId> <InvestorName>sample string 8</InvestorName> <NewEventTriggerId>14</NewEventTriggerId> <QuarterId>3</QuarterId> <QuarterTitle>sample string 4</QuarterTitle> <Template_ID>15</Template_ID> </FundCompCheckListTriggerEnt>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | 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. |