GET entity/get_agreement_part_field_type_list

获取合同提取字段类型

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取合同提取字段类型

DataResponseOfListOfAgreementPartFieldTypeViewModel
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

Collection of AgreementPartFieldTypeViewModel

None.

Response Formats

application/json, text/json

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