bosOnline
  1. Form
bosOnline
  • bosOnline
  • BosOnline
    • auth
      • Register
      • Login
      • Refresh Token
    • Product
      • Inventory
      • Download Inventory
      • Download Variant
      • Update Inventory
      • Get Category
      • Get Edit Product
      • Product List
      • Edit Product Detail (Product Detail)
      • product
      • Delete Product
      • Edit Status Product (Product List)
      • Download Product (Product List)
      • Product Detail
      • Product Variant
      • Edit Status Variant (Product Detail)
      • Update Variant
      • Upload Image
      • Cek SKU
    • Form
      • Form
        POST
      • Edit Form
        PUT
      • Form Detail
        GET
      • Edit Status Form (Product Detail)
        PATCH
      • Form list
        GET
      • Custom Success Page
        POST
      • Custom Success Page
        PUT
      • Edit Success Page
        GET
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
        • Follow Up Attempts
      • Edit Choose Courier
      • Edit Payment Method
      • Detail Order
      • Edit Customer Order
      • Edit Another Fee
      • Order List
      • Confirm Payment
      • Update Payment Method
      • Update Pengiriman Kurir
      • Update Status Order
    • Store
      • Custom Domain
        • Set Default Subdomain
        • Subdomain
        • Create Subdomain
        • Verifikasi Subdomain
        • Get Revenue
      • Store
      • Cek SubDomain
      • Get Region
      • Store
      • Warehouse
      • On Boarding
      • Recap Order
      • Recap Store
      • Recap Product
      • Recap CS
      • Tips
      • Announcement
      • Edit Subdomain
    • API Boscod
      • Cek Ongkir
      • Wilayah
      • Tracking Order
      • Reset Password
      • Warehouse
      • Order Shipping
      • winpay service
    • Profile
      • Warehouse
      • Edit Warehouse
      • Profile
      • Data Deletion
      • Default Warehouse
      • Me
    • Staff
      • Staff
      • Delete staff
      • Create Staff
      • Edit Status Staff
    • Rekening
      • Bank List
      • Get Rekening List
      • Rekening Detail
      • Create Rekening
      • Edit Rekening
      • Delete Rekening
      • Edit Status Rekening
    • Voucher
      • List Voucher
      • Edit Voucher Status
      • Voucher
      • List Voucher Checkout
      • Delete Voucher
  • AdminBosOnline
    • Dashboard
      • Recap Store
      • Revenue
      • Order Recap
  1. Form

Custom Success Page

Testing
POST
/store/success-page
BosOnline/Form
Endpoint ini digunakan untuk membuat Custom success page yang akan dipasang ditiap produk. Page Create success page.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/store/success-page' \
--header 'Content-Type: application/json' \
--data-raw '{
    "form_id": "6bed868b-2415-4101-9026-9290760b9c95",
    "file_path": "/header/success_page/8721312",
    "file_name": "header_success_form1 jpg",
    "headline_name": "Toko Shaka",
    "tagline": "Your Daily Coffee",
    "background_color": "#F4F6F8",
    "button_color": "#F4F6F8",
    "post_submit_action": "success_page",
    "structure_success_page": {
        "payment_method": "manual",
        "additional_component": {
            "url_video": "https://www.youtube.com",
            "page_title": "Terima kasih sudah pesan",
            "page_caption": "Orderan kamu sedang kami proses",
            "text_footer": "Temukan kami melalui",
            "social_media": {
                "instagram": "",
                "facebook": "",
                "whatsapp": "",
                "youtube": ""
            }
        }
    },
    "tracking_adds": {
        "all_event": true,
        "facebook_pixel": {
            "pixel_id": [
                18273213123,
                13123131231
            ],
            "event": [
                "AddToCart",
                "Purchase",
                "ViewContent"
            ]
        },
        "tiktok_pixel": {
            "pixel_id": [
                18273213123,
                13123131231
            ],
            "event": [
                "AddToCart",
                "Purchase",
                "ViewContent"
            ]
        },
        "google_tag_manager": []
    }
}'
Response Response Example
200 - Success
{
    "message": "Success Form saved",
    "url": "https://www.bos88kirim.online/biji-kopi-arabica"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
form_id
string <uuid> | null 
required
file_path
string 
optional
gambar max 2mb
headline_name
string  | null 
required
tagline
string  | null 
required
background_color
string 
optional
button_color
string  | null 
optional
Default:
#F4F6F8
post_submit_action
string  | null 
required
Default:
success_page
structure_success_page
object  | null 
required
payment_method
enum<string>  | enum<null> 
required
Allowed values:
manualcodepayment
Default:
manual
additional_component
object 
required
tracking_adds
object 
optional
all_event
boolean 
required
facebook_pixel
object 
required
tiktok_pixel
object 
required
google_tag_manager
array[string]
required
Examples

Responses

🟢200OK
application/json
Body
message
string 
required
url
string 
required
🔴503Service Unavailable
🟠400Invalid input
🟠404Record not found
Modified at 2025-06-23 03:40:06
Previous
Form list
Next
Custom Success Page
Built with