POST Admin/Get_Rpt_Offers?Ticket={Ticket}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
Body Parameters
Params_Get_Rpt_OffersName | Description | Type | Additional information |
---|---|---|---|
REQUEST_ID | integer |
None. |
|
ReportsPath | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "REQUEST_ID": 1, "ReportsPath": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Rpt_OffersName | Description | Type | Additional information |
---|---|---|---|
data | Collection of rptOffer |
None. |
|
myPDf | string |
None. |
|
ReportPath | string |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "OFFER_ID": 1, "REQUEST_ID": 2, "REQUEST_LINE_ID": 3, "BRAND": "sample string 4", "UNIT_PRICE": 5.0, "CURRENCY": "sample string 6", "ADDRESS_ID": 7, "CREATE_DATE": "2025-07-12T17:07:06.4739605+00:00", "CREATE_OPERATOR_ID": 9, "IS_APPROVED": 10, "APPROVE_DATE": "sample string 11", "PARTNER_NAME": "sample string 12", "ADDRESS_DESC": "sample string 13", "ITEM_TYPE": 14, "REMARKS": "sample string 15", "WARRANTY": 16, "ADMIN_REMARKS": "sample string 17", "PHOTO": "sample string 18", "IS_AVAILABLE": true, "OENUMBER": "sample string 20", "DeliveryCost": 21.0 }, { "OFFER_ID": 1, "REQUEST_ID": 2, "REQUEST_LINE_ID": 3, "BRAND": "sample string 4", "UNIT_PRICE": 5.0, "CURRENCY": "sample string 6", "ADDRESS_ID": 7, "CREATE_DATE": "2025-07-12T17:07:06.4739605+00:00", "CREATE_OPERATOR_ID": 9, "IS_APPROVED": 10, "APPROVE_DATE": "sample string 11", "PARTNER_NAME": "sample string 12", "ADDRESS_DESC": "sample string 13", "ITEM_TYPE": 14, "REMARKS": "sample string 15", "WARRANTY": 16, "ADMIN_REMARKS": "sample string 17", "PHOTO": "sample string 18", "IS_AVAILABLE": true, "OENUMBER": "sample string 20", "DeliveryCost": 21.0 } ], "myPDf": "sample string 1", "ReportPath": "sample string 2", "ExceptionMsg": "sample string 3" }