POST api/smartzar/GetCardInfo?Username={Username}&Amount={Amount}&AssetType={AssetType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Username | string |
Required Max length: 128 |
|
Amount | decimal number |
Required |
|
AssetType | string |
Required Matching One of these values (Case Sensitive): ALA | BARG |
Body Parameters
None.
Response Information
Resource Description
BaseViewModelName | Description | Type | Additional information |
---|---|---|---|
HasErrors | boolean |
None. |
|
Messages | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{ "HasErrors": false, "Messages": [] }
application/xml, text/xml
Sample:
<BaseViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Barg.WebAPI.Models"> <Messages xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> </BaseViewModel>