ReDoc documentation

negotiableQuoteTemplate/draft

negotiableQuoteTemplate/draft

post/V1/negotiableQuoteTemplate/draft

Create a new empty B2B quote template with NegotiableQuoteInterface::STATUS_DRAFT_BY_ADMIN status.

Request
Request Body schema:
customerId
required
integer
Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Request samples
{
  • "customerId": 0
}
Response samples
{
  • "template_id": 0,
  • "parent_quote_id": 0,
  • "template_name": "string",
  • "status": "string",
  • "expiration_date": "string",
  • "creator_id": 0,
  • "creator_type": 0,
  • "min_orders": 0,
  • "max_orders": 0,
  • "is_min_max_qty_used": true,
  • "activated_at": "string",
  • "last_shared_at": "string",
  • "inactivated_at": "string",
  • "created_at": "string",
  • "updated_at": "string",
  • "extension_attributes": { }
}