POST api/Signature/SignatureXml

Request Information

URI Parameters

None.

Body Parameters

SignatureXmlRequest
NameDescriptionTypeAdditional information
XmlFile

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "XmlFile": "QEA="
}

application/xml, text/xml

Sample:
<SignatureXmlRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.MobileModel">
  <XmlFile>QEA=</XmlFile>
</SignatureXmlRequest>

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

Response Information

Resource Description

SignatureXmlResponse
NameDescriptionTypeAdditional information
ErrorMessage

string

None.

XmlFile

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorMessage": "sample string 1",
  "XmlFile": "QEA="
}

application/xml, text/xml

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