Delayed Billing Instructions

List of Delayed Billing instructions

GET /api/.../delayedbillinginstructions

Return a list of all delayed billing instructions in the system.

Response Information

Example
application/json, text/json
[
 {
    "DelayedBillingID": 1,
    "Description": "Delayed billing requested. Billing to begin January."
  },
  {
    "DelayedBillingID": 2,
    "Description": "Delayed billing requested. Billing to begin February."
  },
  {
    "DelayedBillingID": 3,
    "Description": "Delayed billing requested. Billing to begin March."
  },
  {
    "DelayedBillingID": 4,
    "Description": "Delayed billing requested. Billing to begin April."
  },
  {
    "DelayedBillingID": 5,
    "Description": "Delayed billing requested. Billing to begin May."
  },
  {
    "DelayedBillingID": 6,
    "Description": "Delayed billing requested. Billing to begin June."
  },
  {
    "DelayedBillingID": 7,
    "Description": "Delayed billing requested. Billing to begin July."
  },
  {
    "DelayedBillingID": 8,
    "Description": "Delayed billing requested. Billing to begin August."
  },
  {
    "DelayedBillingID": 9,
    "Description": "Delayed billing requested. Billing to begin September."
  },
  {
    "DelayedBillingID": 10,
    "Description": "Delayed billing requested. Billing to begin October."
  },
  {
    "DelayedBillingID": 11,
    "Description": "Delayed billing requested. Billing to begin November."
  },
  {
    "DelayedBillingID": 12,
    "Description": "Delayed billing requested. Billing to begin December."
  },
  {
    "DelayedBillingID": 0,
    "Description": "None"
  }
]

HTTP Response Codes

Code Description
200 OK. Success
400 FAILURE.
  • Bad request