POST api/UserTypeEntry/postUserTypeEntry
Request Information
URI Parameters
None.
Body Parameters
ModelUserTypeEntry| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTypeMasterEntryId | integer |
None. |
|
| UserTypeMasterEntryName | string |
None. |
|
| RowNumber | integer |
None. |
|
| CompCode | string |
None. |
|
| LoginById | integer |
None. |
|
| QueryType | string |
None. |
|
| UserTypeTransactionEntryList | Collection of ModelUserTypeTransactionEntry |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserTypeMasterEntryId": 1,
"UserTypeMasterEntryName": "sample string 1",
"RowNumber": 1,
"CompCode": "sample string 2",
"LoginById": 1,
"QueryType": "sample string 3",
"UserTypeTransactionEntryList": [
{
"UserTypeTransactionEntryId": 1,
"UserTypeMasterEntryId": 2,
"UserRightsName": "sample string 3",
"UserTransactionType": "sample string 4",
"UserRightsId": 5,
"UserAddRights": true,
"UserModifyRights": true,
"UserDeleteRights": true,
"UserListingRights": true,
"UserShowReportRights": true
},
{
"UserTypeTransactionEntryId": 1,
"UserTypeMasterEntryId": 2,
"UserRightsName": "sample string 3",
"UserTransactionType": "sample string 4",
"UserRightsId": 5,
"UserAddRights": true,
"UserModifyRights": true,
"UserDeleteRights": true,
"UserListingRights": true,
"UserShowReportRights": true
}
]
}
text/html, text/plain
Sample:
{"UserTypeMasterEntryId":1,"UserTypeMasterEntryName":"sample string 1","RowNumber":1,"CompCode":"sample string 2","LoginById":1,"QueryType":"sample string 3","UserTypeTransactionEntryList":[{"UserTypeTransactionEntryId":1,"UserTypeMasterEntryId":2,"UserRightsName":"sample string 3","UserTransactionType":"sample string 4","UserRightsId":5,"UserAddRights":true,"UserModifyRights":true,"UserDeleteRights":true,"UserListingRights":true,"UserShowReportRights":true},{"UserTypeTransactionEntryId":1,"UserTypeMasterEntryId":2,"UserRightsName":"sample string 3","UserTransactionType":"sample string 4","UserRightsId":5,"UserAddRights":true,"UserModifyRights":true,"UserDeleteRights":true,"UserListingRights":true,"UserShowReportRights":true}]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |