POST api/InfoBiz/ImportBizByFile

后台 - 批量导入商家

Request Information

URI Parameters

None.

Body Parameters

InfoBizImportByFileDto
NameDescriptionTypeAdditional information
Category1stId

一级分类标识

integer

None.

Category2ndId

二级分类标识

integer

None.

FilePath

文件相对路径

string

None.

ImportStatus

导入商家状态

AuditStatusType

None.

IsShelf

是否上架

boolean

None.

ExpireTime

过期时间

date

None.

IsNeverExpire

是否无限期

boolean

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<InfoBizImportByFileDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Info.Service.Dto.InfoBiz">
  <Category1stId>1</Category1stId>
  <Category2ndId>2</Category2ndId>
  <ExpireTime>2024-03-29T21:44:29.8350198+08:00</ExpireTime>
  <FilePath>sample string 3</FilePath>
  <ImportStatus>TobeAgree</ImportStatus>
  <IsNeverExpire>true</IsNeverExpire>
  <IsShelf>true</IsShelf>
</InfoBizImportByFileDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

后台 - 批量导入商家

Object

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />