POST api/{apiVersion}/InvoicePayment/GetProductList
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
InvoiceBaseRequestOfGetProductListRequestName | Description | Type | Additional information |
---|---|---|---|
SessionId | string |
None. |
|
ClientSessionId | string |
None. |
|
ClientTrxIdReserved | string |
None. |
|
Data | GetProductListRequest |
None. |
Request Formats
application/json, text/json
Sample:
{ "SessionId": "sample string 1", "ClientSessionId": "sample string 2", "ClientTrxIdReserved": "sample string 3", "Data": { "ProductTypeOid": "sample string 1" } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfAPIResponseBaseOfAPIProductTypeProductListResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | APIResponseBaseOfAPIProductTypeProductListResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": null, "IsShowMessage": true, "IsShowRateAndReview": true }