Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Add support for field_options #89

Open
janetanne opened this issue Jun 1, 2020 · 0 comments
Open

Add support for field_options #89

janetanne opened this issue Jun 1, 2020 · 0 comments
Labels
legacy Related to legacy, non-OpenAPI SDK

Comments

@janetanne
Copy link
Contributor

janetanne commented Jun 1, 2020

Add the ability to add field_options (date format) to all Signature Request methods.

Should be able to do either:

request.FieldOptions = new FieldOptions
{date_format = "DATE FORMAT HERE"};

OR use the AdditionalParameters.Add()

client.AdditionalParameters.Add("field_options", "{\"date_format\": \"MM - DD - YYYY\"}");

(Internal reference number: 10744067)

@jtreminio-dropbox jtreminio-dropbox added the legacy Related to legacy, non-OpenAPI SDK label Jun 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy Related to legacy, non-OpenAPI SDK
Projects
None yet
Development

No branches or pull requests

2 participants