POST api/Signature/SignatureAndSendArchiveReport

Request Information

URI Parameters

None.

Body Parameters

SignatureAndSendArchiveReportRequest
NameDescriptionTypeAdditional information
File

Collection of byte

None.

ReportNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "File": "QEA=",
  "ReportNumber": "sample string 1"
}

application/xml, text/xml

Sample:
<SignatureAndSendArchiveReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.MobileModel">
  <File>QEA=</File>
  <ReportNumber>sample string 1</ReportNumber>
</SignatureAndSendArchiveReportRequest>

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 'SignatureAndSendArchiveReportRequest'.

Response Information

Resource Description

SignatureAndSendArchiveReportResponse
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccessful": true,
  "Message": "sample string 2"
}

application/xml, text/xml

Sample:
<SignatureAndSendArchiveReportResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.MobileModel">
  <IsSuccessful>true</IsSuccessful>
  <Message>sample string 2</Message>
</SignatureAndSendArchiveReportResponse>