GET entity/get_agreement_relation_type_list

获取类型:劳动关系建立/解除

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取类型:劳动关系建立/解除

DataResponseOfListOfAgreementRelationTypeViewModel
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

data

Collection of AgreementRelationTypeViewModel

None.

Response Formats

application/json, text/json

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