negotiableQuoteTemplate/decline

negotiableQuoteTemplate/decline

Decline a quote template.

Request
Request Body schema:
templateId
required
integer
reason
required
string
Responses
401

401 Unauthorized

default

Unexpected error

post/V1/negotiableQuoteTemplate/decline
Request samples
{
  • "templateId": 0,
  • "reason": "string"
}
Response samples
{
  • "message": "string",
  • "errors": [
    ],
  • "code": 0,
  • "parameters": [
    ],
  • "trace": "string"
}