Modify WrapupCategory

HTTPS Method

PUT

URI

https://< server >/adminapi/wrapupcategory/{id}

Example URI

https://uccx-server/adminapi/wrapupcategory/1

Content Type

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

400, 401, 409, 412

Error Codes

500

Success Response

HTTPS/1.1 200 OK

Sample Input XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <wrapupCategory>
        <name>CategoryName1</name>
        <type>nonvoice</type>
        <global>true</global>
        <wrapupReasons>
            <reason>
                <id>1</id>
                <text>Reason1</text>
            </reason>
            <reason>
                <id>2</id>
                <text>Reason2</text>
            </reason>
        </wrapupReasons>
        <associatedCSQs/>
    </wrapupCategory>