POST api/Invoice/GetInvoiceExternalUrl

Request Information

URI Parameters

None.

Body Parameters

GetInvoiceExternalUrlRequest
NameDescriptionTypeAdditional information
Ettn

string

None.

InvoiceDirection

InvoiceDirection

None.

InvoiceDocumentType

InvoiceDocumentType

None.

Request Formats

application/json, text/json

Sample:
{
  "Ettn": "sample string 1",
  "InvoiceDirection": 0,
  "InvoiceDocumentType": 0
}

application/xml, text/xml

Sample:
<GetInvoiceExternalUrlRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">
  <Ettn>sample string 1</Ettn>
  <InvoiceDirection>None</InvoiceDirection>
  <InvoiceDocumentType>None</InvoiceDocumentType>
</GetInvoiceExternalUrlRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetInvoiceExternalUrlRequest'.

Response Information

Resource Description

GetInvoiceExternalUrlResponse
NameDescriptionTypeAdditional information
ExternalLink

string

None.

Result

ResultType

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ExternalLink": "sample string 1",
  "Result": 0,
  "ErrorMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<GetInvoiceExternalUrlResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">
  <_x003C_ErrorMessage_x003E_k__BackingField>sample string 2</_x003C_ErrorMessage_x003E_k__BackingField>
  <_x003C_Result_x003E_k__BackingField>Success</_x003C_Result_x003E_k__BackingField>
  <ExternalLink>sample string 1</ExternalLink>
</GetInvoiceExternalUrlResponse>