POST api/LiraSaveWebOrder

Request Information

URI Parameters

None.

Body Parameters

Collection of GlamDusrOrders
NameDescriptionTypeAdditional information
CUST_ID

string

None.

CUST_NAME

string

None.

CUST_ADDR

string

None.

CUST_MOBILE_NO

string

None.

ORDER_TOTAL

decimal number

None.

USER_NAME

string

None.

REC_STATUS

string

None.

CMNT

string

None.

ORDER_DATE

date

None.

DUE

decimal number

None.

AMT_TB_PAID

decimal number

None.

PAY_AMT

decimal number

None.

MA

decimal number

None.

SHOP_ORDER_NO

string

None.

VAT

decimal number

None.

CPU

decimal number

None.

ItemList

Collection of ItemList

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "CUST_ID": "sample string 1",
    "CUST_NAME": "sample string 2",
    "CUST_ADDR": "sample string 3",
    "CUST_MOBILE_NO": "sample string 4",
    "ORDER_TOTAL": 5.1,
    "USER_NAME": "sample string 6",
    "REC_STATUS": "sample string 7",
    "CMNT": "sample string 8",
    "ORDER_DATE": "2025-01-22T19:06:13.6025738+06:00",
    "DUE": 10.1,
    "AMT_TB_PAID": 11.1,
    "PAY_AMT": 12.1,
    "MA": 13.1,
    "SHOP_ORDER_NO": "sample string 14",
    "VAT": 15.1,
    "CPU": 1.1,
    "ItemList": [
      {
        "ORDER_ID": "sample string 1",
        "PRODUCT_ID": 2,
        "UNIT_PRICE": 3.1,
        "SOLD_QTY": 4,
        "SLOCK_QTY": 5,
        "REC_STATUS": "sample string 6",
        "HSS": "sample string 7"
      },
      {
        "ORDER_ID": "sample string 1",
        "PRODUCT_ID": 2,
        "UNIT_PRICE": 3.1,
        "SOLD_QTY": 4,
        "SLOCK_QTY": 5,
        "REC_STATUS": "sample string 6",
        "HSS": "sample string 7"
      }
    ]
  },
  {
    "CUST_ID": "sample string 1",
    "CUST_NAME": "sample string 2",
    "CUST_ADDR": "sample string 3",
    "CUST_MOBILE_NO": "sample string 4",
    "ORDER_TOTAL": 5.1,
    "USER_NAME": "sample string 6",
    "REC_STATUS": "sample string 7",
    "CMNT": "sample string 8",
    "ORDER_DATE": "2025-01-22T19:06:13.6025738+06:00",
    "DUE": 10.1,
    "AMT_TB_PAID": 11.1,
    "PAY_AMT": 12.1,
    "MA": 13.1,
    "SHOP_ORDER_NO": "sample string 14",
    "VAT": 15.1,
    "CPU": 1.1,
    "ItemList": [
      {
        "ORDER_ID": "sample string 1",
        "PRODUCT_ID": 2,
        "UNIT_PRICE": 3.1,
        "SOLD_QTY": 4,
        "SLOCK_QTY": 5,
        "REC_STATUS": "sample string 6",
        "HSS": "sample string 7"
      },
      {
        "ORDER_ID": "sample string 1",
        "PRODUCT_ID": 2,
        "UNIT_PRICE": 3.1,
        "SOLD_QTY": 4,
        "SLOCK_QTY": 5,
        "REC_STATUS": "sample string 6",
        "HSS": "sample string 7"
      }
    ]
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.