GET App/Pagos/CreateBillingDay
Request Information
URI Parameters
None.
Body Parameters
RequestCreacionProximaFactura| Name | Description | Type | Additional information |
|---|---|---|---|
| contract_number | string |
None. |
|
| string |
None. |
Request Formats
application/json, text/json
Sample:
{
"contract_number": "sample string 1",
"email": "sample string 2"
}
application/xml, text/xml
Sample:
<SubClases_ModuloPagos.RequestCreacionProximaFactura xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TelecableDigitalAPIRest.Clases.Modulos.Modulo_Pagos"> <contract_number>sample string 1</contract_number> <email>sample string 2</email> </SubClases_ModuloPagos.RequestCreacionProximaFactura>
application/x-www-form-urlencoded
Sample:
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. |