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

Add support for field_options  #89

@janetanne

Description

@janetanne

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    legacyRelated to legacy, non-OpenAPI SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions