POST Apostar/Recargas/GuardarPaquetes

Request Information

URI Parameters

None.

Body Parameters

RequestPaquetemovil
NameDescriptionTypeAdditional information
Ubicacion

string

None.

Codigosubproducto

string

None.

Valor

integer

None.

Numero

string

None.

Id

string

None.

Transacciondistribuidorid

unsigned integer

None.

Usuarioid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Ubicacion": "sample string 1",
  "Codigosubproducto": "sample string 2",
  "Valor": 3,
  "Numero": "sample string 4",
  "Id": "sample string 5",
  "Transacciondistribuidorid": 6,
  "Usuarioid": 7
}

application/xml, text/xml

Sample:
<RequestPaquetemovil xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Apostar.Models.ModelsRecargasCel">
  <Codigosubproducto>sample string 2</Codigosubproducto>
  <Id>sample string 5</Id>
  <Numero>sample string 4</Numero>
  <Transacciondistribuidorid>6</Transacciondistribuidorid>
  <Ubicacion>sample string 1</Ubicacion>
  <Usuarioid>7</Usuarioid>
  <Valor>3</Valor>
</RequestPaquetemovil>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseGeneric
NameDescriptionTypeAdditional information
ResponseCode

ResponseCode

None.

ResponseMessage

string

None.

ResponseData

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 200,
  "ResponseMessage": "sample string 1",
  "ResponseData": {}
}

application/xml, text/xml

Sample:
<SavingModels.ResponseGeneric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WS_Apostar.Models">
  <ResponseCode>OK</ResponseCode>
  <ResponseData />
  <ResponseMessage>sample string 1</ResponseMessage>
</SavingModels.ResponseGeneric>