POST api/CurrencyInvoice/GetCurrencyInvoiceHtml
Request Information
URI Parameters
None.
Body Parameters
GetCurrencyInvoiceHtmlMobileRequest| Name | Description | Type | Additional information | 
|---|---|---|---|
| Ettn | string | 
                             None.  | 
                |
| CompanyId | decimal number | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Ettn": "sample string 1",
  "CompanyId": 2.0
}
        application/xml, text/xml
            Sample:
        <GetCurrencyInvoiceHtmlMobileRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile"> <CompanyId>2</CompanyId> <Ettn>sample string 1</Ettn> </GetCurrencyInvoiceHtmlMobileRequest>
application/x-www-form-urlencoded
            Sample:
    
        
Response Information
Resource Description
GetInvoiceHtmlMobileResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| InvoiceHtml | string | 
                             None.  | 
                |
| Result | ResultType | 
                             None.  | 
                |
| ErrorMessage | string | 
                             None.  | 
                
Response Formats
application/json, text/json
            Sample:
        
{
  "InvoiceHtml": "sample string 1",
  "Result": 0,
  "ErrorMessage": "sample string 2"
}
        application/xml, text/xml
            Sample:
<GetInvoiceHtmlMobileResponse 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> <InvoiceHtml>sample string 1</InvoiceHtml> </GetInvoiceHtmlMobileResponse>