POST api/MobileApp/sendInvoiceVoiceCommandReceiver?eventId={eventId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

string

Required

Body Parameters

None.

Response Information

Resource Description

SendInvoiceVoiceCommandReceiverResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Data

Object

None.

Error

string

None.

ErrorStack

string

None.

StartedAt

date

None.

CompletedAt

date

None.

Result

ResultType

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {},
  "Error": "sample string 3",
  "ErrorStack": "sample string 4",
  "StartedAt": "2025-12-24T00:17:43.9938542+03:00",
  "CompletedAt": "2025-12-24T00:17:43.9938542+03:00",
  "Result": 0,
  "ErrorMessage": "sample string 7"
}

application/xml, text/xml

Sample:
<SendInvoiceVoiceCommandReceiverResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Business.Core.DataContracts.MobileApp">
  <_x003C_ErrorMessage_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">sample string 7</_x003C_ErrorMessage_x003E_k__BackingField>
  <_x003C_Result_x003E_k__BackingField xmlns="http://schemas.datacontract.org/2004/07/EInvoice.Service.Model.Mobile">Success</_x003C_Result_x003E_k__BackingField>
  <CompletedAt>2025-12-24T00:17:43.9938542+03:00</CompletedAt>
  <Data />
  <Error>sample string 3</Error>
  <ErrorStack>sample string 4</ErrorStack>
  <StartedAt>2025-12-24T00:17:43.9938542+03:00</StartedAt>
  <Success>true</Success>
</SendInvoiceVoiceCommandReceiverResponse>