POST api/mobile/createplacementwithqrcode

Create new placement using QR code

Request Information

URI Parameters

None.

Body Parameters

globally unique identifier

Request Formats

application/json, text/json

Sample:
"f2c5c4a7-5d16-4170-a084-3e5b0e021b81"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">f2c5c4a7-5d16-4170-a084-3e5b0e021b81</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Boolean, if placement was succesfully created

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>