# Save Quote Draft

Save Quote Draft

Endpoint: POST /rest/2.0/QUOTE_DRAFT
Version: 1.0
Security: JWT

## Header parameters:

  - `sessionId` (string, required)

## Request fields (application/json; charset=utf-8):

  - `brmObjects` (object)

  - `brmObjects.AccountId` (any)
    AccountId

  - `brmObjects.AmendDate` (any)
    Amendment Date: Quote Amend Date

  - `brmObjects.CalculationMode` (any)
    Calculation Mode

  - `brmObjects.Created` (any)
    System controlled field: Date and time the record was created

  - `brmObjects.CreatedUserId` (any)
    System controlled field: Id of the user that created the record

  - `brmObjects.Currency` (any, required)
    Currency: Currency Code

  - `brmObjects.DefaultContractId` (any)
    Default Contract

  - `brmObjects.DraftSubmit` (any)
    DraftSubmit: Draft Submit flag

  - `brmObjects.EmailSentOn` (any)
    EmailSentOn

  - `brmObjects.EndDate` (any)
    EndDate: Service End Date

  - `brmObjects.Id` (any, required)
    Id: Primary key

  - `brmObjects.IsReadyForActivation` (any)
    IsReadyForActivation

  - `brmObjects.OnEndDate` (any)
    On End Date: Renew or Terminate on end date (is used for contract creation)

  - `brmObjects.OriginalQuoteId` (any)
    Original Quote: Original Quote to which the Amendment is done

  - `brmObjects.ParentQuoteId` (any)
    Parent Quote Id: Parent quote Id (for tree of quotes) if any

  - `brmObjects.QuoteCategory` (any)
    QuoteCategory

  - `brmObjects.QuoteDocTemplateId` (any)
    QuoteDocTemplateId: Quote Document Template

  - `brmObjects.QuoteName` (any)
    QuoteName

  - `brmObjects.RegeneratePDF` (any)
    RegeneratePDF

  - `brmObjects.SalesforceAccountId` (any)
    Salesforce Account

  - `brmObjects.SalesforceBPQuoteId` (any)
    SalesforceBPQuoteId

  - `brmObjects.SalesforceIsPrimary` (any)
    SalesforceIsPrimary

  - `brmObjects.SalesforceOpportunityId` (any)
    SalesforceOpportunityId

  - `brmObjects.SalesforceOpportunityUrl` (any)
    SalesforceOpportunityUrl

  - `brmObjects.SourceQuoteId` (any)
    Create from Quote: Original Quote from which this one is copied

  - `brmObjects.StartDate` (any, required)
    StartDate: Service Start Date

  - `brmObjects.Updated` (any)
    System controlled field: Date and time the record was last updated

  - `brmObjects.UpdatedUserId` (any)
    System controlled field: Id of the last user that updated the record

## Response 200 fields (application/json):

  - `createResponse` (array)

  - `createResponse.Id` (any)

  - `createResponse.success` (boolean)

  - `createResponse.ErrorText` (string)

  - `createResponse.ErrorElementField` (string)

## Response 400 fields (application/json):

  - `error` (string)
    Bad request

  - `message` (string)
    Bad request

## Response 401 fields (application/json):

  - `error` (string)
    Unauthorized

  - `message` (string)
    Unauthorized

## Response 404 fields (application/json):

  - `error` (string)
    Not found

  - `message` (string)
    Not found

## Response 429 fields (application/json):

  - `error` (string)
    Too many requests

  - `message` (string)
    Too many requests

## Response 500 fields (application/json):

  - `error` (string)
    Internal error

  - `message` (string)
    Internal error


