GET api/partymas/acgroup-usertype
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
retAcGroupAndUserType| Name | Description | Type | Additional information |
|---|---|---|---|
| AcGroup | Collection of AcGroupData |
None. |
|
| UserType | Collection of UserTypeMas |
None. |
Response Formats
application/json, text/json
Sample:
{
"AcGroup": [
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"SHORT_NAME": "sample string 3",
"AC_TYPE": "sample string 4"
},
{
"SEQ_NO": 1,
"NAME": "sample string 2",
"SHORT_NAME": "sample string 3",
"AC_TYPE": "sample string 4"
}
],
"UserType": [
{
"SEQ_NO": 1,
"USER_TYPE": "sample string 2",
"AC_GROUP_SEQ": 1
},
{
"SEQ_NO": 1,
"USER_TYPE": "sample string 2",
"AC_GROUP_SEQ": 1
}
]
}