signnow / SignNow.NET

SignNow.Net is the official .NET 4.5+ and .NET Standard class library for the SignNow API. SignNow allows you to embed legally-binding e-signatures into your app, CRM or cloud storage. Send documents for signature directly from your website. Invite multiple signers to finalize contracts.
https://www.signnow.com/developers
MIT License
16 stars 12 forks source link

Prefilled Text #137

Closed FedericoBernardi closed 1 year ago

FedericoBernardi commented 2 years ago

According to the signNow api prefilled text should accept "field_name" and "prefilled_text" but in the implementation it has "prefilled_text" and "label". Am I missing something or TextField should serialise "field_name" instead "label"?

reference: https://docs.signnow.com/sn/ref/document/#prefilled-text

AlexNDRmac commented 2 years ago

Hi @FedericoBernardi, sorry for the late response. SDK has internal requests model with proper serialisers. We provide a simple and uniform property name, you don't have to worry about the structure of API requests, because we automatically convert all the required properties inside the SDK.