POST v1/consumers/cards/{cardId}/viewdata/start

Request Information

URI Parameters

NameDescriptionTypeAdditional information
cardId

globally unique identifier

Required

Body Parameters

StartViewCardOperationRequest
NameDescriptionTypeAdditional information
DeviceId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceId": "fec7c08c-80f0-47bd-95fd-73f2c6c93b7f"
}

application/xml, text/xml

Sample:
<StartViewCardOperationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FfMobileApi.Models">
  <DeviceId>fec7c08c-80f0-47bd-95fd-73f2c6c93b7f</DeviceId>
</StartViewCardOperationRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StartViewCardOperationRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.