CallfireApiClient.Api.Campaigns.CampaignSoundsApi.RecordViaPhone C# (CSharp) Метод

RecordViaPhone() приватный Метод

private RecordViaPhone ( CallCreateSound callCreateSound ) : ResourceId
callCreateSound CallCreateSound
Результат CallfireApiClient.Api.Common.Model.ResourceId
        public ResourceId RecordViaPhone(CallCreateSound callCreateSound)
        {
            return Client.Post<ResourceId>(SOUNDS_CALLS_PATH, callCreateSound);
        }