> ## Documentation Index
> Fetch the complete documentation index at: https://developer.quicko.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Orders

> API to get the details of the orders



## OpenAPI

````yaml /projects/connect/openapi.json GET /advisory/contacts/{contact_id}/orders
openapi: 3.0.0
info:
  title: open-api
  version: 1.0.0
  description: ''
servers:
  - url: https://api.quicko.com
security: []
paths:
  /advisory/contacts/{contact_id}/orders:
    parameters:
      - name: contact_id
        in: path
        required: true
        example: b2ce0ebe-2cd6-4959-ad89-d193003b1824
        schema:
          type: string
    get:
      summary: Orders
      parameters:
        - name: count
          in: query
          required: false
          example: '1'
          schema:
            type: integer
        - name: exclusive_start_key
          in: query
          required: false
          example: >-
            ImV5SmpiMjUwWVdOMFgybGtJam9pWmpJMFpESXhNR1l0T1dZMU5pMDBOamd3TFdGbVl6TXRaamswTnpjellUVTRNVGhqSWl3aWQyOXlhM053WVdObFgybGtJam9pTkdNelpqTmlNREl0WkdVek5TMDBZek5oTFdFNU1XUXRNV0V6TldRek1XRTNZalF5SWl3aWIzSmtaWEpmYVdRaU9pSkZRakEwTlRoRVFVRkJJbjA9Ig==
          schema:
            type: string
        - name: status
          in: query
          required: false
          schema:
            type: string
        - name: x-api-key
          in: header
          required: false
          example: '{{api_key}}'
          schema:
            type: string
        - name: Authorization
          in: header
          required: false
          example: >-
            eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpbnRlbnQiOiJBQ0NFU1NfVE9LRU4iLCJyZWZyZXNoX3Rva2VuIjoiZXlKaGJHY2lPaUpJVXpVeE1pSXNJblI1Y0NJNklrcFhWQ0o5LmV5SnBiblJsYm5RaU9pSlNSVVpTUlZOSVgxUlBTMFZPSWl3aWFXRjBJam94TnpFNU16azJNalUzTENKbGVIQWlPakUzTlRBNU5UTTROVGNzSW1GMVpDSTZJa0ZRU1NJc0ltbHpjeUk2SW1Gd2FTNXhkV2xqYTI4dVkyOXRJaXdpYzNWaUlqb2lhMlY1WDJ4cGRtVmZZVFU0WkdWak1HRTBORFptTkRabE5tSm1aVEkyTnpjeVpUVmtZVEZrTWpJaWZRLll2a3BrYmtndXV4aTFPNmozc2dpcGZvTVNYVGUyd2pUa1ZsbDAydUNzVzk1UjhDdHM0SXh0RldfWExXa3lSeUlNcmRUMzBSc19UWE5qOXJCUjRLTm53IiwiaWF0IjoxNzE5Mzk2MjU3LCJleHAiOjE3MTk0ODI2NTcsImF1ZCI6IkFQSSIsImlzcyI6ImFwaS5xdWlja28uY29tIiwic3ViIjoia2V5X2xpdmVfYTU4ZGVjMGE0NDZmNDZlNmJmZTI2NzcyZTVkYTFkMjIifQ.E-8J5HHisWftBiDaZ4HTCOAgTQUFTzFISst_3LvWMYjC8Rd7XLmAU3zd4H4o-CvJpyq9Yf4IK5yqM0Bc61kWHg
          schema:
            type: string
      responses:
        '200':
          headers:
            Date:
              schema:
                type: string
              example: Fri, 14 Jun 2024 12:01:37 GMT
            Content-Type:
              schema:
                type: string
              example: application/json
            Content-Length:
              schema:
                type: integer
              example: '2085'
            Connection:
              schema:
                type: string
              example: keep-alive
            x-amzn-RequestId:
              schema:
                type: string
              example: b5c86688-49b0-4c67-8b99-109f595498c2
            x-amzn-Remapped-x-amzn-RequestId:
              schema:
                type: string
              example: d6beee1f-4958-40e7-b4c8-3ad30b4e91c7
            Access-Control-Allow-Origin:
              schema:
                type: string
              example: '*'
            Content-Encoding:
              schema:
                type: string
              example: gzip
            x-amzn-Remapped-Content-Length:
              schema:
                type: integer
              example: '16378'
            Access-Control-Allow-Headers:
              schema:
                type: string
              example: '*'
            x-amzn-Remapped-x-amzn-Remapped-Date:
              schema:
                type: string
              example: Fri, 14 Jun 2024 12:01:37 GMT
            x-amzn-Remapped-Connection:
              schema:
                type: string
              example: keep-alive
            x-amzn-Remapped-x-amzn-Remapped-x-amzn-RequestId:
              schema:
                type: integer
              example: 0c43df7a-63ab-43d9-9266-a08bf2fdfcea
            x-amz-apigw-id:
              schema:
                type: string
              example: ZWydGFT1hcwEYXA=
            x-amzn-Remapped-x-amzn-Remapped-Content-Length:
              schema:
                type: integer
              example: '16378'
            X-Requested-With:
              schema:
                type: string
              example: '*'
            X-Amzn-Trace-Id:
              schema:
                type: string
              example: >-
                Root=1-666c3120-4a65b8ec060285915db4cabd;Parent=4603695584de13e3;Sampled=0;lineage=63ea6568:0
            x-amzn-Remapped-x-amzn-Remapped-Connection:
              schema:
                type: string
              example: keep-alive
            x-amzn-Remapped-Date:
              schema:
                type: string
              example: Fri, 14 Jun 2024 12:01:37 GMT
          description: 200 OK
          content:
            application/json:
              schema:
                type: object
                properties:
                  timestamp:
                    type: integer
                  transaction_id:
                    type: string
                  data:
                    type: object
                    properties:
                      '@entity':
                        type: string
                      items:
                        type: array
                        items:
                          type: object
                          properties:
                            '@entity':
                              type: string
                            id:
                              type: string
                            status:
                              type: string
                            created_at:
                              type: integer
                            order_time:
                              type: integer
                            updated_at:
                              type: integer
                            total_price:
                              type: number
                            discount:
                              type: integer
                            sub_total:
                              type: integer
                            gst_amount:
                              type: number
                            price_including_gst:
                              type: boolean
                  code:
                    type: integer
              example:
                timestamp: 1718366496410
                transaction_id: 0c43df7a-63ab-43d9-9266-a08bf2fdfcea
                data:
                  '@entity': com.quicko.paginated_list
                  items:
                    - '@entity': com.quicko.advisory.order
                      id: E6AC845523
                      status: confirmed
                      created_at: 1717480320004
                      order_time: 1717480320004
                      updated_at: 1717480344159
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: DCDC6E3773
                      status: created
                      created_at: 1716807634079
                      order_time: 1716807634080
                      updated_at: 1716807634079
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: E7832C8B11
                      status: confirmed
                      created_at: 1717504601971
                      order_time: 1717504601971
                      updated_at: 1717504621653
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: EB0458DAAA
                      status: confirmed
                      created_at: 1716810191401
                      order_time: 1716810191402
                      updated_at: 1716810205506
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: E46EA5B132
                      status: confirmed
                      created_at: 1717504186477
                      order_time: 1717504186477
                      updated_at: 1717504212313
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: E0428171A4
                      status: confirmed
                      created_at: 1718278819800
                      order_time: 1718278819800
                      updated_at: 1718278834248
                      total_price: 1768.82
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: DE94D812C3
                      status: confirmed
                      created_at: 1716889897889
                      order_time: 1716889897889
                      updated_at: 1716889949533
                      total_price: 2004.82
                      discount: 0
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: B6BA42AB87
                      status: created
                      created_at: 1716800141289
                      order_time: 1716800141289
                      updated_at: 1716800141289
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: BA6221130A
                      status: confirmed
                      created_at: 1716807494512
                      order_time: 1716807494512
                      updated_at: 1716807520329
                      total_price: 2004.82
                      discount: 0
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: BA2C34986B
                      status: confirmed
                      created_at: 1716809700699
                      order_time: 1716809700699
                      updated_at: 1716809741748
                      total_price: 2004.82
                      discount: 0
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: CC2EC44DD5
                      status: confirmed
                      created_at: 1717480003894
                      order_time: 1717480003894
                      updated_at: 1717480031927
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: B7C504DB01
                      status: confirmed
                      created_at: 1716810314369
                      order_time: 1716810314369
                      updated_at: 1716810330924
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: B65B8A975C
                      status: confirmed
                      created_at: 1717480770262
                      order_time: 1717480770262
                      updated_at: 1717480787191
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: D1572E49BE
                      status: created
                      created_at: 1716807603034
                      order_time: 1716807603034
                      updated_at: 1716807603034
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: A988884A59
                      status: created
                      created_at: 1716807656952
                      order_time: 1716807656952
                      updated_at: 1716807656952
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 91D5B7A319
                      status: confirmed
                      created_at: 1716810408413
                      order_time: 1716810408413
                      updated_at: 1716810423018
                      total_price: 2004.82
                      discount: 0
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: A2417B18C9
                      status: confirmed
                      created_at: 1718279218587
                      order_time: 1718279218587
                      updated_at: 1718279235114
                      total_price: 1768.82
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 9C818CC9C2
                      status: confirmed
                      created_at: 1717392930457
                      order_time: 1717392930457
                      updated_at: 1717392946635
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 87BD1DB221
                      status: confirmed
                      created_at: 1716807801290
                      order_time: 1716807801290
                      updated_at: 1716807818203
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 928B80C33D
                      status: confirmed
                      created_at: 1717506513741
                      order_time: 1717506513741
                      updated_at: 1717506540448
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 8AB359764D
                      status: created
                      created_at: 1716807634487
                      order_time: 1716807634487
                      updated_at: 1716807634487
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 948CE324BD
                      status: created
                      created_at: 1716807565757
                      order_time: 1716807565757
                      updated_at: 1716807565757
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 9146569CBD
                      status: confirmed
                      created_at: 1716889423564
                      order_time: 1716889423564
                      updated_at: 1716889443808
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 65D1258DC6
                      status: created
                      created_at: 1716807634166
                      order_time: 1716807634166
                      updated_at: 1716807634166
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 4A5C68A656
                      status: confirmed
                      created_at: 1717505179187
                      order_time: 1717505179187
                      updated_at: 1717505196176
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 776BB43967
                      status: confirmed
                      created_at: 1717480619586
                      order_time: 1717480619587
                      updated_at: 1717480637135
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 7ED07424DB
                      status: confirmed
                      created_at: 1717505091422
                      order_time: 1717505091422
                      updated_at: 1717505111802
                      total_price: 2004.82
                      discount: 0
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 4DD205DD28
                      status: created
                      created_at: 1716807634350
                      order_time: 1716807634350
                      updated_at: 1716807634350
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 7C998CDE13
                      status: confirmed
                      created_at: 1718205965746
                      order_time: 1718205965746
                      updated_at: 1718206009967
                      total_price: 5308.82
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 6C3C34A2ED
                      status: confirmed
                      created_at: 1716800113391
                      order_time: 1716800113391
                      updated_at: 1716800129236
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 79D871ED78
                      status: confirmed
                      created_at: 1717480094736
                      order_time: 1717480094736
                      updated_at: 1717480111527
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 49D813CB9D
                      status: confirmed
                      created_at: 1717737792357
                      order_time: 1717737792357
                      updated_at: 1717737818821
                      total_price: 5308.82
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 4373EBD844
                      status: confirmed
                      created_at: 1717480262467
                      order_time: 1717480262467
                      updated_at: 1717480279864
                      total_price: 2004.82
                      discount: 0
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 4487C67281
                      status: confirmed
                      created_at: 1716889826775
                      order_time: 1716889826775
                      updated_at: 1716889847771
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 4A494D41BA
                      status: confirmed
                      created_at: 1716809566968
                      order_time: 1716809566968
                      updated_at: 1716809599165
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 3BC329C886
                      status: confirmed
                      created_at: 1716800220868
                      order_time: 1716800220868
                      updated_at: 1716800488645
                      total_price: 2004.82
                      discount: 0
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 3BB61DD73E
                      status: confirmed
                      created_at: 1718278713932
                      order_time: 1718278713932
                      updated_at: 1718278740049
                      total_price: 5308.82
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 33BA335D2B
                      status: confirmed
                      created_at: 1717506635791
                      order_time: 1717506635791
                      updated_at: 1717506650310
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 1AB21B36AD
                      status: confirmed
                      created_at: 1717504220206
                      order_time: 1717504220206
                      updated_at: 1717504241573
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 0225636CE4
                      status: confirmed
                      created_at: 1717480715227
                      order_time: 1717480715227
                      updated_at: 1717480729031
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 0366996D4D
                      status: confirmed
                      created_at: 1717506737285
                      order_time: 1717506737285
                      updated_at: 1717506758676
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 30D5C6288E
                      status: confirmed
                      created_at: 1718205299602
                      order_time: 1718205299602
                      updated_at: 1718205323742
                      total_price: 5308.82
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 24282B93B3
                      status: completed
                      created_at: 1718278850591
                      order_time: 1718278850591
                      updated_at: 1718282281279
                      resolved_time: 1718282281279
                      resolved_date: 1718217000000
                      total_price: 2004.82
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: E53EA5E561
                      status: completed
                      created_at: 1718279123996
                      order_time: 1718279123997
                      updated_at: 1718281171290
                      resolved_time: 1718281171290
                      resolved_date: 1718217000000
                      total_price: 4246.82
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: E682EEE9BA
                      status: cancelled
                      created_at: 1718278760311
                      order_time: 1718278760311
                      updated_at: 1718279914900
                      resolved_time: 1718279914900
                      resolved_date: 1718236800000
                      total_price: 5308.82
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: D2B49DBE6D
                      status: completed
                      created_at: 1717480159620
                      order_time: 1717480159620
                      updated_at: 1717481330703
                      resolved_time: 1717481330703
                      resolved_date: 1717439400000
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: C0197867CA
                      status: cancelled
                      created_at: 1717396375143
                      order_time: 1717396375143
                      updated_at: 1717396462062
                      resolved_time: 1717396462062
                      resolved_date: 1717372800000
                      total_price: 2004.82
                      discount: 0
                      sub_total: 1699
                      gst_amount: 305.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 143411687C
                      status: completed
                      created_at: 1716801461656
                      order_time: 1716801461656
                      updated_at: 1717164151473
                      resolved_time: 1717164151473
                      resolved_date: 1717093800000
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 719C677EBB
                      status: cancelled
                      created_at: 1717140191848
                      order_time: 1717140191848
                      updated_at: 1717140270320
                      resolved_time: 1717140270320
                      resolved_date: 1717113600000
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: BC15DDB4A6
                      status: cancelled
                      created_at: 1716890030160
                      order_time: 1716890030160
                      updated_at: 1717080941587
                      resolved_time: 1717080941587
                      resolved_date: 1717027200000
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 71355A191C
                      status: cancelled
                      created_at: 1716811948795
                      order_time: 1716811948795
                      updated_at: 1717080628861
                      resolved_time: 1717080628861
                      resolved_date: 1717027200000
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 186D673A2C
                      status: cancelled
                      created_at: 1716889788391
                      order_time: 1716889788391
                      updated_at: 1717073928196
                      resolved_time: 1717073928196
                      resolved_date: 1717027200000
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: A3A28CB21C
                      status: cancelled
                      created_at: 1716890107290
                      order_time: 1716890107290
                      updated_at: 1717071722436
                      resolved_time: 1717071722436
                      resolved_date: 1717027200000
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 34BD3C3C89
                      status: cancelled
                      created_at: 1716806174168
                      order_time: 1716806174168
                      updated_at: 1716954408815
                      resolved_time: 1716954408815
                      resolved_date: 1716921000000
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 14A5C53669
                      status: completed
                      created_at: 1716806957558
                      order_time: 1716806957558
                      updated_at: 1716922672622
                      resolved_time: 1716922672622
                      resolved_date: 1716921000000
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 3A951A1DDE
                      status: cancelled
                      created_at: 1716799995579
                      order_time: 1716799995579
                      updated_at: 1716900180825
                      resolved_time: 1716900180825
                      resolved_date: 1716854400000
                      total_price: 5308.82
                      discount: 0
                      sub_total: 4499
                      gst_amount: 809.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 491449996E
                      status: completed
                      created_at: 1716801173607
                      order_time: 1716801173607
                      updated_at: 1716900031482
                      resolved_time: 1716900031482
                      resolved_date: 1716834600000
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: D6126D00AB
                      status: cancelled
                      created_at: 1716810036227
                      order_time: 1716810036227
                      updated_at: 1716819278156
                      resolved_time: 1716819278156
                      resolved_date: 1716768000000
                      total_price: 1768.82
                      discount: 0
                      sub_total: 1499
                      gst_amount: 269.82
                      price_including_gst: false
                    - '@entity': com.quicko.advisory.order
                      id: 168B89C6D1
                      status: cancelled
                      created_at: 1716807746167
                      order_time: 1716807746167
                      updated_at: 1716814896783
                      resolved_time: 1716814896783
                      resolved_date: 1716768000000
                      total_price: 4246.82
                      discount: 0
                      sub_total: 3599
                      gst_amount: 647.82
                      price_including_gst: false
                code: 200

````