POST api/LegacyNetworkOnTransactionStart
Request Information
URI Parameters
None.
Body Parameters
LegacyNetworkOnTransactionStart| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId | integer |
None. |
|
| SuperAffiliateId | 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:
{
"supplier-id": 1,
"super-affiliate-id": "ee6887b7-3c3c-4c9a-9179-46aedbf4f989",
"reference-cell-number": "sample string 3",
"reference-suffix": "sample string 4",
"bank": "sample string 5",
"legacy-transaction-id": 6,
"legacy-parent-transaction-id": 7,
"parent-note": "sample string 8",
"amount-in-cents": 9
}
application/xml, text/xml
Sample:
<LegacyNetworkOnTransactionStart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models"> <AmountInCents>9</AmountInCents> <Bank>sample string 5</Bank> <LegacyParentTransactionId>7</LegacyParentTransactionId> <LegacyTransactionId>6</LegacyTransactionId> <ParentNote>sample string 8</ParentNote> <ReferenceCellNumber>sample string 3</ReferenceCellNumber> <ReferenceSuffix>sample string 4</ReferenceSuffix> <SuperAffiliateId>ee6887b7-3c3c-4c9a-9179-46aedbf4f989</SuperAffiliateId> <SupplierId>1</SupplierId> </LegacyNetworkOnTransactionStart>
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. |