POST api/General/ValidateCardRequest

Request Information

URI Parameters

None.

Body Parameters

ValidateCardRequestInput
NameDescriptionTypeAdditional information
UUID

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "UUID": "sample string 1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TupleOfBooleanAndString
NameDescriptionTypeAdditional information
Item1

boolean

None.

Item2

string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "m_Item1": true,
  "m_Item2": "sample string 2"
}