GET api/authorization/financialdetailsreadwrite

Is User Allowed To Read Write Financial Details. Processes this authorization API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

AuthorizationResponseDataContract
NameDescriptionTypeAdditional information
IsAuthorized

Indicates whether this item is authorized.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "IsAuthorized": true
}