POST Operator/Submit_New_Offer?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Submit_Offer| Name | Description | Type | Additional information |
|---|---|---|---|
| i_Offer | Offer |
None. |
|
| i_Images | Collection of Image |
None. |
Request Formats
application/json, text/json
Sample:
{
"i_Offer": {
"OFFER_ID": 1,
"REQUEST_ID": 2,
"REQUEST_LINE_ID": 3,
"SUPPLIER_ID": 4,
"BRAND": "sample string 5",
"UNIT_PRICE": 1.0,
"CURRENCY": "sample string 6",
"ADDRESS_ID": 1,
"CREATE_DATE": "2026-02-04T02:36:54.4309651+00:00",
"CREATE_OPERATOR_ID": 8,
"IS_APPROVED": 9,
"APPROVE_DATE": "2026-02-04T02:36:54.4309651+00:00",
"APPROVE_OPERATOR_ID": 1,
"ITEM_TYPE": 1,
"REMARKS": "sample string 10",
"WARRANTY": 1,
"ADMIN_REMARKS": "sample string 11",
"PHOTO": "sample string 12",
"IS_AVAILABLE": true,
"OENUMBER": "sample string 14",
"LATITUDE": 1.0,
"LONGITUDE": 1.0,
"NornalCost": 1.0,
"ExpressCost": 1.0,
"AVAILABLE_QTY": 1
},
"i_Images": [
{
"IMAGE_ID": 1,
"REQUEST_ID": 1,
"REQUEST_LINE_ID": 1,
"PRODUCT_ID": 1,
"OFFER_ID": 1,
"IMAGE_NAME": "sample string 2",
"IMAGE_PATH": "sample string 3"
},
{
"IMAGE_ID": 1,
"REQUEST_ID": 1,
"REQUEST_LINE_ID": 1,
"PRODUCT_ID": 1,
"OFFER_ID": 1,
"IMAGE_NAME": "sample string 2",
"IMAGE_PATH": "sample string 3"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Submit_New_Offer| Name | Description | Type | Additional information |
|---|---|---|---|
| My_Offer | Offer |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"My_Offer": {
"OFFER_ID": 1,
"REQUEST_ID": 2,
"REQUEST_LINE_ID": 3,
"SUPPLIER_ID": 4,
"BRAND": "sample string 5",
"UNIT_PRICE": 1.0,
"CURRENCY": "sample string 6",
"ADDRESS_ID": 1,
"CREATE_DATE": "2026-02-04T02:36:54.4309651+00:00",
"CREATE_OPERATOR_ID": 8,
"IS_APPROVED": 9,
"APPROVE_DATE": "2026-02-04T02:36:54.4309651+00:00",
"APPROVE_OPERATOR_ID": 1,
"ITEM_TYPE": 1,
"REMARKS": "sample string 10",
"WARRANTY": 1,
"ADMIN_REMARKS": "sample string 11",
"PHOTO": "sample string 12",
"IS_AVAILABLE": true,
"OENUMBER": "sample string 14",
"LATITUDE": 1.0,
"LONGITUDE": 1.0,
"NornalCost": 1.0,
"ExpressCost": 1.0,
"AVAILABLE_QTY": 1
},
"ExceptionMsg": "sample string 1"
}