GET entity/get_agreement_part_type_list

获取模块的类型

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取模块的类型

DataResponseOfListOfAgreementPartTypeViewModel
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

Collection of AgreementPartTypeViewModel

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true,
  "data": [
    {
      "agreement_part_type_id": 1,
      "agreement_part_type_name": "sample string 2"
    },
    {
      "agreement_part_type_id": 1,
      "agreement_part_type_name": "sample string 2"
    }
  ]
}