Request Information

URI Parameters

None.

Body Parameters

The borrower email list.

Nano.BorrowerEmailList
NameDescriptionTypeAdditional 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.

string

Response Formats

application/json, text/json, text/html

Sample:
"sample String 1"

application/xml, text/xml

Sample:
<string>sample String 1</string>

text/plain

Sample: