POST api/Tour/AccountPayment
Request Information
URI Parameters
None.
Body Parameters
accountpayment| Name | Description | Type | Additional information |
|---|---|---|---|
| PayAmount | string |
None. |
|
| EmailAddress | string |
None. |
|
| EmpTourAdvanceId | integer |
None. |
|
| PaymentMode | string |
None. |
|
| PaymentDate | string |
None. |
|
| PaymentStatus | string |
None. |
|
| PaymentRemark | string |
None. |
|
| TokenNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayAmount": "sample string 1",
"EmailAddress": "sample string 2",
"EmpTourAdvanceId": 3,
"PaymentMode": "sample string 4",
"PaymentDate": "sample string 5",
"PaymentStatus": "sample string 6",
"PaymentRemark": "sample string 7",
"TokenNo": "sample string 8"
}
application/xml, text/xml
Sample:
<accountpayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datapayrollapi.Models"> <EmailAddress>sample string 2</EmailAddress> <EmpTourAdvanceId>3</EmpTourAdvanceId> <PayAmount>sample string 1</PayAmount> <PaymentDate>sample string 5</PaymentDate> <PaymentMode>sample string 4</PaymentMode> <PaymentRemark>sample string 7</PaymentRemark> <PaymentStatus>sample string 6</PaymentStatus> <TokenNo>sample string 8</TokenNo> </accountpayment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |