POST api/DeliveryPeriodConfig/Delete
删除实效编辑
Request Information
URI Parameters
None.
Body Parameters
DeliveryPeriodConfigDeleteInputName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
user_id |
当前登录者Id |
string |
None. |
token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "user_id": "sample string 1", "token": "sample string 2" }
application/xml, text/xml
Sample:
<DeliveryPeriodConfigDeleteInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.DeliveryPeriodConfig"> <token xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 2</token> <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 1</user_id> <id>1</id> </DeliveryPeriodConfigDeleteInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
删除实效编辑
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. |