X-Api-Key header).communicationType, scheduleDate, templateId, senderId, contactListIds, maxContactsCount, contacts, api_id (+4 more))message_id, status, remarks, uid, client_costs, type)curl --location 'https://api.veloconnect.me/api/CalculateSmsPrice' \
--header 'Content-Type: application/json' \
--data-raw '{
"communicationType": "Trasnsactional",
"scheduleDate": "2019-08-24T14:15:22Z",
"templateId": 0,
"senderId": 0,
"contactListIds": [
0
],
"maxContactsCount": 1,
"contacts": [
{
"firstName": "John",
"lastName": "Doe",
"url": "https://example.com",
"phoneNumber": "+37412345678",
"email": "example@mail.com"
}
],
"api_id": "string",
"ratePlanId": 0,
"message": "string",
"openSenderTitle": "string",
"sentByAdmin": true
}'{
"message_id": 0,
"status": "string",
"remarks": "string",
"uid": "string",
"client_costs": [
{
"phonenumber": "string",
"cost": 0
}
],
"type": "string"
}