POST api/SpecialVotes/Apply
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
specialVotesApplication | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "ApplicationTypeID": 1, "SpecialVotesDateID": 2, "EEID": 3, "EETypeID": 4, "ApplicationReasonID": 5, "sIDNumber": "sample string 6", "sEmail": "sample string 7", "PrefferedContactMethod": "sample string 8", "sMobileNumber": "sample string 9", "VDNumber": 10, "MunicipalityID": 11, "ProvinceID": 12, "bAddressCaptureManual": true, "bCapturedOnBehalf": true, "SpecialVotesApplicationAddress": { "sTown": "sample string 1", "sSuburb": "sample string 2", "sHouseNumber": "sample string 3", "sTribalAuthority": "sample string 4", "sStreetName": "sample string 5", "sStreetNumber": "sample string 6", "sFarmName": "sample string 7", "sFarmNumber": "sample string 8", "sLocation": "sample string 9", "bAddressVerified": true, "sComment": "sample string 11", "fLongitude": 12.1, "fLatitude": 13.1 } }
application/xml, text/xml
Sample:
<SpecialVotesApplication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IECService.Models"> <ApplicationReasonID>5</ApplicationReasonID> <ApplicationTypeID>1</ApplicationTypeID> <EEID>3</EEID> <EETypeID>4</EETypeID> <MunicipalityID>11</MunicipalityID> <PrefferedContactMethod>sample string 8</PrefferedContactMethod> <ProvinceID>12</ProvinceID> <SpecialVotesApplicationAddress> <bAddressVerified>true</bAddressVerified> <fLatitude>13.1</fLatitude> <fLongitude>12.1</fLongitude> <sComment>sample string 11</sComment> <sFarmName>sample string 7</sFarmName> <sFarmNumber>sample string 8</sFarmNumber> <sHouseNumber>sample string 3</sHouseNumber> <sLocation>sample string 9</sLocation> <sStreetName>sample string 5</sStreetName> <sStreetNumber>sample string 6</sStreetNumber> <sSuburb>sample string 2</sSuburb> <sTown>sample string 1</sTown> <sTribalAuthority>sample string 4</sTribalAuthority> </SpecialVotesApplicationAddress> <SpecialVotesDateID>2</SpecialVotesDateID> <VDNumber>10</VDNumber> <bAddressCaptureManual>true</bAddressCaptureManual> <bCapturedOnBehalf>true</bCapturedOnBehalf> <sEmail>sample string 7</sEmail> <sIDNumber>sample string 6</sIDNumber> <sMobileNumber>sample string 9</sMobileNumber> </SpecialVotesApplication>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "ApplicationTypeID": 1, "SpecialVotesDateID": 2, "EEID": 3, "EETypeID": 4, "ApplicationReasonID": 5, "sIDNumber": "sample string 6", "sEmail": "sample string 7", "PrefferedContactMethod": "sample string 8", "sMobileNumber": "sample string 9", "VDNumber": 10, "MunicipalityID": 11, "ProvinceID": 12, "bAddressCaptureManual": true, "bCapturedOnBehalf": true, "SpecialVotesApplicationAddress": { "sTown": "sample string 1", "sSuburb": "sample string 2", "sHouseNumber": "sample string 3", "sTribalAuthority": "sample string 4", "sStreetName": "sample string 5", "sStreetNumber": "sample string 6", "sFarmName": "sample string 7", "sFarmNumber": "sample string 8", "sLocation": "sample string 9", "bAddressVerified": true, "sComment": "sample string 11", "fLongitude": 12.1, "fLatitude": 13.1 } }
application/xml, text/xml
Sample:
<SpecialVotesApplication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IECService.Models"> <ApplicationReasonID>5</ApplicationReasonID> <ApplicationTypeID>1</ApplicationTypeID> <EEID>3</EEID> <EETypeID>4</EETypeID> <MunicipalityID>11</MunicipalityID> <PrefferedContactMethod>sample string 8</PrefferedContactMethod> <ProvinceID>12</ProvinceID> <SpecialVotesApplicationAddress> <bAddressVerified>true</bAddressVerified> <fLatitude>13.1</fLatitude> <fLongitude>12.1</fLongitude> <sComment>sample string 11</sComment> <sFarmName>sample string 7</sFarmName> <sFarmNumber>sample string 8</sFarmNumber> <sHouseNumber>sample string 3</sHouseNumber> <sLocation>sample string 9</sLocation> <sStreetName>sample string 5</sStreetName> <sStreetNumber>sample string 6</sStreetNumber> <sSuburb>sample string 2</sSuburb> <sTown>sample string 1</sTown> <sTribalAuthority>sample string 4</sTribalAuthority> </SpecialVotesApplicationAddress> <SpecialVotesDateID>2</SpecialVotesDateID> <VDNumber>10</VDNumber> <bAddressCaptureManual>true</bAddressCaptureManual> <bCapturedOnBehalf>true</bCapturedOnBehalf> <sEmail>sample string 7</sEmail> <sIDNumber>sample string 6</sIDNumber> <sMobileNumber>sample string 9</sMobileNumber> </SpecialVotesApplication>