Request Information

URI Parameters

None.

Body Parameters

The servicing detail.

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.

Request Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The created servicing detail.

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
}

text/html

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

application/xml, text/xml

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

application/vnd.api+json

Sample:

Sample not available.