- Introduction
- Activity
- Authentication API
- Customer
- Case
- Deal
- Employee
- Expense
- 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
- /v3/Products/serials/status
- Create or Update Codeguard Products
- Update Product Stock
- /v1/products/units
- /v1/products/units Copy
- Quotation
- SalesOrder
- Webhooks
- Task
- Setting
Get a Quotation By QuotationNo
GET
https://api.gofive.co.th/v1/quotation/{quotationNo}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
quotationNo
string
required
Header Params
Ocp-Apim-Subscription-Key
string
required
Example:
<Your Subscription-Key>
Content-Type
string
required
Example:
application/json
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 --request GET 'https://api.gofive.co.th/v1/quotation/' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Content-Type: application/json'
Responses
🟢200Success
application/json
Body
status
object
required
code
string
required
description
string
required
data
object
required
quotationSubject
string
required
customerCode
string
required
customerId
integer
required
quotationNo
string
required
quotationStatus
integer
required
quotationNote
string
required
quotationDate
string
required
recipientName
string
required
recipientAddress
string
required
headerTemplateId
integer
required
quotationDetails
array [object {9}]
required
discountName
string
required
discountValue
integer
required
discountType
boolean
required
remark
string
required
staffCode
string
required
vatCalculation
boolean
required
subTotal
integer
required
subTotalWithDiscount
integer
required
grandTotal
integer
required
attachments
array[object (Attachment) {15}]
required
Example
{
"status": {
"code": "1000",
"description": "success"
},
"data": {
"quotationSubject": "amet",
"customerCode": "63",
"customerId": 78620173,
"quotationNo": "dolore fugiat",
"quotationStatus": 38980631,
"quotationNote": "quis adipisicing anim in commodo",
"quotationDate": "2025-03-02",
"recipientName": "Dr. Dominick Keebler",
"recipientAddress": "Tennessee Tavaresberg Calhoun County 1977 Ignacio Valleys Suite 474",
"headerTemplateId": -99550237,
"quotationDetails": [
{
"productCode": "93",
"productName": "Refined Steel Bacon",
"price": 997,
"qty": 66122118,
"productDescription": "The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive",
"discountValue": -5121310,
"discountType": false,
"totalPrice": 703,
"productUnitName": "Mary Wehner"
},
{
"productCode": "62",
"productName": "Fantastic Plastic Shoes",
"price": 952,
"qty": 37063690,
"productDescription": "Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles",
"discountValue": 60069899,
"discountType": true,
"totalPrice": 206,
"productUnitName": "Francisco Weissnat"
},
{
"productCode": "44",
"productName": "Awesome Granite Cheese",
"price": 273,
"qty": -44233890,
"productDescription": "Carbonite web goalkeeper gloves are ergonomically designed to give easy fit",
"discountValue": -44501765,
"discountType": false,
"totalPrice": 230,
"productUnitName": "Phyllis Gislason"
}
],
"discountName": "Lola Kreiger",
"discountValue": -74964012,
"discountType": false,
"remark": "non ad",
"staffCode": "44",
"vatCalculation": false,
"subTotal": -97201791,
"subTotalWithDiscount": -82250043,
"grandTotal": -96420311,
"attachments": [
{
"attachmentId": -94699219,
"refId": -26118104,
"type": 15081305,
"filename": "seldom.ear",
"extension": "deserunt",
"fileSize": 15780400,
"isActive": false,
"createdByUserId": null,
"dateCreated": "2024-07-10",
"resourceUrl": "https://vast-mixture.info/",
"companyId": -13256032,
"isProcessed": null,
"url": "https://aware-millet.org/",
"urlResponseUpload": "https://polite-rawhide.name/",
"thumbnail": "in cupidatat non"
},
{
"attachmentId": 81313829,
"refId": 32307578,
"type": 61388377,
"filename": "clinch_blowgun.pptx",
"extension": "cupidatat Ut occaecat laboris",
"fileSize": -36532780,
"isActive": true,
"createdByUserId": "veniam dolore dolore",
"dateCreated": "2025-04-19",
"resourceUrl": "https://stormy-complication.com/",
"companyId": null,
"isProcessed": null,
"url": "https://rectangular-republican.name/",
"urlResponseUpload": "https://gentle-hawk.info/",
"thumbnail": "aliquip ad"
}
]
}
}
🟠404Not Found
🟠401Unauthorized
🟠401User authentication required V2.
Modified at 2024-12-11 17:52:21