Send card_Id Server answers with CardResponse
None.
cardId
cCardInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| cardId |
cardId |
string |
None. |
| Lock |
Should the card be locked or the lock removed? |
boolean |
None. |
{
"cardId": "sample string 1",
"Lock": true
}
<cCardInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC"> <Lock>true</Lock> <cardId>sample string 1</cardId> </cCardInfo>
Sample not available.
True/False, Message
cCardResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success |
Boolean to indicate success |
boolean |
None. |
| Message |
Additional Message |
string |
None. |
{
"Success": true,
"Message": "sample string 2"
}
<cCardResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KOSTIFC"> <Message>sample string 2</Message> <Success>true</Success> </cCardResponse>