Creates a new loan tape.
id | string |
createdAt | string <date-time> |
updatedAt | string or null <date-time> |
deletedAt | string or null <date-time> |
investorId | string or null The investor ID. |
loanTapeTypeId required | string The loan tape type ID. |
sftpAccessMethod | string Default: "usernamePassword" If If |
sftpHostname required | string The hostname for SFTP.
Host name should not contain a scheme, so don't put |
sftpUsername | string The username for SFTP. |
sftpPassword | string The password for SFTP. |
sftpCdDir | string or null Change directory into this folder before performing the upload. |
encryptionMethod | string or null The encryption method that Peach system with use to encrypt the files. |
publicKey | string or null The lender's public key to use to encrypt the files. A value must be passed if encryptionMethod is set. |
customFileName | string or null If provided, will override the default file name for new loan tape files created. Date and time placeholders may be used, along with the following placeholders:
For example, a value of |
dateForCustomFileName | string or null Default: "dateOfGeneration" Controls the date value for the
|
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "investorId": "string",
- "loanTapeTypeId": "string",
- "sftpAccessMethod": "usernamePassword",
- "sftpHostname": "string",
- "sftpUsername": "string",
- "sftpPassword": "string",
- "sftpCdDir": "string",
- "encryptionMethod": "GPG",
- "publicKey": "string",
- "customFileName": "string",
- "dateForCustomFileName": "reportDate"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "investorId": "string",
- "loanTapeTypeId": "string",
- "sftpAccessMethod": "usernamePassword",
- "sftpSSHPeachPublicKey": "string",
- "sftpHostname": "string",
- "sftpUsername": "string",
- "sftpPassword": "string",
- "sftpCdDir": "string",
- "encryptionMethod": "GPG",
- "publicKey": "string",
- "customFileName": "string",
- "dateForCustomFileName": "reportDate"
}
}
Success
{- "status": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "investorId": "string",
- "loanTapeTypeId": "string",
- "sftpAccessMethod": "usernamePassword",
- "sftpSSHPeachPublicKey": "string",
- "sftpHostname": "string",
- "sftpUsername": "string",
- "sftpPassword": "string",
- "sftpCdDir": "string",
- "encryptionMethod": "GPG",
- "publicKey": "string",
- "customFileName": "string",
- "dateForCustomFileName": "reportDate"
}
]
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "investorId": "string",
- "loanTapeTypeId": "string",
- "sftpAccessMethod": "usernamePassword",
- "sftpSSHPeachPublicKey": "string",
- "sftpHostname": "string",
- "sftpUsername": "string",
- "sftpPassword": "string",
- "sftpCdDir": "string",
- "encryptionMethod": "GPG",
- "publicKey": "string",
- "customFileName": "string",
- "dateForCustomFileName": "reportDate"
}
}
id | string |
createdAt | string <date-time> |
updatedAt | string or null <date-time> |
deletedAt | string or null <date-time> |
investorId | string or null The investor ID. |
loanTapeTypeId | string The loan tape type ID. |
sftpAccessMethod | string Default: "usernamePassword" If If |
sftpHostname | string The hostname for SFTP.
Host name should not contain a scheme, so don't put |
sftpUsername | string The username for SFTP. |
sftpPassword | string The password for SFTP. |
sftpCdDir | string or null Change directory into this folder before performing the upload. |
encryptionMethod | string or null The encryption method that Peach system with use to encrypt the files. |
publicKey | string or null The lender's public key to use to encrypt the files. A value must be passed if encryptionMethod is set. |
customFileName | string or null If provided, will override the default file name for new loan tape files created. Date and time placeholders may be used, along with the following placeholders:
For example, a value of |
dateForCustomFileName | string or null Default: "dateOfGeneration" Controls the date value for the
|
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "investorId": "string",
- "loanTapeTypeId": "string",
- "sftpAccessMethod": "usernamePassword",
- "sftpHostname": "string",
- "sftpUsername": "string",
- "sftpPassword": "string",
- "sftpCdDir": "string",
- "encryptionMethod": "GPG",
- "publicKey": "string",
- "customFileName": "string",
- "dateForCustomFileName": "reportDate"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "investorId": "string",
- "loanTapeTypeId": "string",
- "sftpAccessMethod": "usernamePassword",
- "sftpSSHPeachPublicKey": "string",
- "sftpHostname": "string",
- "sftpUsername": "string",
- "sftpPassword": "string",
- "sftpCdDir": "string",
- "encryptionMethod": "GPG",
- "publicKey": "string",
- "customFileName": "string",
- "dateForCustomFileName": "reportDate"
}
}
Request sandbox access