GET GetUserIDfromName?userName={userName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userName

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfInt32
NameDescriptionTypeAdditional information
Message

string

None.

Status

boolean

None.

Body

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Status": true,
  "Body": 3
}

text/html

Sample:
{"Message":"sample string 1","Status":true,"Body":3}

application/xml, text/xml

Sample:
<ResponseOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common">
  <Body>3</Body>
  <Message>sample string 1</Message>
  <Status>true</Status>
</ResponseOfint>