POST api/genesys/updatestatecases

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_param
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "State": true,
  "InteractionId": "sample string 3"
}

application/xml, text/xml

Sample:
<GenesysParameter xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <State>true</State>
  <InteractionId>sample string 3</InteractionId>
</GenesysParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>