GET v1/BillingPeriodPaymentSchedules/{parentId}

Documentation for 'GetByParentId'.

Request Information

Parameters

NameDescriptionAdditional information
parentId
Documentation for 'parentId'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!
[
  {
    "amount": 1.0,
    "daysDueAfterTerm": 2
  },
  {
    "amount": 1.0,
    "daysDueAfterTerm": 2
  },
  {
    "amount": 1.0,
    "daysDueAfterTerm": 2
  }
]

application/xml, text/xml

Sample:
Click to beautify!
<ArrayOfBillingPeriodPaymentSchedule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Get">
  <BillingPeriodPaymentSchedule>
    <Amount>1</Amount>
    <DaysDueAfterTerm>2</DaysDueAfterTerm>
  </BillingPeriodPaymentSchedule>
  <BillingPeriodPaymentSchedule>
    <Amount>1</Amount>
    <DaysDueAfterTerm>2</DaysDueAfterTerm>
  </BillingPeriodPaymentSchedule>
  <BillingPeriodPaymentSchedule>
    <Amount>1</Amount>
    <DaysDueAfterTerm>2</DaysDueAfterTerm>
  </BillingPeriodPaymentSchedule>
</ArrayOfBillingPeriodPaymentSchedule>