POST api/D365/LRTDocumentDownload/Invoice

Request Information

URI Parameters

None.

Body Parameters

LRTDocumentDownload
NameDescriptionTypeAdditional information
Type

string

None.

Number

string

None.

DocDate

date

None.

DownloadRequested

string

None.

DownloadURL

string

None.

DownloadURLValidUntil

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "Number": "sample string 2",
  "DocDate": "2026-02-04T01:33:33.809285+00:00",
  "DownloadRequested": "sample string 4",
  "DownloadURL": "sample string 5",
  "DownloadURLValidUntil": "2026-02-04T01:33:33.809285+00:00"
}

application/xml, text/xml

Sample:
<LRTDocumentDownload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/D365IntergrationsWebAPI.Models">
  <DocDate>2026-02-04T01:33:33.809285+00:00</DocDate>
  <DownloadRequested>sample string 4</DownloadRequested>
  <DownloadURL>sample string 5</DownloadURL>
  <DownloadURLValidUntil>2026-02-04T01:33:33.809285+00:00</DownloadURLValidUntil>
  <Number>sample string 2</Number>
  <Type>sample string 1</Type>
</LRTDocumentDownload>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.