Product Update
https://paydoux.com/product/save
Body
Name
Type
Description
id
integer
Product ID
name
string
Product Name
description
string
Product Description
amount
decimal
Product Amount
status
string | ACTIVE | DISABLED
Product Status
period_type
string | FIXED | RECURRING
Period Type
Response
{
"messages": "Product saved",
"data": true
}Product Not Found
{
"status": 404,
"error": 404,
"messages": {
"error": "AP-1 Product not found"
}
}Product Already Exists
{
"status": 409,
"error": 409,
"messages": {
"error": "AP-2 Product already exists"
}
}Last updated