GET api/Accounts/GetCurrentRegister

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

DefaultRegister
NameDescriptionTypeAdditional information
name

string

None.

code

integer

None.

NotPermitted

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "code": 2,
  "NotPermitted": true
}

application/xml, text/xml

Sample:
<DefaultRegister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical">
  <NotPermitted>true</NotPermitted>
  <code>2</code>
  <name>sample string 1</name>
</DefaultRegister>

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.