GET api/Centers/{buid}/Debt

Collection of Debt info by BuID

Request Information

Parameters

NameDescriptionAdditional information
buid
Business Unit ID

Define this parameter in the request URI.

Response Information

CenterDebtDTO

Response body formats

application/json, text/json

Sample:
[
  {
    "Lender": "sample string 1",
    "MaturityDate": "2024-12-02T18:14:05.3368105+00:00"
  },
  {
    "Lender": "sample string 1",
    "MaturityDate": "2024-12-02T18:14:05.3368105+00:00"
  },
  {
    "Lender": "sample string 1",
    "MaturityDate": "2024-12-02T18:14:05.3368105+00:00"
  }
]

text/javascript

Sample:
[{"Lender":"sample string 1","MaturityDate":"2024-12-02T18:14:05.3368105+00:00"},{"Lender":"sample string 1","MaturityDate":"2024-12-02T18:14:05.3368105+00:00"},{"Lender":"sample string 1","MaturityDate":"2024-12-02T18:14:05.3368105+00:00"}]

text/csv

Sample: