POST api/ProductWebsite/SaveTapfiliateConversionId
Request Information
URI Parameters
None.
Body Parameters
Collection of MyOrder| Name | Description | Type | Additional 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:
Response Information
Resource Description
JsonResultOfResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | Response |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.