BE Elefin
  1. Backoffice
BE Elefin
  • Supplier Settings (Back Office)
    • Supplier Code and Commission settings
      PATCH
    • Order Acception
      PATCH
  • Products
    • CREATE PRODUCT FROM EXCEL
      POST
    • Product Detail (Back Office)
      GET
  • Buyer
    • Auth
      • LOGIN
      • LOGIN V2
      • User List
    • Categories
      • Top Categories
    • Product
      • Get Product
    • addresses
      • GET Address
    • Check OUT
      POST
    • BANNER
      GET
  • Commission Validation
    • Dashboard List
      GET
    • Urgent Validation
      GET
    • Dashboard Detail
      GET
    • Validate Commission
      POST
    • Final Validation
      POST
    • Get Commission Supplier
      GET
  • Cart
    • GET CART
      GET
  • FILE Upload
    • File Upload
      POST
    • File Delete By URL
      DELETE
  • Supplier Specific MOV
    • Get Supplier Specific MOV
    • Store
    • Store Bulk
    • Delete
  • Orchestrator AI Related
    • Search Products Similarity after Extract PO, with payload similar to Extract PO
    • Cek Healt
    • Extract PO
    • Parse NPWP
  • Elefin AI Internal Protected - not from orchestrator
    • Extract Receipt Info
    • Ping
    • Simple Prompt
    • Extract PO
    • Parse NPWP
    • Check AI generated Potentials by Similarity
  • Supplier
    • Settings
      • Test Notification
    • Product
      • Product Price
    • Area
      • DATA AREA
      • Delete Area
    • BANK
      • Update Bank
    • Get Buyer List
    • SUPPLIER DETAIL
    • EDIT PRODUCT
    • Update MOV
  • Auth
    • Goole Login
    • GET USER BACKOFFICE
  • finance
    • Payment Transfer Aproval List
    • Payment Approval
  • delivery
    • DELIVERI PDF
    • Untitled Endpoint
  • Feature-Flags
    • BMI Feature
    • GET Feature
  • BMI
    • GET ACTIVE FEATURE
  • Backoffice
    • Paylater Update
      POST
    • Paylater Monthly Forecase
      POST
    • Update MOV
      PATCH
    • GET USER
      GET
  • revamp-be
    • AUTH
      • SIGNUP
    • user
      • GET USERS
    • TEST
  • keycloack
    • LOGIN
  • Change Include tax
    • Change TAX
  • BMI
    • TRANSACTION
      • TRIGER TRANSFER
        • INTRABANK
        • INTERBANK
        • SKN
        • RTGS
        • INQUIRY EXTERNAL
        • BULK
        • DETAIL BULK TRANSFER
        • BULK TEMPLATE EXCEL
        • BULK EXCEL
        • EMAIL
        • Inquiry US
      • BI-FAST
        • INQUIRY
        • TRANSFER
      • HISTORY
        • LIST
        • DETAIL
        • Download Excel
        • LOGS
    • BANK CODE
      • LIST
  • GET LOCAL
    GET
  • TEST-PDF
    GET
  • ADD RESTRICTION
    POST
  1. Backoffice

Paylater Monthly Forecase

Developing
POST
/backoffices/paylater-applicants/monthly-forecast/{id}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dev-api.elefin.id/backoffices/paylater-applicants/monthly-forecast/1fc16f31-92a1-4159-ac94-346314b9c8a2' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "id": 115,
    "monthly_forecast": [
        {
            "price": 7000,
            "quantity": 3500,
            "wholesale": [],
            "product_id": 111,
            "product_uom": "Kg",
            "product_name": "Singkong",
            "product_unit": 1,
            "default_price": 7000,
            "supplier_code": "JEST"
        },
        {
            "price": 25000,
            "quantity": 500,
            "wholesale": [],
            "product_id": 7,
            "product_uom": "Pcs",
            "product_name": "Roti Keju",
            "product_unit": 1,
            "default_price": 25000,
            "supplier_code": "JEST"
        },
        {
            "price": 73500,
            "quantity": 30,
            "wholesale": [],
            "product_id": 888,
            "product_uom": "Kg",
            "product_name": "Daging Ayam Giling",
            "product_unit": 1,
            "default_price": 73500,
            "supplier_code": "FNB"
        }
    ],
    "monthly_forecast_url": [
        {
            "document_url": "https://res.cloudinary.com/elefin-id/image/upload/v1751949270/local/staging-buyer-forecast/hvzzenrxnmffr4jfwpru.png",
            "document_filename": "Screenshot 2025-06-16 at 22.04.19.png"
        }
    ],
    "additional_information": "testing simpan paylater meta",
    "additional_information_url": [
        {
            "document_url": "https://res.cloudinary.com/elefin-id/image/upload/v1751949282/local/staging-buyer-forecast/zrnsrx4mfpdmdh2mzxgc.png",
            "document_filename": "Screenshot 2025-06-24 at 14.02.12.png"
        }
    ],
    "is_urgent": false
}'
Response Response Example
{}
Modified at 2025-07-08 04:48:46
Previous
Paylater Update
Next
Update MOV
Built with