POST api/SendPayAPI/PayWithoutBill
Request Information
URI Parameters
None.
Body Parameters
PayWithoutBillReq| Name | Description | Type | Additional information |
|---|---|---|---|
| PayeeCode | string |
None. |
|
| PayeeType | string |
None. |
|
| ExtTranId | string |
None. |
|
| KeyField | string |
None. |
|
| Amount | integer |
None. |
|
| Currency | string |
None. |
|
| Description | string |
None. |
|
| VatRegNo | string |
None. |
|
| Signature | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PayeeCode": "sample string 1",
"PayeeType": "sample string 2",
"ExtTranId": "sample string 3",
"KeyField": "sample string 4",
"Amount": 5,
"Currency": "sample string 6",
"Description": "sample string 7",
"VatRegNo": "sample string 8",
"Signature": "sample string 9"
}
application/xml, text/xml
Sample:
<PayWithoutBillReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sendmn.Inbound.Models"> <Amount>5</Amount> <Currency>sample string 6</Currency> <Description>sample string 7</Description> <ExtTranId>sample string 3</ExtTranId> <KeyField>sample string 4</KeyField> <PayeeCode>sample string 1</PayeeCode> <PayeeType>sample string 2</PayeeType> <Signature>sample string 9</Signature> <VatRegNo>sample string 8</VatRegNo> </PayWithoutBillReq>
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. |