POST api/BSEMFData/GetBSESIPDays
Request Information
URI Parameters
None.
Body Parameters
BSESIPDaysInputInfoName | Description | Type | Additional information |
---|---|---|---|
IFAID | string |
None. |
|
AmcID | integer |
None. |
|
Fundid | integer |
None. |
|
Frequency | string |
None. |
|
Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IFAID": "sample string 1", "AmcID": 2, "Fundid": 3, "Frequency": "sample string 4", "Token": "sample string 5" }
application/xml, text/xml
Sample:
<BSESIPDaysInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models"> <AmcID>2</AmcID> <Frequency>sample string 4</Frequency> <Fundid>3</Fundid> <IFAID>sample string 1</IFAID> <Token>sample string 5</Token> </BSESIPDaysInputInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BSESIPDaysOutputInfoName | Description | Type | Additional information |
---|---|---|---|
Status | string |
None. |
|
Message | string |
None. |
|
BSESIPDaysData | Collection of BSESIPDaysInfo |
None. |
|
BSESIPYearData | Collection of BSESIPDaysInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "Message": "sample string 2", "BSESIPDaysData": [ { "SIPDAYS": "sample string 1", "Year": "sample string 2" }, { "SIPDAYS": "sample string 1", "Year": "sample string 2" } ], "BSESIPYearData": [ { "SIPDAYS": "sample string 1", "Year": "sample string 2" }, { "SIPDAYS": "sample string 1", "Year": "sample string 2" } ] }
application/xml, text/xml
Sample:
<BSESIPDaysOutputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models"> <BSESIPDaysData> <BSESIPDaysInfo> <SIPDAYS>sample string 1</SIPDAYS> <Year>sample string 2</Year> </BSESIPDaysInfo> <BSESIPDaysInfo> <SIPDAYS>sample string 1</SIPDAYS> <Year>sample string 2</Year> </BSESIPDaysInfo> </BSESIPDaysData> <BSESIPYearData> <BSESIPDaysInfo> <SIPDAYS>sample string 1</SIPDAYS> <Year>sample string 2</Year> </BSESIPDaysInfo> <BSESIPDaysInfo> <SIPDAYS>sample string 1</SIPDAYS> <Year>sample string 2</Year> </BSESIPDaysInfo> </BSESIPYearData> <Message>sample string 2</Message> <Status>sample string 1</Status> </BSESIPDaysOutputInfo>