POST api/v1/setting/send/add

Request Information

URI Parameters

None.

Body Parameters

ReqSendReplyEntity
NameDescriptionTypeAdditional information
id

integer

None.

address

string

None.

name

string

None.

ctid

integer

None.

domain_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "address": "sample string 2",
  "name": "sample string 3",
  "ctid": 4,
  "domain_id": 5
}

application/xml, text/xml

Sample:
<ReqSendReplyEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Areas.SendCloudSetting.Model">
  <address>sample string 2</address>
  <ctid>4</ctid>
  <domain_id>5</domain_id>
  <id>1</id>
  <name>sample string 3</name>
</ReqSendReplyEntity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReqSendReplyEntity'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.