POST api/Signature/SignatureAndSendArchiveReport
Request Information
URI Parameters
None.
Body Parameters
SignatureAndSendArchiveReportRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
SignatureAndSendArchiveReportResponse| Name | Description | Type | Additional 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>