POST api/AuthorizationBasis/Save

Request Information

URI Parameters

None.

Body Parameters

Collection of mAuthBasis
NameDescriptionTypeAdditional information
pkId

integer

None.

iRequestTypeId

integer

None.

szDescription

string

None.

szDataType

string

None.

szDisplayLabel

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "pkId": 1,
    "iRequestTypeId": 2,
    "szDescription": "sample string 3",
    "szDataType": "sample string 4",
    "szDisplayLabel": "sample string 5"
  },
  {
    "pkId": 1,
    "iRequestTypeId": 2,
    "szDescription": "sample string 3",
    "szDataType": "sample string 4",
    "szDisplayLabel": "sample string 5"
  }
]

text/javascript

Sample:
[{"pkId":1,"iRequestTypeId":2,"szDescription":"sample string 3","szDataType":"sample string 4","szDisplayLabel":"sample string 5"},{"pkId":1,"iRequestTypeId":2,"szDescription":"sample string 3","szDataType":"sample string 4","szDisplayLabel":"sample string 5"}]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/javascript

Sample:
1