TAG LINE
SMALL TITLE
id | "id": 9 Type: Number This is the unique numeric identifier for the PaymentTransaction |
accountId | "accountId": 19 Type: Number Unique identifier for the associated Account object. |
paymentMethodToken | "paymentMethodToken": "Hello World" Type: String |
spreedlyTransactionToken | "spreedlyTransactionToken": "Hello World" Type: String |
paymentTransactionStatusTypeId | "paymentTransactionStatusTypeId": 14 Type: Number Unique identifier for the associated PaymentTransactionStatusType object. |
transactionType | "transactionType": "Hello World" Type: String |
created | "created": "2005-04-11T14:56:24" Type: Date |
createdByUserId | "createdByUserId": 7 Type: Number Unique identifier for the associated User object. |
paymentTypeId | "paymentTypeId": 22 Type: Number Unique identifier for the associated PaymentType object. |
paymentMethodIdentifier | "paymentMethodIdentifier": "Hello World" Type: String |
When updating an object you use the update request header with the list of properties to update. Then you need only supply the new values in the body of your request. Please note, this header can only be used with PUT or PATCH requests.
Field List:
DataFlow PATCH objects:
GET | api/v3/PaymentTransaction |
Retrieve all of the PaymentTransaction objects. |
GET | api/v3/PaymentTransaction/Paged |
Retreive all of the PaymentTransaction objects in a paged fashion. |
GET | api/v3/PaymentTransaction/{id:int} |
Retrieve an instance of the PaymentTransaction object by it's ID. | |
{id:int} | Unique identifier for the PaymentTransaction object. |