Request Data Format | n.a. |
---|---|
Request related java object |
|
Request Example | |
Response Data Format | application/json |
Response related java object |
|
Response Example | { "elements": [ { "type": "Link", "description": "PrimeTech's channel to sell directly to business customers.", "title": "PrimeTech Business", "uri": "ContactCenter/-/channels/PrimeTech-PrimeTechBusiness", "attributes": [ { "name": "id", "type": "String", "value": "PrimeTech-PrimeTechBusiness" } ] }, { "type": "Link", "description": "PrimeTech's channel to sell directly to customers.", "title": "PrimeTech Specials", "uri": "ContactCenter/-/channels/PrimeTech-PrimeTechSpecials", "attributes": [ { "name": "id", "type": "String", "value": "PrimeTech-PrimeTechSpecials" } ] } ], "type": "ResourceCollection", "name": "channels" } |
XML Request Data Format | n.a. |
---|---|
XML Request Java Objects |
|
XML Request Example | |
XML Response Data Format | text/xml |
XML Response Java Objects |
|
XML Response Example | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ResourceCollection name="channels" type="ResourceCollection"> <elements> <Link type="Link"> <attributes> <ResourceAttribute name="id" type="String"> <value>PrimeTech-PrimeTechBusiness</value> </ResourceAttribute> </attributes> <description>PrimeTech's channel to sell directly to business customers.</description> <title>PrimeTech Business</title> <uri>ContactCenter/-/channels/PrimeTech-PrimeTechBusiness</uri> </Link> <Link type="Link"> <attributes> <ResourceAttribute name="id" type="String"> <value>PrimeTech-PrimeTechSpecials</value> </ResourceAttribute> </attributes> <description>PrimeTech's channel to sell directly to customers.</description> <title>PrimeTech Specials</title> <uri>ContactCenter/-/channels/PrimeTech-PrimeTechSpecials</uri> </Link> </elements> </ResourceCollection> |