GET Api/Service/Quotation/DeleteQuotation/{QuotationId}

删除一条政策

Request Information

URI Parameters

NameDescriptionTypeAdditional information
QuotationId

政策ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

删除一条政策

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}