POST DocPay
Request Information
URI Parameters
None.
Body Parameters
mPay1| Name | Description | Type | Additional information |
|---|---|---|---|
| Ano | integer |
None. |
|
| Mes | integer |
None. |
|
| Cor | integer |
None. |
|
| dAn | integer |
None. |
|
| dMe | integer |
None. |
|
| dCo | integer |
None. |
|
| UPa | string |
None. |
|
| TPa | string |
None. |
|
| Mon | string |
None. |
|
| Tot | decimal number |
None. |
|
| Use | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ano": 1,
"Mes": 2,
"Cor": 3,
"dAn": 4,
"dMe": 5,
"dCo": 6,
"UPa": "sample string 7",
"TPa": "sample string 8",
"Mon": "sample string 9",
"Tot": 10.1,
"Use": "sample string 11"
}
application/xml, text/xml
Sample:
<mPay1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WALogic.Modelo"> <Ano>1</Ano> <Cor>3</Cor> <Mes>2</Mes> <Mon>sample string 9</Mon> <TPa>sample string 8</TPa> <Tot>10.1</Tot> <UPa>sample string 7</UPa> <Use>sample string 11</Use> <dAn>4</dAn> <dCo>6</dCo> <dMe>5</dMe> </mPay1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.