POST api/ProductWebsite/SaveTapfiliateConversionId

Request Information

URI Parameters

None.

Body Parameters

Collection of MyOrder
NameDescriptionTypeAdditional information
Product_Sku

string

None.

ProductPrice

decimal number

None.

StudentProductId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Product_Sku": "sample string 1",
    "ProductPrice": 2.0,
    "StudentProductId": 3
  },
  {
    "Product_Sku": "sample string 1",
    "ProductPrice": 2.0,
    "StudentProductId": 3
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

JsonResultOfResponse
NameDescriptionTypeAdditional information
Content

Response

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.