Customer/Extended

View Customer Expansion Information

post

version=0.0.1 bizType=customer.app.CustomerExtendWebApiService.findCustomerExtend Accessible after login

Header parameters
companyIdstringOptionalExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptionalExample: en-US
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
Body
typeinteger · int32Required

Expansion Type, 1=payRedeem

Responses
200Success
application/json
post
/global/customer.app.CustomerExtendWebApiService.findCustomerExtend
POST /api/global/customer.app.CustomerExtendWebApiService.findCustomerExtend HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 10

{
  "type": 1
}
200Success
{
  "msg": "Success",
  "fail": false,
  "trace": "x-e9c5v-513q-59z1w-ljfvlr1-1677641352",
  "code": "0",
  "data": "343434",
  "bizCode": "",
  "tm": 5925011,
  "msgParams": null,
  "ok": true
}

Save Customer Extension Information

post

version=0.0.1 bizType=customer.app.CustomerExtendWebApiService.saveCustomerExtend Accessible after login

Header parameters
companyIdstringOptionalExample: {{company}}
tokenstringOptionalExample: {{LoginResult.data.token}}
langstringOptionalExample: en-US
tracestringOptionalExample: {{mock_trace}}
versionstringOptionalExample: 0.0.1
Body
typeinteger · int32Required

Expansion Type, 1=payRedeem

valuestringOptional

Extension Information

Responses
200Success
application/json
post
/global/customer.app.CustomerExtendWebApiService.saveCustomerExtend
POST /api/global/customer.app.CustomerExtendWebApiService.saveCustomerExtend HTTP/1.1
Host: prewppc-3.cmfbl.com
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "type": 1,
  "value": "text"
}
200Success
{
  "msg": "Success",
  "fail": false,
  "trace": "x-o31dki1-q0rm-7snb-846x4iv-1677641261",
  "code": "0",
  "data": null,
  "bizCode": "",
  "tm": 31053212,
  "msgParams": null,
  "ok": true
}

Last updated