Mircate
  1. Dataset
Mircate
  • Introduction
  • Authentication
  • Errors
  • Change Logs
  • Promotion
    • Calculate
      POST
    • Start Transaction
      POST
    • Commit Transaction
      POST
    • Revert Transaction
      POST
    • Cancel Transaction
      POST
    • Get Active Promotions
      GET
  • Loyalty
    • Receive Event
      POST
    • Calculate
      POST
    • Start Transaction
      POST
    • Commit Transaction
      POST
    • Cancel Transaction
      POST
    • List Measurements
      POST
  • Wallet
    • Get Wallet
      GET
    • Create Wallet
      POST
    • Create Account
      POST
    • Get Account
      POST
    • Get Accounts
      POST
    • List Accounts
      POST
    • List Transactions
      POST
    • Add Account
      POST
    • Remove Account
      POST
    • Fix
      POST
    • Load
      POST
    • Spend
      POST
    • Refund
      POST
    • Cancel
      POST
  • PIM
    • Get Products
    • Get Product Settings
    • Get Catalog Settings
    • Upsert Product
    • Upsert Category
    • Bulk Product Upsert
    • Check Batch Status
    • Delete Product
    • Attach Product Attribute Image
    • Attach Category Image
    • Get Image
    • Upsert Attributes
    • Delete Attribute
    • Upsert Attribute Options
    • Upsert Attribute Option
    • Delete Attribute Option
  • Merchant
    • Sales Channel
      • Reserve Stock
      • Cancel Stock
      • Commit Stock
      • Refund Stock
      • Get Current Stock
    • Product Supplier
      • Receive Stock
      • Receive Price
      • Get Stock/Price History
      • Check Batch Status
      • Remove My Products
      • Clean My Products
      • Export Stock/Price
      • List Exports
      • Get Exported Files
    • Global Products
      • Receive Products
      • Get Global Products
      • Remove Global Products
  • Common
    • Dataset
      • Create
        POST
      • Update
        POST
      • Delete
        POST
      • Value Upsert
        POST
      • Value Delete
        POST
      • List Sources
        POST
      • List Values
        POST
  • How to
    • Creating a Promotion Template
    • Promotion Transaction Flow
    • Understanding PIM Product Statuses
  1. Dataset

Update

Production
https://api.b2b.retter.io/5p1hp1d2t
Production
https://api.b2b.retter.io/5p1hp1d2t
POST
https://api.b2b.retter.io/5p1hp1d2t
/{{RIO_PROJECT_ID}}/CALL/ParameterSource/updateSource/{{MIRCATE_PROJECT_ID}}
PromotionLoyalty
Last modified:2025-05-08 06:20:06
The Dataset Update method is used to modify existing shared datasets used across Loyalty and Promotion modules. It enables updating dataset content or structure without creating a new one.

Request

Header Params
x-api-key
string 
required
Example:
***************
Body Params application/json
id
string 
required
name
string 
required
description
string 
optional
Example
{
  "id": "OV6J9L",
  "name": "Bank Code 2",
  "description": "Bank Code 2"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.b2b.retter.io/5p1hp1d2t/{{RIO_PROJECT_ID}}/CALL/ParameterSource/updateSource/{{MIRCATE_PROJECT_ID}}' \
--header 'x-api-key: ***************' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": "OV6J9L",
    "name": "Bank Code 2",
    "description": "Bank Code 2"
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-08 06:20:06
Previous
Create
Next
Delete
Built with