POST api/Analisis/GetDetalleFacturaXGestion

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "feba9ddc-ad2d-470e-8d2f-8209df2dcea2",
  "32103242-fdbb-4e5c-a2d8-9e184942b812"
]

text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>feba9ddc-ad2d-470e-8d2f-8209df2dcea2</guid>
  <guid>32103242-fdbb-4e5c-a2d8-9e184942b812</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>