Payment Types

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/PaymentTypes/{id}?maintenanceMode={maintenanceMode} Get the details of a payment type by id.
GET Method: Get, URL: ReferenceData/PaymentTypes/{id}?maintenanceMode={maintenanceMode} Test

Get the details of a payment type by id.

GetAll ReferenceData/PaymentTypes?maintenanceMode={maintenanceMode} Get all payment types. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/PaymentTypes?maintenanceMode={maintenanceMode} Test

Get all payment types. For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/PaymentTypes/Summary Get a summary representation of all payment types.
GET Method: GetSummaries, URL: ReferenceData/PaymentTypes/Summary Test

Get a summary representation of all payment types.

Create ReferenceData/PaymentTypes Create a new payment type.
POST Method: Create, URL: ReferenceData/PaymentTypes Test

Create a new payment type.

Update ReferenceData/PaymentTypes/{id} Update an existing payment type.
PUT Method: Update, URL: ReferenceData/PaymentTypes/{id} Test

Update an existing payment type.

Delete ReferenceData/PaymentTypes/{id} Delete an existing payment type.
DELETE Method: Delete, URL: ReferenceData/PaymentTypes/{id} Test

Delete an existing payment type.