This guide is intended for customers with custom-built third-party API integrations. It provides an additional method for updating orders, rather than the standard approach.
To update an existing order in Mintsoft using a Custom API, use the POST method with the endpoint: /api/Order/{id}.
Fields You Can Update
OrderNumber
ExternalOrderReference
OrderValue
VATNumber
RequiredDeliveryDate
RequiredDespatchDate
Title
FirstName
LastName
CompanyName
Email
Phone
Moble
Address1
Address2
Address3
Town
County
PostCode
Country
DeliveryNotes
GiftMessages
Currency
CourierService
Example Request
This example updates the first name and last name on an order:
{ "FirstName": "NEW FIRST NAME", "LastName": "NEW LAST NAME" }