v1

latestOpenAPI 3.1.02026-07-241660500.9 KB

Get a Contract Subscription

Gets customer and payment information related to a contract

get/v3/contractsubscription/{contractId}

Path parameters

contractIdinteger required

Response

200

recordCountinteger

Example response

{
  "records": [
    {
      "id": 10000000019774,
      "contractId": 10000000020023,
      "startDate": "2018-08-13T04:00:00Z",
      "invoiceMethod": "AutoPay",
      "cardAccountId": 3231695,
      "status": "Active",
      "remindBeforeDueDate": 3,
      "remindAfterDueDate": 3,
      "created": "2018-08-13T19:24:05.883Z",
      "modified": "2018-08-13T19:24:05.883Z",
      "customerId": 3607931,
      "billingAddressId": -1,
      "shippingAddressId": -1,
      "sendReceipt": "Always"
    }
  ]
}