POST api/vazhipadu?userId={userId}&companyId={companyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| companyId | integer |
Required |
Body Parameters
TK_Vazhipadi| Name | Description | Type | Additional information |
|---|---|---|---|
| vId | integer |
None. |
|
| vReceiptId | string |
None. |
|
| vReceiptPrefix | string |
None. |
|
| vTranscationId | string |
None. |
|
| vCustRefNo | string |
None. |
|
| vNpciTransId | string |
None. |
|
| v_PlaceFrom | string |
None. |
|
| vUserId | integer |
None. |
|
| vDate | date |
None. |
|
| vCompanyId | integer |
None. |
|
| vTotalAmount | decimal number |
None. |
|
| vPaymentStatus | string |
None. |
|
| vPaymentDes | string |
None. |
|
| vPaymentMethod | string |
None. |
|
| vIsCallBackReceived | boolean |
None. |
|
| TK_VazhipaduDetails | Collection of TK_VazhipaduDetails |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
APIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| Data | Object |
None. |
|
| Message | string |
None. |
|
| Type | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"Data": {},
"Message": "sample string 3",
"Type": 4
}
application/xml, text/xml
Sample:
<APIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaTempleKioskApi.Models"> <Data /> <Message>sample string 3</Message> <Status>sample string 1</Status> <Type>4</Type> </APIResponse>