Change Proposal¶
Overview¶
Change for Setting
Classification¶
- Post
API Operation Object¶
- Proposal
Synchronous / Asynchronous¶
- Synchronous
Request¶
HTTP Request Method¶
- POST
HTTP Request Path¶
{api_endpoint}/v1/proposal/update/withoutdetail/{tenant_id}
HTTP Request Body¶
Format¶
{
"Language": 1,
"ServiceId": 4,
"OrderId": "OrderId",
"CustomerEMailAddress": "youremail@example.com"
}
Request Parameter¶
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 |
OrderId | Body | String | OrderId to identify this proposal | required |
CustomerEMailAddress | Body | String | Your e-mail address | required |
language_id | Language |
---|---|
1 | Japanese |
2 | English |
service_id | Service Name |
---|---|
5 | Power Systems |
8 | FastDNS |
13 | Hybrid Cloud with GCP |
16 | Hybrid Cloud with AWS |