POST api/VirtualCard/ConvertCard
Request Information
URI Parameters
None.
Body Parameters
SetCardPinModel| Name | Description | Type | Additional information |
|---|---|---|---|
| intCardId | integer |
None. |
|
| intUserId | integer |
None. |
|
| strNewPin | string |
None. |
|
| strUserName | string |
None. |
|
| intCompanyId | integer |
None. |
|
| intWalletId | integer |
None. |
|
| intCreatedBy | integer |
None. |
|
| strChangeCardStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"intCardId": 1,
"intUserId": 2,
"strNewPin": "sample string 3",
"strUserName": "sample string 4",
"intCompanyId": 5,
"intWalletId": 6,
"intCreatedBy": 7,
"strChangeCardStatus": "sample string 8"
}
application/xml, text/xml
Sample:
<SetCardPinModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pozitive_Bank_Entities"> <intCardId>1</intCardId> <intCompanyId>5</intCompanyId> <intCreatedBy>7</intCreatedBy> <intUserId>2</intUserId> <intWalletId>6</intWalletId> <strChangeCardStatus>sample string 8</strChangeCardStatus> <strNewPin>sample string 3</strNewPin> <strUserName>sample string 4</strUserName> </SetCardPinModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.