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:
"544aaa56-aa74-476b-bd92-66619a33669a"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">544aaa56-aa74-476b-bd92-66619a33669a</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>