POST api/Values/PostFacturasGestiones

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "19c9efa6-e443-4b6a-be6c-47d191720774",
  "36fd4c81-f577-4a05-b8e9-ce321dc0dcaa"
]

text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>19c9efa6-e443-4b6a-be6c-47d191720774</guid>
  <guid>36fd4c81-f577-4a05-b8e9-ce321dc0dcaa</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response 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>