Gofive OpenAPI
empeoVenio
eTaxGo
empeoVenio
eTaxGo
  1. Quotation
  • Introduction
  • Activity
    • Activities Enquiry
      POST
    • Get a Activity By Id
      GET
    • Get a Activity By No
      GET
    • Get Key Activities
      GET
    • Create or Update Activity
      POST
  • Authentication API
    • Authorization
      POST
  • Customer
    • Create or Update customer
      POST
    • Customer Search
      POST
    • Customers Enquiry
      POST
    • Get a Customer By CustomerId
      GET
    • Get a Customer By CustomerCode
      GET
    • Get a Customer By CustomerName
      GET
    • Get Customer By TaxID
      GET
    • Check Customer Existence
      POST
    • Create Customer Satisfaction
      POST
    • Add Customer Event
      POST
    • Get Customer Events by Customer Code
      GET
    • Edit Customer Event
      PUT
    • Delete Customer Event
      DELETE
    • Get Customer Event Types
      GET
    • Get file categories
      GET
    • Attach files category
      POST
  • Case
    • Add Case
    • Edit Case by CaseNo
    • Get Case by CaseNo
    • Get Case Categories
  • Contract
    • Get Contract By No
    • Get Contract Types
    • Get Contract Templates
    • Create or Update Contract
    • Create or Update Contract Service Agreement
    • Send Contract Document
  • Conversation
    • Conversation Enquiry
  • Expense
    • Create Expense
    • Update Expense
    • Expense Enquiry
    • Get a Expense
  • Deal
    • Create Deal
    • Update Deal
    • Deal Enquiry
    • Get Deal
    • Get Deal Board
    • Get Deal Stage
    • Get Deal Interest
    • Get DealLabel
    • Get Deal Missed Reason Categories
  • Employee
    • Employees Enquiry
    • Get a Employee
  • Product
    • Create Or Update Products
    • Get a Product Ticket
    • Get Products With Take & Status
    • Get a Product by ProductCode
    • Get Product Groups
    • Get Product Properties
    • Get Products By Filter
    • Verify Serial Number
    • Check Serial Verification Status
    • Create or Update Codeguard Products
    • Update Product Stock
    • Get Units
  • Quotation
    • Create Update Quotation
      POST
    • Convert Quotation To SalesOrder
      POST
    • Quotation Enquiry
      POST
    • Get a Quotation By QuotationNo
      GET
    • Cancel Quotation
      POST
    • Get Pdf By QuotationNo
      GET
  • SalesOrder
    • Create Or Update SalesOrder
    • Get a SalesOrder By Id
    • Get a SalesOrder By No
    • Get Sale Order Attachment by Id
    • Get Sale Order Attachment By No
    • Reject SaleOrder
    • Approve Sale Order
    • Update SalesOrder Payment
    • Get Pdf By SalesOrderNo
    • Update SalesOrder Tracking Number
  • Webhooks
    • Webhook Payload
  • Task
    • Task Enquiry
    • CreateTask
  • Setting
    • Get HeaderTemplate
  • Chat
    • Post Send message
  • Storage
    • Upload files attachments
    • Get file attachments
    • Delete file attachments
  • Calendio
    • Create Venio Calendio Event
    • Edit Venio Calendio Event
    • Get Venio Calendio Events
    • Create empeo Calendio Event
    • Edit empeo Calendio Event
    • Get empeo Calendio Events
    • Get Venio Calendio Event by Id
    • Get empeo Calendio Event by Id
    • Create Appointment
    • Appointment Enquiry
    • Edit Appointment
    • Get Appointment By Id
    • Add Calendio Custom Field
    • Calendio Custom Field Enquiry
    • Get Calendio Custom Field by Id
    • Available slots Enquiry
    • Calendio Bookings Enquiry
    • Reschedule Calendio Booking time
    • Cancel Calendio Booking
  1. Quotation

Get a Quotation By QuotationNo

Developing
GET
https://api.gofive.co.th/v1/quotation/{quotationNo}
ดึงข้อมูล Quotation โดย QuotationNo

Request

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

Header Params

Request Code 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 'https://api.gofive.co.th/v1/quotation/' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'

Responses

🟢200Success
application/json
Bodyapplication/json

