POST v1/prizes/promz-aanmelding
Request Information
URI Parameters
None.
Body Parameters
PromzAanmelding| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| LastName | string |
None. |
|
| Company | string |
None. |
|
| string |
None. |
||
| Passcode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"LastName": "sample string 2",
"Company": "sample string 3",
"Email": "sample string 4",
"Passcode": "sample string 5"
}
application/xml, text/xml
Sample:
<PromzAanmelding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CalculatorApi.Models.Request_Models"> <Company>sample string 3</Company> <Email>sample string 4</Email> <LastName>sample string 2</LastName> <Name>sample string 1</Name> <Passcode>sample string 5</Passcode> </PromzAanmelding>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
_20JaarBestaanResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}
application/xml, text/xml
Sample:
<_20JaarBestaanResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CalculatorApi.Models.Response_Models.Prizes"> <Success>true</Success> </_20JaarBestaanResponse>