TAG LINE
SMALL TITLE
id | "id": 20 Type: Number This is the unique numeric identifier for the PaymentType |
name | "name": "Hello World" Type: String |
ownerId | "ownerId": 2 Type: Number Unique identifier for the associated Owner object. |
generalLedgerId | "generalLedgerId": 8 Type: Number Unique identifier for the associated GeneralLedger object. |
paymentBaseTypeId | "paymentBaseTypeId": 27 Type: Number Unique identifier for the associated PaymentBaseType object. |
paymentTypeDisbursementTypeId | "paymentTypeDisbursementTypeId": 22 Type: Number Unique identifier for the associated PaymentTypeDisbursementType object. |
description | "description": "Hello World" Type: String |
isActive | "isActive": true Type: Boolean |
paymentGatewayId | "paymentGatewayId": 10 Type: Number Unique identifier for the associated PaymentGateway object. |
cardTypeId | "cardTypeId": 11 Type: Number Unique identifier for the associated CardType object. |
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:
DELETE | api/v2/PaymentType/{id:int} |
Delete an instance of the PaymentType object. |
GET | api/v2/PaymentType |
Retrieve all of the PaymentType objects. |
GET | api/v2/PaymentType/Paged |
Retreive all of the PaymentType objects in a paged fashion. |
GET | api/v2/PaymentType/{id:int} |
Retrieve an instance of the PaymentType object by it's ID. | |
{id:int} | Unique identifier for the PaymentType object. |
POST | api/v2/PaymentType/Record |
Create a new instance of the PaymentType object. |
PUT | api/v2/PaymentType/Record/{id:int} |
Update an existing instance of the PaymentType object. |
PUT | api/v2/PaymentType/{id:int} |
Update an existing instance of the PaymentType object. |