POST api/Signature/SignSoap

Request Information

URI Parameters

None.

Body Parameters

SignSoapRequest
NameDescriptionTypeAdditional information
SoapFile

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "SoapFile": "QEA="
}

application/xml, text/xml

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

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

Response Information

Resource Description

SignSoapResponse
NameDescriptionTypeAdditional information
ErrorMessage

string

None.

SoapFile

Collection of byte

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<SignSoapResponse 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>
  <SoapFile>QEA=</SoapFile>
</SignSoapResponse>