POST api/mobile/createplacementwithqrcode
Create new placement using QR code
Request Information
URI Parameters
None.
Body Parameters
globally unique identifierRequest Formats
application/json, text/json
Sample:
"3c8dd0a0-f3e1-4cff-86d9-eb04bbc86cb2"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3c8dd0a0-f3e1-4cff-86d9-eb04bbc86cb2</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Boolean, if placement was succesfully created
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>