Skip to main content
POST
/
api2
/
v2
/
quotes
Create quote
curl --request POST \
  --url https://cloud.memsource.com/web/api2/v2/quotes \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "analyse": {
    "id": "<string>"
  },
  "name": "<string>",
  "priceList": {
    "id": "<string>"
  },
  "project": {
    "uid": "<string>"
  },
  "additionalSteps": [
    "<string>"
  ],
  "units": [
    {
      "analyseLanguagePart": {
        "id": "<string>"
      },
      "value": 1
    }
  ],
  "workflowSettings": [
    {
      "workflowStep": {
        "id": "<string>"
      },
      "units": [
        {
          "analyseLanguagePart": {
            "id": "<string>"
          },
          "value": 1
        }
      ]
    }
  ]
}
'
{
  "additionalSteps": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ],
  "billingUnit": "Character",
  "createdBy": {
    "email": "<string>",
    "firstName": "<string>",
    "id": "<string>",
    "lastName": "<string>",
    "role": "SYS_ADMIN",
    "uid": "<string>",
    "userName": "<string>"
  },
  "currency": "<string>",
  "customerEmail": "<string>",
  "dateCreated": "2023-11-07T05:31:56Z",
  "editable": true,
  "id": 123,
  "name": "<string>",
  "netRateScheme": {
    "createdBy": {
      "email": "<string>",
      "firstName": "<string>",
      "id": "<string>",
      "lastName": "<string>",
      "role": "SYS_ADMIN",
      "uid": "<string>",
      "userName": "<string>"
    },
    "dateCreated": "2023-11-07T05:31:56Z",
    "id": "<string>",
    "isDefault": true,
    "name": "<string>",
    "uid": "<string>"
  },
  "outdated": true,
  "priceList": {
    "id": "<string>",
    "name": "<string>",
    "uid": "<string>"
  },
  "provider": {
    "type": "<string>",
    "id": "<string>",
    "uid": "<string>"
  },
  "quoteType": "BUYER",
  "status": "APPROVED",
  "totalPrice": 123,
  "uid": "<string>",
  "workflowStepList": [
    {
      "id": "<string>",
      "lqaEnabled": true,
      "name": "<string>",
      "order": 123,
      "uid": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.phrase.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.

Body

application/json
analyse
object
required
name
string
required
Maximum string length: 255
priceList
object
required
project
object
required
additionalSteps
string[]
netRateScheme
object
provider
object
units
object[]
workflowSettings
object[]

Response

successful operation

additionalSteps
object[]
billingUnit
enum<string>
Available options:
Character,
Word,
Page,
Hour
createdBy
object
currency
string
customerEmail
string
dateCreated
string<date-time>
editable
boolean
id
integer<int64>
name
string
netRateScheme
object
outdated
boolean
priceList
object
provider
object
quoteType
enum<string>
Available options:
BUYER,
PROVIDER
status
enum<string>
Available options:
APPROVED,
DECLINED,
DRAFT,
FOR_APPROVAL,
NEW
totalPrice
number<double>
uid
string
workflowStepList
object[]