bosOnline
  1. Follow up
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
      • Edit Form
      • Form Detail
      • Edit Status Form (Product Detail)
      • Form list
      • Custom Success Page
      • Custom Success Page
      • Edit Success Page
    • Order
      • Checkout
        • Request Create Order
        • Request Create Order Abandoned
      • Follow up
        • Follow Up
          POST
        • Follow Up Attempts
          GET
      • Edit Choose Courier
        PUT
      • Edit Payment Method
        PATCH
      • Detail Order
        GET
      • Edit Customer Order
        PUT
      • Edit Another Fee
        PUT
      • Order List
        GET
      • Confirm Payment
        POST
      • Update Payment Method
        PUT
      • Update Pengiriman Kurir
        GET
      • Update Status Order
        PATCH
    • 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. Follow up

Follow Up

Developing
POST
/store/order/follow-up
BosOnline/Order
Endpoint ini digunakan untuk menjalan proses follow up.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/store/order/follow-up' \
--header 'Content-Type: application/json' \
--data-raw '{
    "invoice": "INV0821",
    "follow_up_attempts": 1
}'
Response Response Example
200 - Example 1
{
    "message": "string"
}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
invoice
string 
required
follow_up_attempts
integer 
required
Examples

Responses

🟢200OK
application/json
Body
message
string 
required
🟠404Record not found
🔴503Service Unavailable
Modified at 2025-06-23 07:47:13
Previous
Request Create Order Abandoned
Next
Follow Up Attempts
Built with