POST api/MallGShop/SubmitGShopApp

商家申请信息增加

Request Information

URI Parameters

None.

Body Parameters

商家申请信息

mh163k_Mall_GShop_Application
NameDescriptionTypeAdditional information
Id

商家id

integer

None.

ShopName

商家名称

string

None.

ShopAddress

商家地址

string

None.

CreateTime

创建时间

date

None.

ShopContacts

商家联系人

string

None.

ShopContactTel

商家联系方式

string

None.

ApplicationStatus

申请标识

AuditStatusType

None.

Shop_X

申请商家坐标x

decimal number

None.

Shop_Y

申请商家坐标y

decimal number

None.

UserId

申请用户id

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<mh163k_Mall_GShop_Application xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
  <ApplicationStatus>TobeAgree</ApplicationStatus>
  <CreateTime>2024-03-29T05:45:31.4966441+08:00</CreateTime>
  <Id>1</Id>
  <ShopAddress>sample string 3</ShopAddress>
  <ShopContactTel>sample string 6</ShopContactTel>
  <ShopContacts>sample string 5</ShopContacts>
  <ShopName>sample string 2</ShopName>
  <Shop_X>7.1</Shop_X>
  <Shop_Y>8.1</Shop_Y>
  <UserId>9</UserId>
</mh163k_Mall_GShop_Application>

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/" />