@Path(value="/VoiceApi/rest")
public interface SMSGatewayCenterVoiceService
VoiceRecordedMessage
as the response body created by the client is not what the service is expecting.for the desired response body and you can check the log for the current response body.
Modifier and Type | Method and Description |
---|---|
SMSGatewayCenterResponse |
send(String userId,
String password,
String apiKey,
String sendMethod,
String audioType,
Boolean saveAudio,
String libraryName,
String text,
String textFormat,
String phoneNumbers,
String phoneListFilePath,
Integer reDial,
Integer redialInterval,
String responseFormat,
Boolean duplicateCheck,
Boolean testVoice) |
@POST @Path(value="/send") @Consumes(value="multipart/form-data") @Produces(value="application/json") SMSGatewayCenterResponse send(String userId, String password, String apiKey, String sendMethod, String audioType, Boolean saveAudio, String libraryName, String text, String textFormat, String phoneNumbers, String phoneListFilePath, Integer reDial, Integer redialInterval, String responseFormat, Boolean duplicateCheck, Boolean testVoice)
Copyright © 2018. All rights reserved.