ReDoc documentation

negotiableQuoteTemplate/decline

negotiableQuoteTemplate/decline

post/V1/negotiableQuoteTemplate/decline

Decline a quote template.

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

401 Unauthorized

default

Unexpected error

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