POST api/DxaDjNewDaily

Request Information

URI Parameters

None.

Body Parameters

DxaRequestOfString
NameDescriptionTypeAdditional information
Type

integer

None.

Content

string

None.

Request Formats

application/json, text/json

示例:
{
  "type": 1,
  "content": "sample string 2"
}

application/xml, text/xml

示例:
<DxaRequestOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.DXA.Request">
  <Content>sample string 2</Content>
  <Type>1</Type>
</DxaRequestOfstring>

application/x-www-form-urlencoded

示例:

Sample not available.

Response Information

Resource Description

DXAResponseOfString
NameDescriptionTypeAdditional information
Status

boolean

None.

Msg

string

None.

Result

string

None.

Response Formats

application/json, text/json

示例:
{
  "status": true,
  "msg": "sample string 2",
  "result": "sample string 3"
}

application/xml, text/xml

示例:
<DXAResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.DXA.Response">
  <Msg>sample string 2</Msg>
  <Result>sample string 3</Result>
  <Status>true</Status>
</DXAResponseOfstring>