Delete Proposal

Overview

Delete Proposal

Classification

  • Post

API Operation Object

  • Proposal(menu/plans)

Synchronous / Asynchronous

  • Synchronous

Request

HTTP Request Method

  • POST

HTTP Request Path

{api_endpoint}/v1/proposal/delete/detail/{tenant_id}

HTTP Request Header

Format

Content-Type: application/json
X-Auth-Token: <token_id>

HTTP Request Body

Format

{
    "Language": 1,
    "ServiceId": 4,
    "CustomerEMailAddress": "youremail@example.com",
    "OrderInfo": [
        {
            "OrderId": "OrderId",
            "Keys": ["b59d7759-8ed7-4e42-b63f-27340fe96898"]
        }
    ]
}

Request Parameter

Request Parameters
name style format description required/optional
tenant_id URL String(UUID) Tenant which the user have role. required
token_id Header String(token_id) - required
Language Body int Choose ‘language_id’ below required
ServiceId Body int Choose ‘service_id’ below required
OrderInfo Body” Array
required
OrderId Body String OrderId to identify this proposal required
Keys Body String(UUID)(Array) uuid to identify this item required
CustomerEMailAddress Body Your e-mail address required  
language_id
language_id Language
1 Japanese
2 English
service_id
service_id Service Name
1 HULFT
4 Global Server Load Balance (Global Traffic Management)
5 Power Systems
8 FastDNS
10 VMware Cloud Foundation
11 Oracle License (Physical CPU Charge)
12 Oracle License (vCPU Charge)
13 Hybrid Cloud with GCP

Response

HTTP Response Header

Format

HTTP/1.1 <response code> <message> (ex. 200 OK)
  • <response_code>: see “HTTP Responses” section
  • <message>: message based on the response code

Response Code

Response Codes
response code condition
200 normal end
400 Bad Request
403 Unauthorized
404 not found a specified item

HTTP Response Body

  • none