StarterTemplate

<back to all web services

SetMatchAttributesRequest

To override the Content-type in your clients HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /xml/reply/SetMatchAttributesRequest HTTP/1.1 
Host: mm.unet.unity3d.com 
Content-Type: application/xml
Content-Length: length

<SetMatchAttributesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnityEngine.Networking.Match">
  <accessTokenString>String</accessTokenString>
  <appId>Invalid</appId>
  <domain>0</domain>
  <projectId>String</projectId>
  <sourceId>Invalid</sourceId>
  <version>0</version>
  <isListed>false</isListed>
  <networkId>Invalid</networkId>
</SetMatchAttributesRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<BasicResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnityEngine.Networking.Match" />