From 674311469566db01aa7f70d35dbcdcea6928a00c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 15 Dec 2023 18:08:41 +0000 Subject: [PATCH] Bundle openapi.yml and commit updated code --- docs/index.html | 4 ++-- docs/openapi.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.html b/docs/index.html index 6ad75024..60cc1cb6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -783,7 +783,7 @@ " class="sc-iJuWdM sc-cBNeRQ gpkGbA casAkG sc-citwID bzkUsW">

Forbidden

Response samples

Content type
application/json
{
  • "success": true,
  • "payload": [
    ]
}

GET Get order with lineItem

Response samples

Content type
application/json
{
  • "success": true,
  • "payload": [
    ]
}

GET Get order with lineItem

This endpoint gets order with lineItem object

path Parameters
customerId
required
string

customerId for the customer

@@ -1089,7 +1089,7 @@ " class="sc-iJuWdM sc-cBNeRQ gpkGbA casAkG sc-citwID bzkUsW">

Forbidden

Request samples

Content type
application/json
{
  • "customerId": 0,
  • "resourceUrl": "string"
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "statusQueryGetUri": "string",
  • "sendEventPostUri": "string",
  • "terminatePostUri": "string",
  • "rewindPostUri": "string",
  • "purgeHistoryDeleteUri": "string",
  • "restartPostUri": "string",
  • "suspendPostUri": "string",
  • "resumePostUri": "string"
}