POST api/Recargas
Request Information
URI Parameters
None.
Body Parameters
RecargaTelefonica| Name | Description | Type | Additional information |
|---|---|---|---|
| Telofono | string |
None. |
|
| ClaveFacturador | integer |
None. |
|
| Monto | integer |
None. |
|
| Cif | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Telofono": "sample string 1",
"ClaveFacturador": 2,
"Monto": 3,
"Cif": "sample string 4"
}
application/xml, text/xml
Sample:
<RecargaTelefonica xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCPM.Models"> <Cif>sample string 4</Cif> <ClaveFacturador>2</ClaveFacturador> <Monto>3</Monto> <Telofono>sample string 1</Telofono> </RecargaTelefonica>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |