POST api/v1/AZGetProductProperty
Request Information
URI Parameters
None.
Body Parameters
AZPropertyModelName | Description | Type | Additional information |
---|---|---|---|
ProductId | integer |
None. |
|
MarketPlaceId | integer |
None. |
|
Token | string |
None. |
|
RequestType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductId": 1, "MarketPlaceId": 2, "Token": "sample string 3", "RequestType": 4 }
application/xml, text/xml
Sample:
<AZPropertyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatisEntegrasyonWebApi.Models"> <MarketPlaceId>2</MarketPlaceId> <ProductId>1</ProductId> <RequestType>4</RequestType> <Token>sample string 3</Token> </AZPropertyModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.