GET Account/User
Gets own User info. to be deprecated.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
Required |
|
| UserName | string |
Required |
Response Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"UserName": "sample string 2"
}
application/xml, text/xml
Sample:
<UserInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShopworldApi.Admin.Models.View.Account"> <UserID>sample string 1</UserID> <UserName>sample string 2</UserName> </UserInfo>