POST api/products/getRealtedProducts

Request Information

URI Parameters

None.

Body Parameters

RelatedProducts
NameDescriptionTypeAdditional information
ProductId

integer

None.

PageNum

integer

None.

Take

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductId": 1,
  "PageNum": 2,
  "Take": 3
}

application/xml, text/xml

Sample:
<ProductDTO.RelatedProducts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tabreed_API.Models.DTOs">
  <PageNum>2</PageNum>
  <ProductId>1</ProductId>
  <Take>3</Take>
</ProductDTO.RelatedProducts>

multipart/form-data

Sample:
<ProductDTO.RelatedProducts xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tabreed_API.Models.DTOs"><PageNum>2</PageNum><ProductId>1</ProductId><Take>3</Take></ProductDTO.RelatedProducts>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.