Create a new payment vehicle
| From Body | Type | Description |
|---|---|---|
| ActiveDate | DateTime | Optional. |
| AdditionalAgreement | String | Optional. Max 50 characters |
| AdditionalAgreementPrice | String | Max 50 characters |
| ContactGuid | Guid | |
| CourseReference | String | Max 50 characters |
| InventoryCode | String | Optional. Max 25 characters |
| InventoryPrice | Decimal | |
| LocationGuid | Guid | |
| NoInventoryCodeEntered | Boolean | Optional. |
| PaymentType | String | Payment type - singlepayment, membership, regularcharge, additionalmandate |
| StartCourseDate | DateTime |
{
"ContactGuid": "c2efb9c9-6ea1-4dcb-8407-939f12c96d79",
"InventoryCode": "sample string 2",
"InventoryPrice": 3.0,
"CourseReference": "sample string 4",
"LocationGuid": "273ae1aa-05b9-43f2-a9b6-d4a3356651b8",
"NoInventoryCodeEntered": true,
"ActiveDate": "2026-08-14T13:45:34.1224761+01:00",
"StartCourseDate": "2026-08-14T13:45:34.1224761+01:00",
"PaymentType": "sample string 7",
"AdditionalAgreement": "sample string 8",
"AdditionalAgreementPrice": "sample string 9"
}
Create payment vehicle response
| Name | Type | Description |
|---|---|---|
| FirstPaymentDate | DateTime | First payment date |
{
"FirstPaymentDate": "2026-08-14T13:45:34.126492+01:00"
}
| Bundle(s) |
|---|
| Cap2 |