POST api/BOS/transact
Request Information
URI Parameters
None.
Body Parameters
RequestTransactionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| mobile | integer |
None. |
|
| referenceid | integer |
None. |
|
| pipe | string |
None. |
|
| pincode | integer |
None. |
|
| address | string |
None. |
|
| dob | string |
None. |
|
| gst_state | string |
None. |
|
| bene_id | integer |
None. |
|
| txntype | string |
None. |
|
| amount | integer |
None. |
|
| RegistrationID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"mobile": 1,
"referenceid": 2,
"pipe": "sample string 3",
"pincode": 4,
"address": "sample string 5",
"dob": "sample string 6",
"gst_state": "sample string 7",
"bene_id": 8,
"txntype": "sample string 9",
"amount": 10,
"RegistrationID": "sample string 11"
}
text/xml
Sample:
<RequestTransactionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models"> <RegistrationID>sample string 11</RegistrationID> <address>sample string 5</address> <amount>10</amount> <bene_id>8</bene_id> <dob>sample string 6</dob> <gst_state>sample string 7</gst_state> <mobile>1</mobile> <pincode>4</pincode> <pipe>sample string 3</pipe> <referenceid>2</referenceid> <txntype>sample string 9</txntype> </RequestTransactionModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.