Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The app identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

A list of servicing details.

Collection of Nano.ServicingDetail
NameDescriptionTypeAdditional information
app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the servicing detail identifier.

integer

None.

collectFirstPayment

Gets or sets the collect first payment.

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "app": "1",
    "id": "1",
    "collectFirstPayment": true
  },
  {
    "app": "1",
    "id": "1",
    "collectFirstPayment": true
  }
]

text/html

Sample:
[{"app":"1","id":"1","collectFirstPayment":true},{"app":"1","id":"1","collectFirstPayment":true}]

application/xml, text/xml

Sample:
<ArrayOfServicingDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ServicingDetail>
    <AppId>1</AppId>
    <ServicingDetailId>1</ServicingDetailId>
    <CollectFirstPayment>true</CollectFirstPayment>
  </ServicingDetail>
  <ServicingDetail>
    <AppId>1</AppId>
    <ServicingDetailId>1</ServicingDetailId>
    <CollectFirstPayment>true</CollectFirstPayment>
  </ServicingDetail>
</ArrayOfServicingDetail>

application/vnd.api+json

Sample:

Sample not available.