Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduced in version 25.591

...

Creates a contract and sends it to Egree Assently for signing. Returns url to the document. If the provided subscription has a diffrent different payer than user and is of type autogiro, two contracts till be created.

...

Name

Required

Example value

Description

Value/datatype

Default

subscriptionidyessubscriptionid=14ID for the subscription to be signedID-
languagenolanguage=sv

Selected language for the contract. The value must be expressed using ISO 639 (two character language code). 

String 
returnurlno
http://www.mysite.se/subscriptionsigned/14?hash=3327468723647637463746
 String-
onlydirectdebitconsentnotrueIn only the page containing the direct debit consent should be included in the document to sign.booleanfalse

 

Example:

Code Block
POST:APIURL/signatures.json?apikey=338934897438&subscriptionid=14&returnurl=http://www.mysite.se/subscriptionsigned/14?hash=3327468723647637463746

...