POST Payment/NetBanking
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.Payment+NetBankingParam| Name | Description | Type | Additional information | 
|---|---|---|---|
| Product | string | 
                                 Required  | 
                |
| ProductId | string | 
                             None.  | 
                |
| Amount | decimal number | 
                             None.  | 
                |
| EventId | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Product": "sample string 1",
  "ProductId": "sample string 2",
  "Amount": 3.1,
  "EventId": "sample string 4"
}
        application/xml, text/xml
            Sample:
        <NetBankingParam xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Product>sample string 1</Product> <ProductId>sample string 2</ProductId> <Amount>3.1</Amount> <EventId>sample string 4</EventId> </NetBankingParam>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.