Request Information

URI Parameters

None.

Body Parameters

The list of borrower.

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.

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.

Response 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]}