User Tools
Writing /app/www/public/data/meta/development/applications/ticketer/ebonding/update/start.meta failed
development:applications:ticketer:ebonding:update:start
Differences
This shows you the differences between two versions of the page.
| development:applications:ticketer:ebonding:update:start [2017/02/03 16:56] – created adowling | development:applications:ticketer:ebonding:update:start [2021/06/25 10:09] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | --- // | ||
| + | ==== Ticket Updates via eBonding process ==== | ||
| + | |||
| + | There are three types of request associated with ticket updates via SOAP. These are MODIFY, VERIFY and CANCEL. Once again, we will receive these requests from the carrier via SOAP. As above, these types of messages are processed via the soap_component, | ||
| + | |||
| + | Once again the ' | ||
| + | |||
| + | **Assumptions: | ||
| + | * The incoming message must contain a valid ticket id in order to proceed with these updates. | ||
| + | * The user who is populated on the statusBy updated must be a valid user who is already created in the Ticketer. | ||
| + | * For form updates to occur the form_name must match a valid form which is already created within the Ticketer. | ||
| + | |||
| + | **Updates currently supported: | ||
| + | |||
| + | **MODIFY: | ||
| + | * Updates any form values that may have changed via a modify request. | ||
| + | |||
| + | **VERIFY:** | ||
| + | * Depending on the close out verification value received in the ebonding_component the ticket can either be moved to a state of 'Alarm Resolved - Auto Closed' | ||
| + | * Updates the form value for additional_notes to append a verify message. | ||
| + | * Updates the request id of the form and any other form values that may have changed. | ||
| + | |||
| + | |||
| + | **CANCEL:** | ||
| + | * Updates the ticket status to be 'Alarm Resolved - Auto Closed' | ||
| + | * Updates the request id of the form and any other form values that may have changed. | ||