POST api/Notification/SendViolationNotification
Request Information
URI Parameters
None.
Body Parameters
TradingFilterEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
None. |
|
| FinYearId | integer |
None. |
|
| QuarterId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"FinYearId": 2,
"QuarterId": 3
}
application/xml, text/xml
Sample:
<TradingFilterEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NFA_App.Entity"> <EmployeeId>1</EmployeeId> <FinYearId>2</FinYearId> <QuarterId>3</QuarterId> </TradingFilterEnt>
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. |