POST api/Abonnement
Request Information
URI Parameters
None.
Body Parameters
ForumErvaringAbonnement| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Token | globally unique identifier |
None. |
|
| UserEmail | string |
None. |
|
| ErvaringID | integer |
None. |
|
| AccountID | integer |
None. |
|
| Domain | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Token": "7dc3e6b2-78f7-41c8-99f7-438e6996fc7e",
"UserEmail": "sample string 3",
"ErvaringID": 4,
"AccountID": 5,
"Domain": "sample string 6"
}
application/xml, text/xml
Sample:
<ForumErvaringAbonnement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JAPI.Models"> <AccountID>5</AccountID> <Domain>sample string 6</Domain> <ErvaringID>4</ErvaringID> <Id>1</Id> <Token>7dc3e6b2-78f7-41c8-99f7-438e6996fc7e</Token> <UserEmail>sample string 3</UserEmail> </ForumErvaringAbonnement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/javascript, application/javascript, application/json-p
Sample:
Sample not available.