POST api/LegacyEasyPayOnTransactionStart
Request Information
URI Parameters
None.
Body Parameters
LegacyEasyPayOnTransactionStart| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | globally unique identifier |
None. |
|
| ReferenceCellNumber | string |
None. |
|
| ReferenceSuffix | string |
None. |
|
| Bank | string |
None. |
|
| LegacyTransactionId | integer |
None. |
|
| LegacyParentTransactionId | integer |
None. |
|
| ParentNote | string |
None. |
|
| AmountInCents | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"customer-id": "f3d7e6ea-da2c-4f7e-8096-9a5343e9cb9c",
"reference-cell-number": "sample string 2",
"reference-suffix": "sample string 3",
"bank": "sample string 4",
"legacy-transaction-id": 5,
"legacy-parent-transaction-id": 6,
"parent-note": "sample string 7",
"amount-in-cents": 8
}
application/xml, text/xml
Sample:
<LegacyEasyPayOnTransactionStart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models"> <AmountInCents>8</AmountInCents> <Bank>sample string 4</Bank> <CustomerId>f3d7e6ea-da2c-4f7e-8096-9a5343e9cb9c</CustomerId> <LegacyParentTransactionId>6</LegacyParentTransactionId> <LegacyTransactionId>5</LegacyTransactionId> <ParentNote>sample string 7</ParentNote> <ReferenceCellNumber>sample string 2</ReferenceCellNumber> <ReferenceSuffix>sample string 3</ReferenceSuffix> </LegacyEasyPayOnTransactionStart>
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. |