POST api/News_v2/GetNewsIdByNewsGuid

Request Information

URI Parameters

None.

Body Parameters

NewsGuidModel
NameDescriptionTypeAdditional information
commentArtGuid

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "commentArtGuid": "ba019d04-49c2-4971-9a7a-8d8b33e970c6"
}

text/plain, application/octet-stream

Sample:
{"commentArtGuid":"ba019d04-49c2-4971-9a7a-8d8b33e970c6"}

application/xml, text/xml

Sample:
<NewsGuidModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody">
  <commentArtGuid>ba019d04-49c2-4971-9a7a-8d8b33e970c6</commentArtGuid>
</NewsGuidModel>

multipart/form-data, application/form-data

Sample:
<NewsGuidModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"><commentArtGuid>ba019d04-49c2-4971-9a7a-8d8b33e970c6</commentArtGuid></NewsGuidModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain, application/octet-stream, application/xml, text/xml, multipart/form-data, application/form-data

Sample:

Sample not available.