POST api/UserManagement/WebhookListenerCreateUser

Request Information

URI Parameters

None.

Body Parameters

WebhookListenerCreateUserInput
NameDescriptionTypeAdditional information
uuid

string

None.

entity_type

string

None.

datetime

string

None.

hash

string

None.

client_id

string

None.

Request Formats

application/json, text/json

Sample:
{
  "uuid": "sample string 1",
  "entity_type": "sample string 2",
  "datetime": "sample string 3",
  "hash": "sample string 4",
  "client_id": "sample string 5"
}

application/xml, text/xml

Sample:
<WebhookListenerCreateUserInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shell.ScolNextGen.Entity.WebhookListener">
  <client_id>sample string 5</client_id>
  <datetime>sample string 3</datetime>
  <entity_type>sample string 2</entity_type>
  <hash>sample string 4</hash>
  <uuid>sample string 1</uuid>
</WebhookListenerCreateUserInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ErrorDetails
NameDescriptionTypeAdditional information
Code

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": "sample string 1",
  "Description": "sample string 2"
}

application/xml, text/xml

Sample:
<ErrorDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shell.ScolNextGen.API.Models">
  <Code>sample string 1</Code>
  <Description>sample string 2</Description>
</ErrorDetails>