Error creating brands through API on demo system

rickus123

I am dual-posting this here while I wait for DocuSign support to get around to assisting in the hopes someone here has some more insight.


Our application uses the DocuSignConnect API to manage brands. It has been in production for years and worked without issues. Sometime last week, our API calls to create brands began failing, but only on the Demo system. This functionality is continuing to work fine in the Production system. There are no code differences between our Demo and Prod environments.

In the past, we have seen issues (of a different kind) when changes are rolled out to the DocuSign Demo system. I wonder if this could be one of those scenarios.

The details are limited. Our API calls to create a brand are met with a failure with the following properties:

ErrorCode: 309

ErrorReason: Brands could not be created.

faultString: Brands could not be created. Unable to upload brand, error: Must specify valid information for parsing in the string.

As I mentioned above, our application has not changed recently with respect to the DocuSignConnect API. I have noticed, however, that the Signing and Email resource xml files appear to be undergoing a change (they differ significantly between DocuSign's Prod and Demo sites.) Perhaps this is a clue behind the fairly unhelpful "...specify valid information for parsing..." message.

My concern is that something is soon to be deployed to Production that will break our application.

I should add that our other API calls seem to be ok (sending envelopes, for example)

Has anyone experienced this type of problem creating brands?

rickus123

The update on this from DocuSign support is that the 'type' attribute on the 'logo' element that is part of the XML schema defined in the 'CreateBrand' API call has changed from optional (in their PROD environment) to required (in their DEMO environment).

They are probably going to be changing their DEMO code to revert this attribute back to 'optional' before it is deployed to their PROD system.

But in any event, our code is going to change to start including the 'type' attribute on the 'logo' elements to ensure success going forward regardless.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Not able to create a resource in demo.ckan.org through the API (500 error)

From Dev

Creating coupon through API and ruby returns error: woocommerce_api_missing_coupon_data

From Dev

Error while creating BranchType in Clearcase 7.1.2 using CM API through Web View

From Dev

Error while creating k8s secret through rest api

From Dev

Add brands through company, it's possible? How?

From Dev

Creating AX order through a REST API

From Dev

Error while creating Scrapy project through startproject

From Dev

NetSuite API Error creating order

From Dev

Creating Windows 8.1 system image error

From Dev

Error creating ext4 file system

From Dev

Error in storing data through API

From Dev

ENVELOPE_ALLOWANCE_EXCEEDED error on demo API call

From Java

Inserting data into another system through API

From Dev

Creating and Editing Text Files in a Demo C# code resulting in a "Used by another Process" Error

From Java

Error creating bean with name 'viewResolver' defined in com.luv2code.springsecurity.demo.config.DemoAppConfig

From Dev

OrientDB: Creating Graph-database through HTTP-API

From Java

Creating a Gemfire Regions Through the API instead of using GFSH

From Dev

How to send POST request to JIRA for creating a Project through REST api

From Dev

Creating an event through the ST Developer Portal's API Console

From Dev

Creating a dynamic resource pool for yarn through Cloudera Manager REST api

From Java

Error creating bean unsatisfied dependency expressed through field sessionFactory

From Dev

Error in creating bean: Unsatisfied dependency expressed through constructor parameter 1

From Dev

Error in creating SQS Queue and its access policy through Cloudformation

From Java

Error creating bean with name 'mongoTemplate' while connecting mongodb through Spring

From Dev

Rails 4 - error creating associations through Fabricator in Rspec tests

From Dev

NoReverseMatch error when creating new users through admin

From Dev

Error message when creating an email but still goes through

From Dev

error while creating a stack using cloudformation to launch emr through lambda

From Dev

Getting error while creating logic app connection through Bicep

Related Related

  1. 1

    Not able to create a resource in demo.ckan.org through the API (500 error)

  2. 2

    Creating coupon through API and ruby returns error: woocommerce_api_missing_coupon_data

  3. 3

    Error while creating BranchType in Clearcase 7.1.2 using CM API through Web View

  4. 4

    Error while creating k8s secret through rest api

  5. 5

    Add brands through company, it's possible? How?

  6. 6

    Creating AX order through a REST API

  7. 7

    Error while creating Scrapy project through startproject

  8. 8

    NetSuite API Error creating order

  9. 9

    Creating Windows 8.1 system image error

  10. 10

    Error creating ext4 file system

  11. 11

    Error in storing data through API

  12. 12

    ENVELOPE_ALLOWANCE_EXCEEDED error on demo API call

  13. 13

    Inserting data into another system through API

  14. 14

    Creating and Editing Text Files in a Demo C# code resulting in a "Used by another Process" Error

  15. 15

    Error creating bean with name 'viewResolver' defined in com.luv2code.springsecurity.demo.config.DemoAppConfig

  16. 16

    OrientDB: Creating Graph-database through HTTP-API

  17. 17

    Creating a Gemfire Regions Through the API instead of using GFSH

  18. 18

    How to send POST request to JIRA for creating a Project through REST api

  19. 19

    Creating an event through the ST Developer Portal's API Console

  20. 20

    Creating a dynamic resource pool for yarn through Cloudera Manager REST api

  21. 21

    Error creating bean unsatisfied dependency expressed through field sessionFactory

  22. 22

    Error in creating bean: Unsatisfied dependency expressed through constructor parameter 1

  23. 23

    Error in creating SQS Queue and its access policy through Cloudformation

  24. 24

    Error creating bean with name 'mongoTemplate' while connecting mongodb through Spring

  25. 25

    Rails 4 - error creating associations through Fabricator in Rspec tests

  26. 26

    NoReverseMatch error when creating new users through admin

  27. 27

    Error message when creating an email but still goes through

  28. 28

    error while creating a stack using cloudformation to launch emr through lambda

  29. 29

    Getting error while creating logic app connection through Bicep

HotTag

Archive