POST api/CreateAutomaticTransactionRequest

Request Information

URI Parameters

None.

Body Parameters

CreateAutomaticTransactionRequest
NameDescriptionTypeAdditional information
PaymentSourceId

integer

None.

DuplicateCheckLastTransactionId

globally unique identifier

None.

CellNumber

string

None.

Suffix

string

None.

AmountInCents

integer

None.

StatementDateUtc

date

None.

SuperAffiliateId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "payment-source-id": 1,
  "duplicate-check-last-transaction-id": "de272f57-104f-4c9a-98c7-dfbc9aaabf53",
  "cell-number": "sample string 3",
  "suffix": "sample string 4",
  "amount-in-cents": 5,
  "statement-date-utc": "2026-02-20T11:34:05.4070774+00:00",
  "super-affiliate-id": "8cfc3acb-c787-413f-9299-698bfd21dad3"
}

application/xml, text/xml

Sample:
<CreateAutomaticTransactionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caprica.Models">
  <AmountInCents>5</AmountInCents>
  <CellNumber>sample string 3</CellNumber>
  <DuplicateCheckLastTransactionId>de272f57-104f-4c9a-98c7-dfbc9aaabf53</DuplicateCheckLastTransactionId>
  <PaymentSourceId>1</PaymentSourceId>
  <StatementDateUtc>2026-02-20T11:34:05.4070774+00:00</StatementDateUtc>
  <Suffix>sample string 4</Suffix>
  <SuperAffiliateId>8cfc3acb-c787-413f-9299-698bfd21dad3</SuperAffiliateId>
</CreateAutomaticTransactionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.