POST ChequeBookRequest
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Criteria | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CIF": "sample string 1",
"Account": "sample string 2",
"chqtype": "sample string 3",
"DeliveryMode": 4,
"DestinationBranch": 5
}
text/xml
Sample:
<ChequeBookCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChamBankWebservice.Models"> <Account>sample string 2</Account> <CIF>sample string 1</CIF> <DeliveryMode>4</DeliveryMode> <DestinationBranch>5</DestinationBranch> <chqtype>sample string 3</chqtype> </ChequeBookCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.