GET api/authorizations/{authId}/invoice/einvoice?RqUID={RqUID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
authId

integer

Required

RqUID

string

None.

Body Parameters

None.

Response Information

Resource Description

RestElementResponseDTOOfRestFileDTO
NameDescriptionTypeAdditional information
Element

RestFileDTO

None.

RqUID

string

None.

Code

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Element": {
    "FileName": "sample string 1",
    "FileStream": "QEA="
  },
  "RqUID": "sample string 1",
  "Code": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<RestElementResponseDTOOfRestFileDTOoda9BAqG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GtMotive.GtGlobal.Common.DTO.Rest.Shared">
  <Code>sample string 2</Code>
  <Message>sample string 3</Message>
  <RqUID>sample string 1</RqUID>
  <Element>
    <FileName>sample string 1</FileName>
    <FileStream>QEA=</FileStream>
  </Element>
</RestElementResponseDTOOfRestFileDTOoda9BAqG>