POST api/ConstructionPersonnel/CheckBuilderCanReserve

Request Information

URI Parameters

None.

Body Parameters

ReserveFromAppletPostModel
NameDescriptionTypeAdditional information
DriverType

DriverType

None.

OpenId

string

None.

Name

string

None.

CertificateType

CertificateType

None.

IdNo

string

None.

Phone

string

None.

Company

string

None.

EmployeeEmailOrPhone

string

None.

EnterReason

string

None.

ReserveTime

string

None.

Things

string

None.

ThingsImagePaths

string

None.

EntourageList

Collection of EntourageModel

None.

Request Formats

application/json, text/json

Sample:
{
  "DriverType": 0,
  "OpenId": "sample string 1",
  "Name": "sample string 2",
  "CertificateType": 0,
  "IdNo": "sample string 3",
  "Phone": "sample string 4",
  "Company": "sample string 5",
  "EmployeeEmailOrPhone": "sample string 6",
  "EnterReason": "sample string 7",
  "ReserveTime": "sample string 8",
  "Things": "sample string 9",
  "ThingsImagePaths": "sample string 10",
  "EntourageList": [
    {
      "ID": 1,
      "Name": "sample string 2",
      "CertificateType": 0,
      "CertificateTypeText": "IdentityCard",
      "IdNo": "sample string 3",
      "Phone": "sample string 4"
    },
    {
      "ID": 1,
      "Name": "sample string 2",
      "CertificateType": 0,
      "CertificateTypeText": "IdentityCard",
      "IdNo": "sample string 3",
      "Phone": "sample string 4"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true