POST api/common/SendCustomClubImportStatusEmail

Request Information

URI Parameters

None.

Body Parameters

CustomImportStatus
NameDescriptionTypeAdditional information
email

string

None.

type

string

None.

body

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1",
  "type": "sample string 2",
  "body": "QEA="
}

application/xml, text/xml

Sample:
<CustomImportStatus xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <email>sample string 1</email>
  <type>sample string 2</type>
  <body>QEA=</body>
</CustomImportStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.