GET api/ProductIntegration?jsonPayload={jsonPayload}&isPost={isPost}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| jsonPayload | string |
Required |
|
| isPost | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductIntegrationApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| response | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"response": {}
}
text/html
Sample:
{"response":{}}
application/xml, text/xml
Sample:
<ProductIntegrationApiResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <response /> </ProductIntegrationApiResponse>
multipart/form-data
Sample:
--MultipartDataMediaFormatterBoundary1q2w3e Content-Disposition: form-data; name="response" System.Object --MultipartDataMediaFormatterBoundary1q2w3e--