Reference for https://www.bsestarmf.in/StarMFWebService/StarMFWebService.svc/RedemptionStatement
Url: https://www.bsestarmf.in/StarMFWebService/StarMFWebService.svc/RedemptionStatement
HTTP Method: POST
Message direction | Format | Body |
---|---|---|
Request | Xml | Example,Schema |
Request | Json | Example |
Response | Xml | Example,Schema |
Response | Json | Example |
The following is an example request Xml body:
<RedemptionStatementRequest xmlns="http://schemas.datacontract.org/2004/07/StarMFWebService"> <ClientCode>String content</ClientCode> <Filler1>String content</Filler1> <Filler2>String content</Filler2> <Filler3>String content</Filler3> <FromDate>String content</FromDate> <MemberCode>String content</MemberCode> <OrderNo>String content</OrderNo> <OrderStatus>String content</OrderStatus> <OrderType>String content</OrderType> <Password>String content</Password> <SettType>String content</SettType> <SubOrderType>String content</SubOrderType> <ToDate>String content</ToDate> <UserId>String content</UserId> </RedemptionStatementRequest>
The following is an example request Json body:
{ "ClientCode":"String content", "Filler1":"String content", "Filler2":"String content", "Filler3":"String content", "FromDate":"String content", "MemberCode":"String content", "OrderNo":"String content", "OrderStatus":"String content", "OrderType":"String content", "Password":"String content", "SettType":"String content", "SubOrderType":"String content", "ToDate":"String content", "UserId":"String content" }
The following is an example response Xml body:
<RedemptionStatementResponse xmlns="http://schemas.datacontract.org/2004/07/StarMFWebService"> <Message>String content</Message> <RedemptionDetails> <RedemptionDetails> <Amount>String content</Amount> <Amt>String content</Amt> <BeneficiaryId>String content</BeneficiaryId> <BranchCode>String content</BranchCode> <ClientCode>String content</ClientCode> <ClientName>String content</ClientName> <DPCFlag>String content</DPCFlag> <DPTrans>String content</DPTrans> <FolioNo>String content</FolioNo> <ISIN>String content</ISIN> <MemberCode>String content</MemberCode> <Nav>String content</Nav> <OrderDate>String content</OrderDate> <OrderNo>String content</OrderNo> <OrderType>String content</OrderType> <Qty>String content</Qty> <RTASchemeCode>String content</RTASchemeCode> <RTATransNo>String content</RTATransNo> <Remarks>String content</Remarks> <ReportDate>String content</ReportDate> <STT>String content</STT> <SchemeCode>String content</SchemeCode> <SettNo>String content</SettNo> <SettType>String content</SettType> <SubOrderType>String content</SubOrderType> <Unit>String content</Unit> <UserId>String content</UserId> <ValidFlag>String content</ValidFlag> </RedemptionDetails> <RedemptionDetails> <Amount>String content</Amount> <Amt>String content</Amt> <BeneficiaryId>String content</BeneficiaryId> <BranchCode>String content</BranchCode> <ClientCode>String content</ClientCode> <ClientName>String content</ClientName> <DPCFlag>String content</DPCFlag> <DPTrans>String content</DPTrans> <FolioNo>String content</FolioNo> <ISIN>String content</ISIN> <MemberCode>String content</MemberCode> <Nav>String content</Nav> <OrderDate>String content</OrderDate> <OrderNo>String content</OrderNo> <OrderType>String content</OrderType> <Qty>String content</Qty> <RTASchemeCode>String content</RTASchemeCode> <RTATransNo>String content</RTATransNo> <Remarks>String content</Remarks> <ReportDate>String content</ReportDate> <STT>String content</STT> <SchemeCode>String content</SchemeCode> <SettNo>String content</SettNo> <SettType>String content</SettType> <SubOrderType>String content</SubOrderType> <Unit>String content</Unit> <UserId>String content</UserId> <ValidFlag>String content</ValidFlag> </RedemptionDetails> </RedemptionDetails> <Status>String content</Status> </RedemptionStatementResponse>
The following is an example response Json body:
{ "Message":"String content", "RedemptionDetails":[{ "Amount":"String content", "Amt":"String content", "BeneficiaryId":"String content", "BranchCode":"String content", "ClientCode":"String content", "ClientName":"String content", "DPCFlag":"String content", "DPTrans":"String content", "FolioNo":"String content", "ISIN":"String content", "MemberCode":"String content", "Nav":"String content", "OrderDate":"String content", "OrderNo":"String content", "OrderType":"String content", "Qty":"String content", "RTASchemeCode":"String content", "RTATransNo":"String content", "Remarks":"String content", "ReportDate":"String content", "STT":"String content", "SchemeCode":"String content", "SettNo":"String content", "SettType":"String content", "SubOrderType":"String content", "Unit":"String content", "UserId":"String content", "ValidFlag":"String content" }], "Status":"String content" }
The following is the request Xml Schema:
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/StarMFWebService" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/StarMFWebService" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="RedemptionStatementRequest"> <xs:sequence> <xs:element minOccurs="0" name="ClientCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Filler1" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Filler2" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Filler3" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="FromDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="MemberCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrderNo" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrderStatus" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrderType" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SettType" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SubOrderType" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ToDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserId" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="RedemptionStatementRequest" nillable="true" type="tns:RedemptionStatementRequest" /> </xs:schema>
Additional request Xml Schemas:
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="anyType" nillable="true" type="xs:anyType" /> <xs:element name="anyURI" nillable="true" type="xs:anyURI" /> <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /> <xs:element name="boolean" nillable="true" type="xs:boolean" /> <xs:element name="byte" nillable="true" type="xs:byte" /> <xs:element name="dateTime" nillable="true" type="xs:dateTime" /> <xs:element name="decimal" nillable="true" type="xs:decimal" /> <xs:element name="double" nillable="true" type="xs:double" /> <xs:element name="float" nillable="true" type="xs:float" /> <xs:element name="int" nillable="true" type="xs:int" /> <xs:element name="long" nillable="true" type="xs:long" /> <xs:element name="QName" nillable="true" type="xs:QName" /> <xs:element name="short" nillable="true" type="xs:short" /> <xs:element name="string" nillable="true" type="xs:string" /> <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /> <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /> <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /> <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /> <xs:element name="char" nillable="true" type="tns:char" /> <xs:simpleType name="char"> <xs:restriction base="xs:int" /> </xs:simpleType> <xs:element name="duration" nillable="true" type="tns:duration" /> <xs:simpleType name="duration"> <xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /> <xs:minInclusive value="-P10675199DT2H48M5.4775808S" /> <xs:maxInclusive value="P10675199DT2H48M5.4775807S" /> </xs:restriction> </xs:simpleType> <xs:element name="guid" nillable="true" type="tns:guid" /> <xs:simpleType name="guid"> <xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName" /> <xs:attribute name="Id" type="xs:ID" /> <xs:attribute name="Ref" type="xs:IDREF" /> </xs:schema>
<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"> <tns:element name="schema"> <tns:complexType /> </tns:element> </tns:schema>
The following is the response Xml Schema:
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/StarMFWebService" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/StarMFWebService" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="RedemptionStatementResponse"> <xs:sequence> <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="RedemptionDetails" nillable="true" type="tns:ArrayOfRedemptionDetails" /> <xs:element minOccurs="0" name="Status" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="RedemptionStatementResponse" nillable="true" type="tns:RedemptionStatementResponse" /> <xs:complexType name="ArrayOfRedemptionDetails"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="RedemptionDetails" nillable="true" type="tns:RedemptionDetails" /> </xs:sequence> </xs:complexType> <xs:element name="ArrayOfRedemptionDetails" nillable="true" type="tns:ArrayOfRedemptionDetails" /> <xs:complexType name="RedemptionDetails"> <xs:sequence> <xs:element minOccurs="0" name="Amount" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Amt" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="BeneficiaryId" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="BranchCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ClientCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ClientName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="DPCFlag" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="DPTrans" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="FolioNo" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ISIN" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="MemberCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Nav" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrderDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrderNo" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrderType" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Qty" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="RTASchemeCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="RTATransNo" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Remarks" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ReportDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="STT" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SchemeCode" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SettNo" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SettType" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SubOrderType" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Unit" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserId" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ValidFlag" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="RedemptionDetails" nillable="true" type="tns:RedemptionDetails" /> </xs:schema>
Additional response Xml Schemas:
<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="anyType" nillable="true" type="xs:anyType" /> <xs:element name="anyURI" nillable="true" type="xs:anyURI" /> <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /> <xs:element name="boolean" nillable="true" type="xs:boolean" /> <xs:element name="byte" nillable="true" type="xs:byte" /> <xs:element name="dateTime" nillable="true" type="xs:dateTime" /> <xs:element name="decimal" nillable="true" type="xs:decimal" /> <xs:element name="double" nillable="true" type="xs:double" /> <xs:element name="float" nillable="true" type="xs:float" /> <xs:element name="int" nillable="true" type="xs:int" /> <xs:element name="long" nillable="true" type="xs:long" /> <xs:element name="QName" nillable="true" type="xs:QName" /> <xs:element name="short" nillable="true" type="xs:short" /> <xs:element name="string" nillable="true" type="xs:string" /> <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /> <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /> <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /> <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /> <xs:element name="char" nillable="true" type="tns:char" /> <xs:simpleType name="char"> <xs:restriction base="xs:int" /> </xs:simpleType> <xs:element name="duration" nillable="true" type="tns:duration" /> <xs:simpleType name="duration"> <xs:restriction base="xs:duration"> <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /> <xs:minInclusive value="-P10675199DT2H48M5.4775808S" /> <xs:maxInclusive value="P10675199DT2H48M5.4775807S" /> </xs:restriction> </xs:simpleType> <xs:element name="guid" nillable="true" type="tns:guid" /> <xs:simpleType name="guid"> <xs:restriction base="xs:string"> <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /> </xs:restriction> </xs:simpleType> <xs:attribute name="FactoryType" type="xs:QName" /> <xs:attribute name="Id" type="xs:ID" /> <xs:attribute name="Ref" type="xs:IDREF" /> </xs:schema>
<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"> <tns:element name="schema"> <tns:complexType /> </tns:element> </tns:schema>