POST api/ArchiveDirectory/DeleteArchiveDirectory

删除存档目录

Request Information

URI Parameters

None.

Body Parameters

globally unique identifier

Request Formats

application/json, text/json, text/html

Sample:
"a5d27dec-0e18-4fe0-9dbd-11bd1b057ec6"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a5d27dec-0e18-4fe0-9dbd-11bd1b057ec6</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

删除存档目录

JsonRtnDtoOfGuid
NameDescriptionTypeAdditional information
Msg

string

None.

State

RtnState

None.

Data

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "Msg": "sample string 1",
  "State": 100,
  "Data": "10a6512c-ef69-46cc-9c2a-51661be10e3b"
}

text/html

Sample:
{"Msg":"sample string 1","State":100,"Data":"10a6512c-ef69-46cc-9c2a-51661be10e3b"}

application/xml, text/xml

Sample:
<JsonRtnDtoOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BJ.Services">
  <Data>10a6512c-ef69-46cc-9c2a-51661be10e3b</Data>
  <Msg>sample string 1</Msg>
  <State>Display</State>
</JsonRtnDtoOfguid>

text/javascript, application/javascript, application/json-p

Sample:
/**/ typeof  === 'function' && ({"Msg":"sample string 1","State":100,"Data":"10a6512c-ef69-46cc-9c2a-51661be10e3b"});