POST api/insurance/CheckCreateInsuranceOrderDetail?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

InsuranceOrderDetailCreateCheck
NameDescriptionTypeAdditional information
FreeorderId

定损单Id

integer

None.

BmNo

北迈号

string

None.

ExistBmNoList

当前存在的 北迈号

Collection of string

None.

Request Formats

application/json, text/json

Sample:
{
  "FreeorderId": 1,
  "BmNo": "sample string 2",
  "ExistBmNoList": [
    "sample string 1",
    "sample string 2"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

{ "status": "success", "result": { isExist: false } }

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.