POST api/accounts/NewsLetter
Request Information
URI Parameters
None.
Body Parameters
NewsLetterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| Name | string |
None. |
|
| Content | string |
None. |
|
| AccountId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Name": "sample string 2",
"Content": "sample string 3",
"AccountId": "f86403e3-d7c1-48f1-a5a5-24f8f23ec5dd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.