POST Post/DelPost

API xác nhận bài đăng

Request Information

URI Parameters

None.

Body Parameters

PDelPostReq
NameDescriptionTypeAdditional information
UserName

string

None.

Token

string

None.

RowID

integer

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Token": "sample string 2",
  "RowID": 3,
  "Status": 4
}

application/xml, text/xml

Sample:
<PDelPostReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1">
  <UserName>sample string 1</UserName>
  <Token>sample string 2</Token>
  <RowID>3</RowID>
  <Status>4</Status>
</PDelPostReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PDelPostRes
NameDescriptionTypeAdditional information
RespCode

integer

None.

RespText

string

None.

Response Formats

application/json, text/json

Sample:
{
  "RespCode": 1,
  "RespText": "sample string 2"
}

application/xml, text/xml

Sample:
<PDelPostRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://cpc1hn.vn/Export/Message/v1">
  <RespCode>1</RespCode>
  <RespText>sample string 2</RespText>
</PDelPostRes>