Examples
{
    "status": {
        "code": "1000",
        "description": "Success"
    },
    "data": {
        "quotationSubject": "ใบเสนอราคาสินค้าตัวอย่าง",
        "customerCode": "C251200010",
        "customerId": 965089,
        "quotationNo": "Q-.!20251200052",
        "quotationStatus": 2,
        "quotationNote": "หมายเหตุภายใน ไม่แสดงต่อลูกค้า",
        "quotationDate": "2025-12-23T00:00:00+0700",
        "recipientName": "คุณสมชาย ใจดี",
        "recipientAddress": "7/2-7 ถนนรามคำแหง แขวงสะพานสูง เขตสะพานสูง กรุงเทพมหานคร 10240",
        "headerTemplatedId": 3,
        "warehouseCode": "WHMAIN",
        "quotationDetails": [
            {
                "productCode": "CAT001",
                "productName": "TRUST5031-GRANDMAID FINE HOUSE KEEPING CART",
                "price": 5000.0000,
                "qty": 1.00,
                "productDescription": "รายละเอียดสินค้าตัวอย่าง",
                "discountValue": 100.00,
                "discountType": false,
                "totalPrice": 4900.00,
                "productUnitName": "ชิ้น",
                "warehouseCode": "WHMAIN",
                "vatTaxId": -1,
                "vatTaxValue": 0.0,
                "whtTaxId": -1,
                "whtTaxValue": 0.0,
                "productId": 88054,
                "unitId": 2795
            }
        ],
        "discountName": "Discount",
        "discountValue": 0.00,
        "discountType": false,
        "remark": "<p>หมายเหตุแสดงในเอกสาร</p>",
        "staffCode": "UAT564",
        "vatCalculation": true,
        "subTotal": 4900.00,
        "subTotalWithDiscount": 4900.00,
        "grandTotal": 4900.00,
        "attachments": [
            {
                "attachmentId": 1165079,
                "refId": 254288,
                "type": 40012,
                "filename": "document.pdf",
                "extension": "application/pdf",
                "fileSize": 119798,
                "isActive": true,
                "createdByUserId": "23108b99-ee24-43c4-b9e7-58dc6a4e16a2",
                "dateCreated": "2026-03-30T15:19:11+0700",
                "resourceUrl": "https://storage-uat.veniocrm.com/app/Company/507/Quotation/1165079.pdf?sv=...",
                "companyId": 507,
                "data": "",
                "url": "Quotations/254288/Attachment/1165079?v=639104807513770000",
                "urlResponseUpload": "Attachments/ResponseUpload/1165079",
                "thumbnail": "Quotations/254288/Attachment/1165079?v=639104807513770000&thumbnail=true",
                "seq": 1,
                "thumbnailUrl": "https://venio-uat.f4443c58dba6e31819b1894e745e2e69.r2.cloudflarestorage.com/pdf-thumbnail/abc123.png?X-Amz-Expires=604800",
                "thumbnailStorageProvider": 4,
                "thumbnailResourceUrl": "pdf-thumbnail/abc123.png"
            },
            {
                "attachmentId": 1165080,
                "refId": 254288,
                "type": 40012,
                "filename": "Image.jpeg",
                "extension": "image/jpeg",
                "fileSize": 79938,
                "isActive": true,
                "createdByUserId": "23108b99-ee24-43c4-b9e7-58dc6a4e16a2",
                "dateCreated": "2026-03-30T15:19:11+0700",
                "resourceUrl": "https://storage-uat.veniocrm.com/app/Company/507/Quotation/1165080.jpeg?sv=...",
                "companyId": 507,
                "data": "",
                "url": "Quotations/254288/Attachment/1165080?v=639104807513770000",
                "urlResponseUpload": "Attachments/ResponseUpload/1165080",
                "thumbnail": "Quotations/254288/Attachment/1165080?v=639104807513770000&thumbnail=true",
                "seq": 2,
                "thumbnailUrl": null,
                "thumbnailStorageProvider": null,
                "thumbnailResourceUrl": null
            }
        ],
        "refOrderId": 254288,
        "quotationId": null,
        "quotationValidUntil": "2026-01-23T00:00:00+0700",
        "referenceNo": "REF-2025-001",
        "contactId": 625181,
        "contactName": "ผู้จัดฝ่ายซื้อ",
        "customerAddressId": null,
        "currencyCode": "THB",
        "paymentTerm": "ชำระภายใน 30 วัน",
        "salesPersonId": "5ea32220-5516-47f7-929b-bf1c74e7f297",
        "totalVat": 0.00
    }
}
🟠404Not Found
🟠401Unauthorized
Modified at 2026-04-20 10:53:51
Previous
Quotation Enquiry
Next
Cancel Quotation
Built with