Request Information

URI Parameters

NameDescriptionTypeAdditional information
postClosingDetailId

The post closing detail identifier.

integer

Required

Body Parameters

The post closing detail.

Nano.PostClosingDetail
NameDescriptionTypeAdditional information
collateralDeliveryMethod

Gets or sets the collateral delivery method.

string

None.

collateralShippedToInvestorDate

Gets or sets the collateral shipped to investor date.

string

None.

collateralTrackingNumber

Gets or sets the collateral tracking number.

string

None.

collateralTrackingNumberToWarehouse

Gets or sets the collateral tracking number to warehouse.

string

None.

liquidationMethod

Gets or sets the liquidation method.

string

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the post closing detail identifier.

integer

None.

warehouseBank

Gets or sets the provider identifier.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "collateralDeliveryMethod": "sample String 1",
  "collateralShippedToInvestorDate": "sample String 2",
  "collateralTrackingNumber": "sample String 3",
  "collateralTrackingNumberToWarehouse": "sample String 4",
  "liquidationMethod": "sample String 5",
  "app": "6",
  "id": "7",
  "warehouseBank": 1
}

text/html

Sample:
{"collateralDeliveryMethod":"sample String 1","collateralShippedToInvestorDate":"sample String 2","collateralTrackingNumber":"sample String 3","collateralTrackingNumberToWarehouse":"sample String 4","liquidationMethod":"sample String 5","app":"6","id":"7","warehouseBank":1}

application/xml, text/xml

Sample:
<PostClosingDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CollateralDeliveryMethod>sample String 1</CollateralDeliveryMethod>
  <CollateralShippedToInvestorDate>sample String 2</CollateralShippedToInvestorDate>
  <CollateralTrackingNumber>sample String 3</CollateralTrackingNumber>
  <CollateralTrackingNumberToWarehouse>sample String 4</CollateralTrackingNumberToWarehouse>
  <LiquidationMethod>sample String 5</LiquidationMethod>
  <AppId>6</AppId>
  <PostClosingDetailId>7</PostClosingDetailId>
  <WarehouseBankId>1</WarehouseBankId>
</PostClosingDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.

application/vnd.api+json

Sample:

Sample not available.

Response Information

Resource Description

The updated post closing detail.

Nano.PostClosingDetail
NameDescriptionTypeAdditional information
collateralDeliveryMethod

Gets or sets the collateral delivery method.

string

None.

collateralShippedToInvestorDate

Gets or sets the collateral shipped to investor date.

string

None.

collateralTrackingNumber

Gets or sets the collateral tracking number.

string

None.

collateralTrackingNumberToWarehouse

Gets or sets the collateral tracking number to warehouse.

string

None.

liquidationMethod

Gets or sets the liquidation method.

string

None.

app

Gets or sets the application identifier.

integer

None.

id

Gets or sets the post closing detail identifier.

integer

None.

warehouseBank

Gets or sets the provider identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "collateralDeliveryMethod": "sample String 1",
  "collateralShippedToInvestorDate": "sample String 2",
  "collateralTrackingNumber": "sample String 3",
  "collateralTrackingNumberToWarehouse": "sample String 4",
  "liquidationMethod": "sample String 5",
  "app": "6",
  "id": "7",
  "warehouseBank": 1
}

text/html

Sample:
{"collateralDeliveryMethod":"sample String 1","collateralShippedToInvestorDate":"sample String 2","collateralTrackingNumber":"sample String 3","collateralTrackingNumberToWarehouse":"sample String 4","liquidationMethod":"sample String 5","app":"6","id":"7","warehouseBank":1}

application/xml, text/xml

Sample:
<PostClosingDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CollateralDeliveryMethod>sample String 1</CollateralDeliveryMethod>
  <CollateralShippedToInvestorDate>sample String 2</CollateralShippedToInvestorDate>
  <CollateralTrackingNumber>sample String 3</CollateralTrackingNumber>
  <CollateralTrackingNumberToWarehouse>sample String 4</CollateralTrackingNumberToWarehouse>
  <LiquidationMethod>sample String 5</LiquidationMethod>
  <AppId>6</AppId>
  <PostClosingDetailId>7</PostClosingDetailId>
  <WarehouseBankId>1</WarehouseBankId>
</PostClosingDetail>

application/vnd.api+json

Sample:

Sample not available.