POST v1/cards/{cardId}/viewdata/start
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardId | globally unique identifier |
Required |
Body Parameters
StartViewCardOperationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceId": "9c4667be-f8e4-45a6-89d1-5c70a2f64433"
}
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>9c4667be-f8e4-45a6-89d1-5c70a2f64433</DeviceId> </StartViewCardOperationRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.