Skip to main content

RejectPopDto

stagestringrequired

Which stage the rejection happened at.

Possible values: >= 2 characters and <= 10 characters, [zfa, insurer]

Example: zfa
reasonstringrequired

Reason surfaced back to the agent.

Possible values: >= 5 characters and <= 500 characters

Example: Amount on POP (UGX 240,000) does not match quotation (UGX 250,000).
RejectPopDto
{
"stage": "zfa",
"reason": "Amount on POP (UGX 240,000) does not match quotation (UGX 250,000)."
}