Update a payment instruction
1min
PATCH
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
accountReference
string
*Account reference
paymentReference
string
*The payment reference
HEADER PARAMETERS
X-TokenId
string
The eSuite Token Id
X-SessionId
string
The eSuite Session Id
X-Version
string
*The eSuite Version
Origin
string
The eSuite Origin
BODY PARAMETERS
patchRequest
Microsoft.AspNet.JsonPatch.JsonPatchDocument[FictiveGlobal.Api.Rest.Dtos.v1.Patch.Orders.OrderPatchModel]
*value
System.Object
path
string
op
string
from
string
RESPONSES
204
No Content
400
Bad Request
<br />• {parameter name} is not configured as a custom parameter
<br />• Cannot provide the same parameter name multiple times
<br />• Unable to amend {parameter name} as it does not exist
401
Unauthorized
<br />• API Authentication Failure: Invalid Authentication Type/Credentials Provided
404
Not Found
<br />• Account cannot be found
<br />• Payment cannot be found
405
Method Not Allowed
<br />• {actionType} is not a supported action on this resource
Updated 02 Nov 2023
Did this page help you?