POST api/ActivateDeactivateMandate/GetAuthModeEnachBank
Request Information
URI Parameters
None.
Body Parameters
MAuthBankDetailsRequestName | Description | Type | Additional information |
---|---|---|---|
strPolicyNo | string |
None. |
|
strAuthMode | string |
None. |
|
strSource | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "strPolicyNo": "sample string 1", "strAuthMode": "sample string 2", "strSource": "sample string 3" }
application/xml, text/xml
Sample:
<MAuthBankDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerWebAPI.Models"> <strAuthMode>sample string 2</strAuthMode> <strPolicyNo>sample string 1</strPolicyNo> <strSource>sample string 3</strSource> </MAuthBankDetailsRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.