GET v1/BillingPeriodPaymentSchedules/{parentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Common.Dto.Get.BillingPeriodPaymentSchedule| Name | Description | Type | Additional 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
}
]