POST api/ActionService/ValidateUserNew
Documentation for 'ValidateUserNew'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserName": "sample string 1",
"ConceptID": 2
}
application/xml, text/xml
Sample:
<userAuthentication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Login"> <ConceptID>2</ConceptID> <UserName>sample string 1</UserName> </userAuthentication>
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": {
"id": 1,
"Password": "sample string 2",
"PackageID": 64,
"StripeDepositMoneyProcessed": 4,
"authorization_level": "sample string 5",
"Concept_id": 6
}
}
application/xml, text/xml
Sample:
<ResponseBaseOfUserValidationYW7EcDrF xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.MessageBase">
<Message xmlns:d2p1="http://schemas.datacontract.org/2004/07/PartyMusic.BusinessObject.Messages.Login">
<d2p1:Concept_id>6</d2p1:Concept_id>
<d2p1:PackageID>64</d2p1:PackageID>
<d2p1:Password>sample string 2</d2p1:Password>
<d2p1:StripeDepositMoneyProcessed>4</d2p1:StripeDepositMoneyProcessed>
<d2p1:authorization_level>sample string 5</d2p1:authorization_level>
<d2p1:id>1</d2p1:id>
</Message>
<status>sample string 1</status>
</ResponseBaseOfUserValidationYW7EcDrF>