ReDoc documentation

negotiableQuoteTemplate/{templateId}

negotiableQuoteTemplate/{templateId}

get/V1/negotiableQuoteTemplate/{templateId}

Return the negotiable quote template for a specified quote ID.

Request
path Parameters
templateId
required
integer

template id

Responses
200

200 Success.

401

401 Unauthorized

500

Internal Server error

default

Unexpected error

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": { }
}

negotiableQuoteTemplate/{templateId}

delete/V1/negotiableQuoteTemplate/{templateId}

Delete a quote template.

Request
path Parameters
templateId
required
integer
Responses
401

401 Unauthorized

500

Internal Server error

default

Unexpected error

Response samples
{
  • "message": "string",
  • "errors": [
    ],
  • "code": 0,
  • "parameters": [
    ],
  • "trace": "string"
}