Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appId |
The application identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of post closing details.
Collection of Nano.PostClosingDetailName | Description | Type | Additional 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 }, { "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},{"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:
<ArrayOfPostClosingDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <PostClosingDetail> <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> <PostClosingDetail> <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> </ArrayOfPostClosingDetail>
application/vnd.api+json
Sample:
Sample not available.