POST (/ext/app/packagemanager/era/check)

Gets a Boolean value that indicates whether the specified AppXManifest is for an ERA title.

URI parameters

None.

Required request headers

None.

Required request body

The request must contain the multi-part conforming HTTP body of the AppXManifest.xml file.

Response

If the call is successful, the service will return a JSON object with the following members.

Member Description
isEra Boolean. If this value is true, the specified AppXManifest is for an ERA title. If this value is false, the specified AppXManifest is for a UWP app.

HTTP status codes

The service returns one of the status codes in this section in response to a request made with this method on this resource.

Code Description
200 The session was successfully retrieved.
4XX Error codes.
5XX Error codes.

See also

Parent

/ext/app/packagemanager/era/check