POST api/insurance/CheckCreateInsuranceOrderDetail?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
添加配件检测是否存在包含关系
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
app_key |
app_key |
string |
None. |
access_token |
access_token |
string |
None. |
timestamp |
timestamp |
string |
None. |
sign |
sign |
string |
None. |
Body Parameters
InsuranceOrderDetailCreateCheckName | Description | Type | Additional 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 } }
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |