POST api/Abonnement
Request Information
URI Parameters
None.
Body Parameters
ForumErvaringAbonnementName | 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": "1d4d8c2f-06f3-4910-8e2a-b5556bf129e5", "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>1d4d8c2f-06f3-4910-8e2a-b5556bf129e5</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.