POST api/IntimacaoEletronica/ObterImagemDasIntimacoes

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c04d7ec9-2b58-4b14-b73b-44f5470b318d",
  "31b2c1e6-7168-495e-821d-9d9b398dae0f"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>c04d7ec9-2b58-4b14-b73b-44f5470b318d</guid>
  <guid>31b2c1e6-7168-495e-821d-9d9b398dae0f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of byte

Response Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>