POST cust/addcustservice

Request Information

URI Parameters

None.

Body Parameters

CustServiceAndBId
NameDescriptionTypeAdditional information
Id

integer

None.

SId

integer

None.

BId

integer

None.

Cname

string

None.

Tel

string

None.

Cpost

string

None.

OpenId

string

None.

IsAudit

integer

None.

TypeId

integer

None.

AddDate

date

None.

BIdList

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "SId": 2,
  "BId": 3,
  "Cname": "sample string 4",
  "Tel": "sample string 5",
  "Cpost": "sample string 6",
  "OpenId": "sample string 7",
  "IsAudit": 8,
  "TypeId": 9,
  "AddDate": "2026-04-16T13:27:40.7569737+08:00",
  "BIdList": [
    1,
    1
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.