POST GetPrecos
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TAB_PRECOS| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | string |
None. |
|
| APLICATIVO | string |
None. |
|
| M01 | decimal number |
None. |
|
| M02 | decimal number |
None. |
|
| M03 | decimal number |
None. |
|
| M04 | decimal number |
None. |
|
| M05 | decimal number |
None. |
|
| M06 | decimal number |
None. |
|
| M07 | decimal number |
None. |
|
| M08 | decimal number |
None. |
|
| M09 | decimal number |
None. |
|
| M10 | decimal number |
None. |
|
| M11 | decimal number |
None. |
|
| M12 | decimal number |
None. |
|
| XML_ATE20 | decimal number |
None. |
|
| XML_21_50 | decimal number |
None. |
|
| XML_MAIS_50 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "sample string 1",
"APLICATIVO": "sample string 2",
"M01": 3.0,
"M02": 4.0,
"M03": 5.0,
"M04": 6.0,
"M05": 7.0,
"M06": 8.0,
"M07": 9.0,
"M08": 10.0,
"M09": 11.0,
"M10": 12.0,
"M11": 13.0,
"M12": 14.0,
"XML_ATE20": 15.0,
"XML_21_50": 16.0,
"XML_MAIS_50": 17.0
}
application/xml, text/xml
Sample:
<TAB_PRECOS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iFoxWsAtualizar.Models"> <APLICATIVO>sample string 2</APLICATIVO> <Id>sample string 1</Id> <M01>3</M01> <M02>4</M02> <M03>5</M03> <M04>6</M04> <M05>7</M05> <M06>8</M06> <M07>9</M07> <M08>10</M08> <M09>11</M09> <M10>12</M10> <M11>13</M11> <M12>14</M12> <XML_21_50>16</XML_21_50> <XML_ATE20>15</XML_ATE20> <XML_MAIS_50>17</XML_MAIS_50> </TAB_PRECOS>