POST api/propuesta/propuestadetallegastos
Request Information
URI Parameters
None.
Body Parameters
DocItemName | Description | Type | Additional information |
---|---|---|---|
num | string |
None. |
|
ser | string |
None. |
|
des | string |
None. |
|
tip | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "num": "sample string 1", "ser": "sample string 2", "des": "sample string 3", "tip": "sample string 4" }
application/xml, text/xml
Sample:
<DocItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models"> <des>sample string 3</des> <num>sample string 1</num> <ser>sample string 2</ser> <tip>sample string 4</tip> </DocItem>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of PropuestaNName | Description | Type | Additional information |
---|---|---|---|
ds1 | string |
None. |
|
ds2 | string |
None. |
|
mn1 | decimal number |
None. |
|
cu1 | decimal number |
None. |
|
ca1 | decimal number |
None. |
|
cu2 | decimal number |
None. |
|
ca2 | decimal number |
None. |
|
cu3 | decimal number |
None. |
|
ca3 | decimal number |
None. |
|
mn2 | decimal number |
None. |
|
mn3 | decimal number |
None. |
|
mn4 | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ds1": "sample string 1", "ds2": "sample string 2", "mn1": 3.1, "cu1": 4.1, "ca1": 5.1, "cu2": 6.1, "ca2": 7.1, "cu3": 8.1, "ca3": 9.1, "mn2": 10.1, "mn3": 11.1, "mn4": "sample string 12" }, { "ds1": "sample string 1", "ds2": "sample string 2", "mn1": 3.1, "cu1": 4.1, "ca1": 5.1, "cu2": 6.1, "ca2": 7.1, "cu3": 8.1, "ca3": 9.1, "mn2": 10.1, "mn3": 11.1, "mn4": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfPropuestaN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models.Intranet.Propuesta"> <PropuestaN> <ca1>5.1</ca1> <ca2>7.1</ca2> <ca3>9.1</ca3> <cu1>4.1</cu1> <cu2>6.1</cu2> <cu3>8.1</cu3> <ds1>sample string 1</ds1> <ds2>sample string 2</ds2> <mn1>3.1</mn1> <mn2>10.1</mn2> <mn3>11.1</mn3> <mn4>sample string 12</mn4> </PropuestaN> <PropuestaN> <ca1>5.1</ca1> <ca2>7.1</ca2> <ca3>9.1</ca3> <cu1>4.1</cu1> <cu2>6.1</cu2> <cu3>8.1</cu3> <ds1>sample string 1</ds1> <ds2>sample string 2</ds2> <mn1>3.1</mn1> <mn2>10.1</mn2> <mn3>11.1</mn3> <mn4>sample string 12</mn4> </PropuestaN> </ArrayOfPropuestaN>