Esempio n. 1
0
 private static Request BuildCreateRequest(CreateSupportingDocumentOptions options, ITwilioRestClient client)
 {
     return(new Request(
                HttpMethod.Post,
                Rest.Domain.Trusthub,
                "/v1/SupportingDocuments",
                postParams: options.GetParams(),
                headerParams: null
                ));
 }