POST api/Retail/AddCompanyBanks?CBId={CBId}&Bank={Bank}&Branch={Branch}&Accno={Accno}&ifsc={ifsc}&City={City}&State={State}&CBStatus={CBStatus}&CreatedBy={CreatedBy}&Sesid={Sesid}&Image={Image}
Documentation for 'AddCompanyBanks'.
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. |
| Branch | Documentation for 'Branch'. |
Define this parameter in the request URI. |
| Accno | Documentation for 'Accno'. |
Define this parameter in the request URI. |
| ifsc | Documentation for 'ifsc'. |
Define this parameter in the request URI. |
| City | Documentation for 'City'. |
Define this parameter in the request URI. |
| State | Documentation for 'State'. |
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. |
| Sesid | Documentation for 'Sesid'. |
Define this parameter in the request URI. |
| Image | Documentation for 'Image'. |
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>