POST api/GetProfile
POST get user Profile function with JWTAuthorize.
Request Information
URI Parameters
None.
Body Parameters
TgetProfile| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| Func | string |
None. |
|
| AcctNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"token": "sample string 1",
"Func": "sample string 2",
"AcctNo": 3
}
application/xml, text/xml
Sample:
<SQLFunction.TgetProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TDS.DAL"> <AcctNo>3</AcctNo> <Func>sample string 2</Func> <token>sample string 1</token> </SQLFunction.TgetProfile>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |