Request Information

URI Parameters

None.

Body Parameters

The borrower email list.

Nano.BorrowerEmailList
NameDescriptionTypeAdditional information
additionalEmails

Gets or sets the list of additional emails.

Collection of string

None.

appId

Gets or sets the application identifier.

integer

None.

content

Gets or sets the content.

string

None.

listBorrowerIds

Gets or sets the list of borrower ids.

Collection of integer

None.

senderId

Gets or sets the sender identifier.

integer

None.

subject

Gets or sets the subject.

string

None.

userIds

Gets or sets the list of user ids.

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "additionalEmails": [
    "sample String 1",
    "sample String 2"
  ],
  "appId": 1,
  "content": "sample String 2",
  "listBorrowerIds": [
    1,
    2
  ],
  "senderId": 3,
  "subject": "sample String 4",
  "userIds": [
    1,
    2
  ]
}

text/html

Sample:
{"additionalEmails":["sample String 1","sample String 2"],"appId":1,"content":"sample String 2","listBorrowerIds":[1,2],"senderId":3,"subject":"sample String 4","userIds":[1,2]}

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: