Articles
SedonaCloud - API Questions and Errors
Common Errors
I'm able to get an access token but when I make requests to the API I'm getting the error: "HTTP Error 400. The size of the request headers is too long."
Answer: Update the API user roles. The error "request headers is ...
SedonaCloud - Technical Configuration - Branch Branding
Provided the ability to add branding to branches for companies that want to customize their branding for each branch. If there is at least one branch in a company, selecting Preferences from the menu will show company/branch preferences. If there ar...
SedonaCloud - Technical Configuration - Changed API Endpoints: 1.41.4.1
These changed endpoints are for these application corrections:
#22804 "API Allows NULLs for Bank_Account_Nam so User cannot edit payment method on customer"
#27220 "Add GET api/paymentmerchant/bankaccounts"
POST api/paymentmerch...
SedonaCloud - Technical Configuration - Changed API Endpoints [1.42.0]
(for #23045, 23046, 23047, 23048, 23625, 23997, and 29556)
SOLUTION SUMMARY AND IMPACT OF CHANGES:
Note: These new endpoints correct many problems found in their corresponding obsolete endpoints. Customers that have an existing integrati...
SedonaCloud - Technical Configuration - Job API Changes
The API was trying to get the next job number when the passed-in job code was "0", but it did not work. Corrected the functionality so it gets the next job number when a job code of blank or "0" is passed in.
The code to convert the record mode...
SedonaCloud - Technical Configuration - Move Reporting from FSU Tech Tool to SedonaCloud
Add Service FSU Service Report to Sedona-X Mobile
Changes in SedonaCloud:
Add endpoint POST /api/fsu/servicereport. This asks the API to generate the requested service report and add it to the documents of the specified entities. The bod...
SedonaCloud - Technical Configuration - New API Endpoints 1.41.4.1
This new end point is for #26320 SedonaCloud API -- POST API /api/part/PartTransferWarehouse not available
POST PartTransferWarehouse
This creates the warehouse transfer for the specified part.
PartCode - Required. Speci...
SedonaCloud - Technical Configuration - New API Endpoints
optavalartaxgroup/{id}
api/optavalarataxgroup/{id}
GET
id = 5-digit zip code
api/optavalarataxgroup/search
POST
Body must contain the following JSON mo...
SedonaCloud - Using POSTMAN with REST API
Overview
The SedonaCloud REST API is used with SedonaOffice for third-party access. This is also used by Sales Automation and the Manitou / Stages Integration. Because it uses HTTPS calls to an IIS server, it allows very ...