Options
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Email to a Friend
- Printer Friendly Page
- Report Inappropriate Content
REST API response bug: "Success" vs "success"
Some API calls return "Success" and some return "success". This is a bug.
Example of a response to REST create subscription:
{'reasons': [{'message': "Invalid parameter(s): 'SubscribeToRatePlans,InitialTerm,ContractEffectiveDate,OpportunityCloseDate_QT,Invoice,TermType,SubscriptionNumber,InvoiceSeparately,AccountKey,OpportunityName_QT'.", 'code': 53000021}], 'processId': 'F3738102E98FD4EC', 'success': False}
Example of a response to REST create account:
AssertionError: POST to /object/account/2c92a0ff5c5f948c015c616ec0655062 failed: b'{"Errors":[{"Code":"MISSING_REQUIRED_VALUE","Message":"Payment term and billing batch are required before account can be activated."}],"Success":false}\n'
- Find more ideas tagged with:
- API
4 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.