POST api/AuthorizationBasis/Save
Request Information
URI Parameters
None.
Body Parameters
Collection of mAuthBasis| Name | Description | Type | Additional 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:
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/javascript
Sample:
1