POST api/Retail/AddUserBanks?CBId={CBId}&Bank={Bank}&CBStatus={CBStatus}&CreatedBy={CreatedBy}
Documentation for 'AddUserBanks'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| CBId | Documentation for 'CBId'. |
Define this parameter in the request URI. |
| Bank | Documentation for 'Bank'. |
Define this parameter in the request URI. |
| CBStatus | Documentation for 'CBStatus'. |
Define this parameter in the request URI. |
| CreatedBy | Documentation for 'CreatedBy'. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"result": "sample string 1"
},
{
"result": "sample string 1"
},
{
"result": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfResultP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33">
<ResultP>
<result>sample string 1</result>
</ResultP>
<ResultP>
<result>sample string 1</result>
</ResultP>
<ResultP>
<result>sample string 1</result>
</ResultP>
</ArrayOfResultP>