GET api/JobCompany/GetPartTimeAppCategoryList

企管中心--获取兼职申请种类列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

企管中心--获取兼职申请种类列表

Collection of CategoryKVDto
NameDescriptionTypeAdditional information
CategoryId

分类标识

integer

None.

CategoryDesp

分类描述

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<ArrayOfCategoryKVDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Common.Service.Dto.Categroy">
  <CategoryKVDto>
    <CategoryDesp>sample string 2</CategoryDesp>
    <CategoryId>1</CategoryId>
  </CategoryKVDto>
  <CategoryKVDto>
    <CategoryDesp>sample string 2</CategoryDesp>
    <CategoryId>1</CategoryId>
  </CategoryKVDto>
</ArrayOfCategoryKVDto>