CallfireApiClient.Api.Campaigns.CampaignSoundsApi.RecordViaPhone C# (CSharp) Method

RecordViaPhone() private method

private RecordViaPhone ( CallCreateSound callCreateSound ) : ResourceId
callCreateSound CallCreateSound
return CallfireApiClient.Api.Common.Model.ResourceId
        public ResourceId RecordViaPhone(CallCreateSound callCreateSound)
        {
            return Client.Post<ResourceId>(SOUNDS_CALLS_PATH, callCreateSound);
        }