POST api/insurance/SearchBmNoParams?app_key={app_key}&access_token={access_token}&timestamp={timestamp}&sign={sign}

获取适用性

Request Information

URI Parameters

NameDescriptionTypeAdditional information
app_key

app_key

string

None.

access_token

access_token

string

None.

timestamp

timestamp

string

None.

sign

sign

string

None.

Body Parameters

SearchBmNoParamsModel
NameDescriptionTypeAdditional information
BmNo

北迈号

integer

None.

DealerIds

供货商多个

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BmNo": 1,
  "DealerIds": [
    1,
    2
  ]
}

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.