API Reference
Products
Update a price point
2min
PATCH
AUTHENTICATION
Authorization
Bearer
Bearer
PATH PARAMETERS
productReference
string
*priceReference
string
*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.Products.ProductPricePatchModel]
*value
System.Object
path
string
op
string
from
string
RESPONSES
200
OK
FictiveGlobal.Api.Rest.Dtos.v1.PricePointResponse
Response DTO V1 for the Product Price Point.
role
string
Gets or sets the Role name
amount
number<double>
Gets or sets the Amount
isGross
boolean
Specify whether is gross amount
priceReference
string
Unique price reference
taxCategory
string
Tax category name
paymentMethod
string
Payment method name
currency
string
Three letter currency ISO code
400
Request is invalid
<br /> Cannot provide the same parameter name multiple times
<br />Please provide the price as a number with no more than 2 decimal places
401
Not Authorized
404
Product cannot be found
<br /> Product price point cannot be found
500
Internal Server Error.
ο»Ώ
ο»Ώ
Updated 22 Sep 2023
Did this page help you?