POST api/XiuPeiTong/YzRegister?app_key={app_key}&access_token={access_token}&timestamp={timestamp}&sign={sign}&bm_param={bm_param}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_key

string

None.

access_token

string

None.

timestamp

string

None.

sign

string

None.

bm_param

string

None.

Body Parameters

xiupeitong_join
NameDescriptionTypeAdditional information
Id

integer

None.

Company

string

None.

Contact

string

None.

Phone

string

None.

CompanyType

integer

None.

ServiceType

integer

None.

ManageType

integer

None.

Position

string

None.

ActivityType

integer

None.

SourceId

integer

None.

SendResult

integer

None.

AddTime

date

None.

ContactCount

integer

None.

MemberType

integer

None.

JoinType

integer

None.

SalesmanId

integer

None.

OrderCode

integer

None.

OrderStatus

integer

None.

ServerStatus

integer

None.

EffectiveDate

date

None.

PayDate

date

None.

PaymentBatchID

integer

None.

SourcePlat

integer

None.

ActualTotal

decimal number

None.

OrderTotal

decimal number

None.

CoupanSerialNumber

string

None.

DiscountAmount

decimal number

None.

PaidPrice

decimal number

None.

RefundAmount

decimal number

None.

UserId

integer

None.

UserName

string

None.

Memo

string

None.

IsTax

integer

None.

PayType

integer

None.

OrderProcess

integer

None.

ProdProcess

integer

None.

SysUserId

integer

None.

SysUserName

string

None.

DealerId

integer

None.

FromChannel

integer

None.

AreaInfo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "_id": 1,
  "_company": "sample string 2",
  "_contact": "sample string 3",
  "_phone": "sample string 4",
  "_companytype": 5,
  "_servicetype": 6,
  "_managetype": 7,
  "_position": "sample string 8",
  "_activitytype": 9,
  "_sourceid": 10,
  "_sendresult": 11,
  "_addtime": "2026-02-04T11:06:35.9188445+08:00",
  "_contactcount": 12,
  "_membertype": 13,
  "_jointype": 14,
  "_salesmanid": 15,
  "_ordercode": 16,
  "_orderstatus": 17,
  "_serverstatus": 18,
  "_effectivedate": "2026-02-04T11:06:35.9188445+08:00",
  "_paydate": "2026-02-04T11:06:35.9188445+08:00",
  "_paymentbatchid": 19,
  "_sourceplat": 20,
  "_actualtotal": 21.0,
  "_ordertotal": 22.0,
  "_coupanserialnumber": "sample string 23",
  "_discountamount": 24.0,
  "_paidprice": 25.0,
  "_refundamount": 26.0,
  "_userid": 27,
  "_username": "sample string 28",
  "_memo": "sample string 29",
  "_istax": 30,
  "_paytype": 31,
  "_orderprocess": 32,
  "_prodprocess": 33,
  "_sysuserid": 34,
  "_sysusername": "sample string 35",
  "_dealerid": 36,
  "_fromchannel": 37,
  "_areainfo": "sample string 38"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.