POST api/Analisis/GetDetalleFacturaXGestion

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "891af661-9abe-41ed-afe4-11459604c8c6",
  "477cfd7d-d281-45e8-9476-086833754c2d"
]

text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>891af661-9abe-41ed-afe4-11459604c8c6</guid>
  <guid>477cfd7d-d281-45e8-9476-086833754c2d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppResult
NameDescriptionTypeAdditional information
IsValid

boolean

None.

Message

Object

None.

Data

Object

None.

Exception

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "IsValid": true,
  "Message": {},
  "Data": {},
  "Exception": {}
}

text/xml

Sample:
<AppResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <Data />
  <Exception />
  <IsValid>true</IsValid>
  <Message />
</AppResult>