示例#1
0
 private static Request BuildUpdateRequest(UpdateRatePlanOptions options, ITwilioRestClient client)
 {
     return(new Request(
                HttpMethod.Post,
                Rest.Domain.Preview,
                "/wireless/RatePlans/" + options.PathSid + "",
                postParams: options.GetParams()
                ));
 }