POST api/Values/PostFacturasGestiones
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "ecc96724-d4f4-4493-9090-8b776b7de3c7", "6e926b62-90c6-4ef8-8da4-f5dee806e7e8" ]
text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>ecc96724-d4f4-4493-9090-8b776b7de3c7</guid> <guid>6e926b62-90c6-4ef8-8da4-f5dee806e7e8</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>