API Documentation
- Analysis
- Bilingual File
- Connector
- Conversations
- Job
- Project
- Project Reference File
- Project Template
- Provider
- Quality Assurance
- Quote
- Term Base
- Translation
- Translation Memory
- User
- Webhook
- Workflow changes
Quote
Create quote
Either WorkflowSettings or Units must be sent for billingUnit “Hour”.
POST
/
api2
/
v2
/
quotes
Create quote
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/quotes \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"project": {
"uid": "<string>"
},
"analyse": {
"id": "<string>"
},
"priceList": {
"id": "<string>"
},
"netRateScheme": {
"id": "<string>"
},
"provider": {
"type": "<string>",
"id": "<string>"
},
"workflowSettings": [
{
"workflowStep": {
"id": "<string>"
},
"units": [
{
"analyseLanguagePart": {
"id": "<string>"
},
"value": 1
}
]
}
],
"units": [
{
"analyseLanguagePart": {
"id": "<string>"
},
"value": 1
}
],
"additionalSteps": [
"<string>"
]
}'
Copy
Ask AI
{
"id": 123,
"uid": "<string>",
"name": "<string>",
"status": "APPROVED",
"currency": "<string>",
"billingUnit": "Character",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"totalPrice": 123,
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"isDefault": true,
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"priceList": {
"id": "<string>",
"name": "<string>",
"uid": "<string>"
},
"workflowStepList": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
],
"provider": {
"type": "<string>",
"id": "<string>",
"uid": "<string>"
},
"customerEmail": "<string>",
"quoteType": "BUYER",
"editable": true,
"outdated": true,
"additionalSteps": [
{
"id": "<string>",
"name": "<string>"
}
]
}
Body
application/json
Response
201
application/json
successful operation
The response is of type object
.
Was this page helpful?
Create quote
Copy
Ask AI
curl --request POST \
--url https://cloud.memsource.com/web/api2/v2/quotes \
--header 'Content-Type: application/json' \
--data '{
"name": "<string>",
"project": {
"uid": "<string>"
},
"analyse": {
"id": "<string>"
},
"priceList": {
"id": "<string>"
},
"netRateScheme": {
"id": "<string>"
},
"provider": {
"type": "<string>",
"id": "<string>"
},
"workflowSettings": [
{
"workflowStep": {
"id": "<string>"
},
"units": [
{
"analyseLanguagePart": {
"id": "<string>"
},
"value": 1
}
]
}
],
"units": [
{
"analyseLanguagePart": {
"id": "<string>"
},
"value": 1
}
],
"additionalSteps": [
"<string>"
]
}'
Copy
Ask AI
{
"id": 123,
"uid": "<string>",
"name": "<string>",
"status": "APPROVED",
"currency": "<string>",
"billingUnit": "Character",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
},
"dateCreated": "2023-11-07T05:31:56Z",
"totalPrice": 123,
"netRateScheme": {
"id": "<string>",
"uid": "<string>",
"name": "<string>",
"isDefault": true,
"dateCreated": "2023-11-07T05:31:56Z",
"createdBy": {
"firstName": "<string>",
"lastName": "<string>",
"userName": "<string>",
"email": "<string>",
"role": "SYS_ADMIN",
"id": "<string>",
"uid": "<string>"
}
},
"priceList": {
"id": "<string>",
"name": "<string>",
"uid": "<string>"
},
"workflowStepList": [
{
"name": "<string>",
"id": "<string>",
"uid": "<string>",
"order": 123,
"lqaEnabled": true
}
],
"provider": {
"type": "<string>",
"id": "<string>",
"uid": "<string>"
},
"customerEmail": "<string>",
"quoteType": "BUYER",
"editable": true,
"outdated": true,
"additionalSteps": [
{
"id": "<string>",
"name": "<string>"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.