LC Web
    LC Web
    ActionField
    • ROP
    • UAT
    • Prod
    • ActionField
    • GetOrder
      GET
    • GetOrderableItem
      GET
    • PostOrderableItem
      POST
    • DeleteOrderableItem
      DELETE
    • GetActionField
      GET
    • PostActionField
      POST
    • DeleteActionField
      DELETE
    • GetOrderItem
      GET
    • PutOrderItem
      PUT

      PostActionField

      POST
      /api/orderitemactionfield
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'http://10.101.252.154:9060/api/orderitemactionfield' \
      --header 'Content-Type: text/plain' \
      --data-raw '{
          "OrderItemID": "200113777280",
          "name": "deneme1",
          "value": "faruk"
      }'
      Response Response Example
      {}

      Request

      Body Params text/plain
      Examples

      Responses

      🟢200Success
      application/json
      Body

      Modified at 2024-06-01 13:42:15
      Previous
      GetActionField
      Next
      DeleteActionField
      Built with