Request Information
URI Parameters
None.
Body Parameters
The list of borrower.
Nano.BorrowerEmailList| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
Gets or sets the application identifier. |
integer |
None. |
| senderId |
Gets or sets the sender identifier. |
integer |
None. |
| listBorrowerIds |
Gets or sets the list of borrower ids. |
Collection of integer |
None. |
| content |
Gets or sets the content. |
string |
None. |
| subject |
Gets or sets the subject. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"appId": 1,
"senderId": 2,
"listBorrowerIds": [
1,
2
],
"content": "sample String 3",
"subject": "sample String 4"
}
text/html
Sample:
{"appId":1,"senderId":2,"listBorrowerIds":[1,2],"content":"sample String 3","subject":"sample String 4"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage.
Nano.BorrowerEmailList| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
Gets or sets the application identifier. |
integer |
None. |
| senderId |
Gets or sets the sender identifier. |
integer |
None. |
| listBorrowerIds |
Gets or sets the list of borrower ids. |
Collection of integer |
None. |
| content |
Gets or sets the content. |
string |
None. |
| subject |
Gets or sets the subject. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"appId": 1,
"senderId": 2,
"listBorrowerIds": [
1,
2
],
"content": "sample String 3",
"subject": "sample String 4"
}
text/html
Sample:
{"appId":1,"senderId":2,"listBorrowerIds":[1,2],"content":"sample String 3","subject":"sample String 4"}