GET v1/BillingPeriodPaymentSchedules/{parentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
parentId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Common.Dto.Get.BillingPeriodPaymentSchedule
NameDescriptionTypeAdditional information
amount

decimal number

None.

daysDueAfterTerm

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "amount": 1.0,
    "daysDueAfterTerm": 2
  },
  {
    "amount": 1.0,
    "daysDueAfterTerm": 2
  }
]