POST api/getIncidentsByCreator

Request Information

URI Parameters

None.

Body Parameters

UserModel
NameDescriptionTypeAdditional information
userType

string

None.

userName

string

None.

password

string

None.

userId

string

None.

name

string

None.

companyCode

string

None.

branchCode

string

None.

email

string

None.

image

string

None.

deviceId

string

None.

error

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userType": "sample string 1",
  "userName": "sample string 2",
  "password": "sample string 3",
  "userId": "sample string 4",
  "name": "sample string 5",
  "companyCode": "sample string 6",
  "branchCode": "sample string 7",
  "email": "sample string 8",
  "image": "sample string 9",
  "deviceId": "sample string 10",
  "error": "sample string 11"
}

application/xml, text/xml

Sample:
<UserModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPISolution.Models.EmployeeMaster">
  <branchCode>sample string 7</branchCode>
  <companyCode>sample string 6</companyCode>
  <deviceId>sample string 10</deviceId>
  <email>sample string 8</email>
  <error>sample string 11</error>
  <image>sample string 9</image>
  <name>sample string 5</name>
  <password>sample string 3</password>
  <userId>sample string 4</userId>
  <userName>sample string 2</userName>
  <userType>sample string 1</userType>
</UserModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />