POST SMTTelecom/GetCardBalance

Request Information

URI Parameters

None.

Body Parameters

CardInfoRequestModel
NameDescriptionTypeAdditional information
Batch

integer

None.

SerialFrom

integer

None.

SerialTo

integer

None.

DistributorName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "batch": 1,
  "serialFrom": 2,
  "serialTo": 3,
  "distributorName": "sample string 4"
}

application/xml, text/xml

Sample:
<CardInfoRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RazaModels.SMTTelecom.APIModels">
  <Batch>1</Batch>
  <DistributorName>sample string 4</DistributorName>
  <SerialFrom>2</SerialFrom>
  <SerialTo>3</SerialTo>
</CardInfoRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.