Get Proposal List

Overview

Get Proposal List

Classification

  • Get

API Operation Object

  • Proposal

Synchronous / Asynchronous

  • Synchronous

Request

HTTP Request Method

  • GET

HTTP Request Path

{api_endpoint}/v1/proposal/list/{tenant_id}/{service_id}

HTTP Request Header

Format

X-Auth-Token: <token_id>
Language: <language_id>

HTTP Request Body

  • none

Request Parameter

Request Parameters
name style format description required/optional
tenant_id URL String(UUID) Tenant which the user have role. required
service_id URL int Choose ‘service_id’ below required
token_id Header String(token_id) - required
language_id Header int Choose ‘language_id’ below required
service_id
service_id Service Name
1 HULFT
3 SAP HANA
4 Global Server Load Balance (Global Traffic Management)
5 Power Systems
6 Arcserve
8 FastDNS
10 VMware Cloud Foundation
11 Oracle License (Physical CPU Charge)
12 Oracle License (vCPU Charge)
13 Hybrid Cloud with GCP
language_id
language_id Language
1 Japanese
2 English

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

Format

{
    "Proposalses": [
        {
            "OrderId": "OrderId",
            "ServiceId": 4,
            "StatusId": 1,
            "TenantId": "bca6c342-0e24-4cb0-8d6c-a2091a190972",
            "ChargeStartDate": null,
            "ChargeEndDate": null,
            "ChargeChangeDate": null,
            "ChargeExpectedDate": null,
            "DeleteDate": null,
            "ProposalDate": "2017-05-01T10:52:14.847",
            "UpdateDate": "2017-05-20T08:01:02.327",
            "ProposalXml": "{xml_data}"
        }
    ]
}

Response Parameter

Response Parameters
item format description
OrderId String ID to identify the Order unit
ServiceId int service_id
StatusId int status_id
TenantId String(UUID)) tenant_id
ChargeStartDate datetime ChargeStartDate(Only SAP HANA)
ChargeEndDate datetime ChargeEndDate(Only SAP HANA)
ChargeChangeDate datetime Internal Use
ChargeExpectedDate datetime ChargeExpectedDate(Only SAP HANA)
DeleteDate datetime DeleteOrderDate(Only SAP HANA)
ProposalDate datetime OrderDate
UpdateDate datetime UpdateDate(Only SAP HANA)
ProposalXml xml ‘XML format’ below

XML format

“\r\n” is output after each tag

  • HULFT

Multiple setting of HulftModel

<?xml version="1.0"?>
<HulftModels xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OrderId>{OrderId}</OrderId>
  <CustomerEMailAddress>{e-mail address}</CustomerEMailAddress>
  <Language>{language(ja/en)}</Language>
  <Models>
    <HulftModel>
      <Uuid>{Uuid}</Uuid>
      <Serial>{Serial}</Serial>
      <Dc>{Dc}</Dc>
      <Product>{Product name}</Product>
      <Cluster>{Cluster}</Cluster>
      <Aes>{Aes}</Aes>
      <Script>{Script}</Script>
      <LicensePack>{LicensePack}</LicensePack>
      <Name>{Name}</Name>
      <RowNumber>{RowNumber}</RowNumber>
      <ParentSerial>{ParentSerial}</ParentSerial>
      <Number>{Number}</Number>
      <ProposalDate>{ProposalDate}</ProposalDate>
      <DeleteDate>{DeleteDate}</DeleteDate>
      <ChargeStartDate>{ChargeStartDate}</ChargeStartDate>
      <ChargeEndDate>{ChargeEndDate}</ChargeEndDate>
      <Status>{Status}</Status>
      <StatusName>{StatusName}</StatusName>
      <OriginalAuthId>{AuthId}</OriginalAuthId>
      <OriginalSpCode>{SpCode}</OriginalSpCode>
    </HulftModel>
  </Models>
</HulftModels>
Item description
name description format
OrderId OrderId to identify this proposal -
CustomerEMailAddress e-mail address -
Language Corresponding language ‘ja’or’en’
Uuid uuid to identify this item UUID
Serial Serial no -
Dc Region name -
Product Product name -
Cluster Existence of cluster -
Aes Existence of AES -
Script Existence of Script -
LicensePack License Pack -
Name Item name -
RowNumber number to identify this row number
ParentSerial Parent SerialNo -
Number number of add plans number
ProposalDate ProposalDate Datetime
DeleteDate DeleteDate Datetime
ChargeStartDate ChargeStartDate Datetime
ChargeEndDate ChargeEndDate Datetime
Status status id number
StatusName status name -
OriginalAuthId AuthId -
OriginalSpCode SpCode -
  • SAP HANA
<?xml version="1.0"?>
<HanaModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OrderId>{OrderId}</OrderId>
  <CustomerEMailAddress>{CustomerEMailAddress}</CustomerEMailAddress>
  <Language>{Language}</Language>
  <OrderInfo>
    <HanaSetName>{HanaSetName}</HanaSetName>
    <GcId>{GCId}</GcId>
    <ApplicationDate>{ApplicationDate}</ApplicationDate>
    <ServiceStartDate>{ServiceServiceStartDateStartDate}</ServiceStartDate>
    <CustomerEMailAddress>{CustomerEMailAddress}</CustomerEMailAddress>
    <PortalId>{PortalId}</PortalId>
    <PortalPass>{PortalPass}</PortalPass>
    <TenantId>{TenantId}</TenantId>
    <RegionName>{RegionName}</RegionName>
    <ServerName>{ServerName}</ServerName>
    <ServerFlavor>{ServerFlavor}</ServerFlavor>
    <ImageName>{ImageName}</ImageName>
    <HaConf>{HaConf}</HaConf>
    <BareZoneGroup>{BareZoneGroup}</BareZoneGroup>
    <SegmentCounts>{SegmentCounts}</SegmentCounts>
    <DataSeg1LogicalNwName>{DataSeg1LogicalNwName}</DataSeg1LogicalNwName>
    <DataSeg1LogicalNwId>{DataSeg1LogicalNwId}</DataSeg1LogicalNwId>
    <DataSeg1Ip>{DataSeg1Ip}</DataSeg1Ip>
    <DataSeg1Tag>{DataSeg1Tag}</DataSeg1Tag>
    <DataSeg1VlanId>{DataSeg1VlanId}</DataSeg1VlanId>
    <DataSeg2LogicalNwName>{DataSeg2LogicalNwName}</DataSeg2LogicalNwName>
    <DataSeg2LogicalNwId>{DataSeg2LogicalNwId}</DataSeg1LogicalNwId>
    <DataSeg2Ip>{DataSeg2Ip}</DataSeg1Ip>
    <DataSeg2Tag>{DataSeg2Tag}</DataSeg1Tag>
    <DataSeg2VlanId>{DataSeg2VlanId}</DataSeg1VlanId>
    <StorageSeg1LogicalNwName>{StorageSeg1LogicalNwName}</StorageSeg1LogicalNwName>
    <StorageSeg1LogicalNwId>{StorageSeg1LogicalNwId}</StorageSeg1LogicalNwId>
    <StorageSeg1Ip>{StorageSeg1Ip}</StorageSeg1Ip>
    <StorageSeg1Tag>{StorageSeg1Tag}</StorageSeg1Tag>
    <StorageSeg1VlanId>{StorageSeg1VlanId}</StorageSeg1VlanId>
    <StorageName>{StorageName}</StorageName>
    <StorageLogicalNwName>{StorageLogicalNwName}</StorageLogicalNwName>
    <StorageIpStart>{StorageIpStart}</StorageIpStart>
    <StorageIpEnd>{StorageIpEnd}</StorageIpEnd>
    <HanaDataVolName>{HanaDataVolName}</HanaDataVolName>
    <HanaDataVolThroughput>{HanaDataVolThroughput}</HanaDataVolThroughput>
    <HanaDataSize>{HanaDataSize}</HanaDataSize>
    <HanaDataZoneGroup>{HanaDataZoneGroup}</HanaDataZoneGroup>
    <HanaLogVolName>{HanaLogVolName}</HanaLogVolName>
    <HanaLogVolThroughput>{HanaLogVolThroughput}</HanaLogVolThroughput>
    <HanaLogSize>{HanaLogSize}</HanaLogSize>
    <HanaLogZoneGroup>{HanaLogZoneGroup}</HanaLogZoneGroup>
    <HanaSharedVolName>{HanaSharedVolName}</HanaSharedVolName>
    <HanaSharedVolThroughput>{HanaSharedVolThroughput}</HanaSharedVolThroughput>
    <HanaSharedSize>{HanaSharedSize}</HanaSharedSize>
    <HanaSharedZoneGroup>{HanaSharedZoneGroup}</HanaSharedZoneGroup>
    <HostName>{HostName}</HostName>
    <RootPass>{RootPass}</RootPass>
    <BootFile>{BootFile}</BootFile>
    <BootSize>{BootSize}</BootSize>
    <EfiFile>{EfiFile}</EfiFile>
    <EfiSize>{EfiSize}</EfiSize>
    <UsrSapFile>{UsrSapFile}</UsrSapFile>
    <UsrSapSize>{UsrSapSize}</UsrSapSize>
    <SwapFile>{SwapFile}</SwapFile>
    <SwapSize>{SwapSize}</SwapSize>
    <RootFile>{RootFile}</RootFile>
    <RootSize>{RootSize}</RootSize>
    <Part6Mp>{Part6Mp}</Part6Mp>
    <Part6File>{Part6File}</Part6File>
    <Part6Size>{Partition6 Size}</Part6Size>
    <Part7Mp>{Part7Mp}</Part7Mp>
    <Part7File>{Part7File}</Part7File>
    <Part7Size>{Part7Size}</Part7Size>
    <Part8Mp>{Part8Mp}</Part8Mp>
    <Part8File>{Part8File}</Part8File>
    <Part8Size>{Part8Size}</Part8Size>
    <Part9Mp>{Part9Mp}</Part9Mp>
    <Part9File>{Part9File}</Part9File>
    <Part9Size>{Part9Size}</Part9Size>
    <Part10Mp>{Part10Mp}</Part10Mp>
    <Part10File>{Part10File}</Part10File>
    <Part10Size>{Part10Size}</Part10Size>
    <OsData1IpAddr>{OsData1IpAddr}</OsData1IpAddr>
    <OsData1IpNetMask>{OsData1IpNetMask}</OsData1IpNetMask>
    <OsData1Vlan>{OsData1Vlan}</OsData1Vlan>
    <OsData1StaticGw>{OsData1StaticGw}</OsData1StaticGw>
    <OsData1StaticNw1>{OsData1StaticNw1}</OsData1StaticNw1>
    <OsData1StaticNw2>{OsData1StaticNw2}</OsData1StaticNw2>
    <OsData1StaticNw3>{OsData1StaticNw3}</OsData1StaticNw3>
    <OsData2IpAddr>{OsData2IpAddr}</OsData2IpAddr>
    <OsData2IpNetMask>{OsData2IpNetMask}</OsData2IpNetMask>
    <OsData2Vlan>{OsData2Vlan}</OsData2Vlan>
    <OsData2StaticGw>{OsData2StaticGw}</OsData2StaticGw>
    <OsData2StaticNw1>{OsData2StaticNw1}</OsData2StaticNw1>
    <OsData2StaticNw2>{OsData2StaticNw2}</OsData2StaticNw2>
    <OsData2StaticNw3>{OsData2StaticNw3}</OsData2StaticNw3>
    <OsStorage1IpAddr>{OsStorage1IpAddr}</OsStorage1IpAddr>
    <OsStorage1IpNetMask>{OsStorage1IpNetMask}</OsStorage1IpNetMask>
    <OsStorage1Vlan>{OsStorage1Vlan}</OsStorage1Vlan>
    <OsStorage1StaticGw>{OsStorage1StaticGw}</OsStorage1Vlan>
    <OsStorage1StaticNw1>{OsStorage1StaticNw1}</OsStorage1StaticNw1>
    <OsStorage1StaticNw2>{OsStorage1StaticNw2}</OsStorage1StaticNw2>
    <OsStorage1StaticNw3>{OsStorage1StaticNw3}</OsStorage1StaticNw3>
    <DefaultGateway>{DefaultGateway}</DefaultGateway>
    <Dns1>{Dns1}</Dns1>
    <Dns2>{Dns2}</Dns2>
    <UseCase>{UseCase}</UseCase>
    <Saps>{Saps}</Saps>
    <HanaVersion>{HanaVersion}</HanaVersion>
    <Sps>{Sps}</Sps>
    <Sid>{Sid}</Sid>
    <InstanceNo>{InstanceNo}</InstanceNo>
    <DbMode>{DbMode}</DbMode>
    <LandScape>{LandScape}</LandScape>
    <HanaAllocationSize>{HanaAllocationSize}</HanaAllocationSize>
    <SapadmPw>{SapadmPw}</SapadmPw>
    <SidAdmPw>{SidAdmPw}</SidAdmPw>
    <SystemPw>{SystemPw}</SystemPw>
  </OrderInfo>
  <UsageInfo>
    <ServerName>{ServerName}</ServerName>
    <ServerId>{ServerId}</ServerId>
    <ServerFlavor>{ServerFlavor}</ServerFlavor>
    <BareZoneGroup>{BareZoneGroup}</BareZoneGroup>
    <StorageName>{StorageName}</StorageName>
    <StorageId>{StorageId}</StorageId>
    <HanaDataVolName>{HanaDataVolName}</HanaDataVolName>
    <HanaDataVolId>{HanaDataVolId}</HanaDataVolId>
    <HanaDataVolThroughput>{HanaDataVolThroughput}</HanaDataVolThroughput>
    <HanaDataVolSize>{HanaDataVolSize}</HanaDataVolSize>
    <HanaDataVolZoneGroup>{HanaDataVolZoneGroup}</HanaDataVolZoneGroup>
    <HanaLogVolName>{HanaLogVolName}</HanaLogVolName>
    <HanaLogVolId>{HanaLogVolId}</HanaLogVolId>
    <HanaLogVolThroughput>{HanaLogVolThroughput}</HanaLogVolThroughput>
    <HanaLogVolSize>{HanaLogVolSize}</HanaLogVolSize>
    <HanaLogVolZoneGroup>{HanaLogVolZoneGroup}</HanaLogVolZoneGroup>
    <HanaSharedVolName>{HanaSharedVolName}</HanaSharedVolName>
    <HanaSharedVolId>{HanaSharedVolId}</HanaSharedVolId>
    <HanaSharedVolThroughput>{HanaSharedVolThroughput}</HanaSharedVolThroughput>
    <HanaSharedVolSize>{HanaSharedVolSize}</HanaSharedVolSize>
    <HanaSharedVolZoneGroup>{HanaSharedVolZoneGroup}</HanaSharedVolZoneGroup>
  </UsageInfo>
  <StatusName>{StatusName}</StatusName>
</HanaModel>
Item description
name description format
OrderId OrderId to identify this proposal -
CustomerEMailAddress e-mail address -
Language Corresponding language ‘ja’or’en’
HanaSetName HanaSetName -
GcId ECL2.0 GCID -
ApplicationDate AddProposalDate=Today(UTC) YYYY-MM-DD
ServiceStartDate ServiceStartDate YYYY-MM-DD
CustomerEMailAddress e-mail address -
PortalId Business Portal ID -
PortalPass Business Portal Password -
TenantId TenantId UUID
RegionName RegionName -
ServerName ServerName -
ServerFlavor ServerFlavor. Choose ‘ServerFlavor’ below -
ImageName ImageName. Choose ‘ImageName’ below -
HaConf HA configuration ‘-
BareZoneGroup Zone/Group -
SegmentCounts Number of Segments ‘-
DataSeg1LogicalNwName Logical Network Name for Data Segment 1 -
DataSeg1LogicalNwId Logical Network ID for Data Segment 1 -
DataSeg1Ip IP Address for Data Segment 1 -
DataSeg1Tag Segment Classification for Data Segment 1 fixed ‘vlan’
DataSeg1VlanId Segment VLANID for Data Segment 1 -
DataSeg2LogicalNwName Logical Network Name for Data Segment 2(only SegmentCounts=2) -
DataSeg2LogicalNwId Logical Network ID for Data Segment 2(only SegmentCounts=2) -
DataSeg2Ip IP Address for Data Segment 2(only SegmentCounts=2) -
DataSeg2Tag Segment Classification for Data Segment 2(only SegmentCounts=2) -
DataSeg2VlanId Segment VLANID for Data Segment 2(only SegmentCounts=2) -
StorageSeg1LogicalNwName Logical Network Name for Storage Segment 1 -
StorageSeg1LogicalNwId Logical Network ID for Storage Segment 1 -
StorageSeg1Ip IP Address for Storage Segment 1 -
StorageSeg1Tag Segment Classification for Storage Segment 1 -
StorageSeg1VlanId Segment VLANID for Storage Segment 1 -
StorageName Virtual Storage Name -
StorageLogicalNwName Logical Network Name -
StorageIpStart IP Address Pool Start -
StorageIpEnd IP Address Pool End -
HanaDataVolName Volume Name for /hana/data -
HanaDataVolThroughput Throughput for /hana/data [MB/s] -
HanaDataSize Volume Size for /hana/data -
HanaDataZoneGroup Zone/Group for /hana/data -
HanaLogVolName Volume Name for /hana/log -
HanaLogVolThroughput Throughput for /hana/log [MB/s] -
HanaLogSize Volume Size for /hana/log -
HanaLogZoneGroup Zone/Group for /hana/log -
HanaSharedVolName Volume Name for /hana/shared -
HanaSharedVolThroughput Throughput for /hana/shared [MB/s] -
HanaSharedSize Volume Size for /hana/shared -
HanaSharedZoneGroup Zone/Group for /hana/shared -
HostName Host Name -
RootPass root Password -
BootFile File System for /boot -
BootSize Size[MB] for /boot -
EfiFile File System for /boot/efi -
EfiSize Size[MB] for /boot/efi -
UsrSapFile File System for /usr/sap -
UsrSapSize Size[GB] for /usr/sap -
SwapFile File System for swap -
SwapSize Size[GB] for swap -
RootFile File System for /  
RootSize Size[GB] for / -
Part6Mp Mount Point for Partition 6(optional) -
Part6File Files System for Partition 6(optional) -
Part6Size Size[GB] for Partition 6(optional) -
Part7Mp Mount Point for Partition 7(optional) -
Part7File Files System for Partition 7(optional) -
Part7Size Size[GB] for Partition 7(optional) -
Part8Mp Mount Point for Partition 8(optional) -
Part8File Files System for Partition 8(optional) -
Part8Size Size[GB] for Partition 8(optional) -
Part9Mp Mount Point for Partition 9(optional) -
Part9File Files System for Partition 9(optional) -
Part9Size Size[GB] for Partition 9(optional) -
Part10Mp Mount Point for Partition 10(optional) -
Part10File Files System for Partition 10(optional) -
Part10Size Size[GB] for Partition 10(optional) -
OsData1IpAddr Logical NIC(for Data 1) IP Address -
OsData1IpNetMask Logical NIC(for Data 1) Network Mask -
OsData1Vlan Logical NIC(for Data 1) VLAN ID -
OsData1StaticGw Logical NIC(for Data 1) Static Route Gateway -
OsData1StaticNw1 Logical NIC(for Data 1) Static Route Network 1 -
OsData1StaticNw2 Logical NIC(for Data 1) Static Route Network 2 -
OsData1StaticNw3 Logical NIC(for Data 1) Static Route Network 3 -
OsData2IpAddr Logical NIC(for Data 2) IP Address(only SegmentCounts=2) -
OsData2IpNetMask Logical NIC(for Data 2) Network Mask(only SegmentCounts=2) -
OsData2Vlan Logical NIC(for Data 2) VLAN ID(only SegmentCounts=2) -
OsData2StaticGw Logical NIC(for Data 2) Static Route Gateway(only SegmentCounts=2) -
OsData2StaticNw1 Logical NIC(for Data 2) Static Route Network 1(only SegmentCounts=2) -
OsData2StaticNw2 Logical NIC(for Data 2) Static Route Network 2(only SegmentCounts=2) -
OsData2StaticNw3 Logical NIC(for Data 2) Static Route Network 3(only SegmentCounts=2) -
OsStorage1IpAddr Logical NIC(for Storage 1) IP Address -
OsStorage1IpNetMask Logical NIC(for Storage 1) Network Mask -
OsStorage1Vlan Logical NIC(for Storage 1) VLAN ID -
OsStorage1StaticGw Logical NIC(for Storage 1) Static Route Gateway -
OsStorage1StaticNw1 Logical NIC(for Storage 1) Static Route Network 1 -
OsStorage1StaticNw2 Logical NIC(for Storage 1) Static Route Network 2 -
OsStorage1StaticNw3 Logical NIC(for Storage 1) Static Route Network 3 -
DefaultGateway Default Gateway -
Dns1 DNS1 -
Dns2 DNS2 -
UseCase Use Case -
Saps SAPS -
HanaVersion -  
Sps SPS -
Sid SID -
InstanceNo Instance No. -
DbMode Database Mode -
LandScape LandScape -
HanaAllocationSize HANA Assigned Memory size -
SapadmPw sapadm Password -
SidAdmPw SIDadm Password -
SystemPw SYSTEM Password -
ServerName ServerName -
ServerId Server Id -
ServerFlavor Server Flavor -
BareZoneGroup Server Zone Group -
StorageName Virtual Storage Name -
StorageId Virtual Storage Name ID -
HanaDataVolName Volume Name for /hana/data -
HanaDataVolId Volume ID for /hana/data -
HanaDataVolThroughput Throughput for /hana/data [MB/s] -
HanaDataVolSize Volume Size for /hana/data -
HanaDataVolZoneGroup Zone/Group for /hana/data -
HanaLogVolName Volume Name for /hana/log -
HanaLogVolId Volume ID for /hana/log -
HanaLogVolThroughput Throughput for /hana/log [MB/s] -
HanaLogVolSize Volume Size for /hana/log -
HanaLogVolZoneGroup Zone/Group for /hana/log -
HanaSharedVolName Volume Name for /hana/shared -
HanaSharedVolId Volume ID for /hana/shared -
HanaSharedVolThroughput Throughput for /hana/shared [MB/s] -
HanaSharedVolSize Volume Size for /hana/shared -
HanaSharedVolZoneGroup Zone/Group for /hana/shared -
StatusName status name  
  • Global Server Load Balance (Global Traffic Management) / Power Systems / FastDNS / VMware Cloud Foundation / Oracle License(Physical CPU Charge) / Oracle License(vCPU Charge)

Multiple setting of GenericModel

<?xml version="1.0"?>
<GenericModels xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OrderId>{OrderId}</OrderId>
  <CustomerEMailAddress>{CustomerEMailAddress}</CustomerEMailAddress>
  <Language>{Language}</Language>
  <Models>
    <GenericModel>
      <Uuid>{Uuid}</Uuid>
      <Id>{Id}</Id>
      <Name>2FQDN Plan</Name>
      <RowNumber>{RowNumber}</RowNumber>
      <Number>{Number}</Number>
      <ProposalDate>{ProposalDate}</ProposalDate>
      <DeleteDate>{DeleteDate}</DeleteDate>
      <ChargeStartDate>{ChargeStartDate}</ChargeStartDate>
      <ChargeEndDate>{ChargeEndDate}</ChargeEndDate>
      <Status>{Status}</Status>
      <StatusName>{StatusName}</StatusName>
    </GenericModel>
  </Models>
</GenericModels>
Item description
name description format
OrderId OrderId to identify this proposal(reqired when update) -
CustomerEMailAddress e-mail address -
Language Corresponding language ‘ja’or’en’
Uuid uuid to identify this item UUID
Id ID of Plans. Choose ‘Id’ below  
Name Plan name -
RowNumber number to identify this row(from 1 to ...) number
Number number of add plans number
ProposalDate ProposalDate Datetime
DeleteDate DeleteDate Datetime
ChargeStartDate ChargeStartDate Datetime
ChargeEndDate ChargeEndDate Datetime
Status status id -
StatusName status name -
  • ArcServe

Multiple setting of ArcserveModel

<?xml version="1.0"?>
<ArcserveModels xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Language>{Language}</Language>
  <CustomerEMailAddress>{CustomerEMailAddress}</CustomerEMailAddress>
  <CompanyName>{CompanyName}</CompanyName>
  <ProductId>{ProductId}</ProductId>
  <ProductName>{ProductName}</ProductName>
  <ProductNameEn>{ProductNameEn}</ProductNameEn>
  <SupportDeskId>{SupportDeskId}</SupportDeskId>
  <SupportDeskName>{SupportDeskName}</SupportDeskName>
  <SupportDeskNameEn>{SupportDeskNameEn}</SupportDeskNameEn>
  <ArcserveOrderId>{ArcserveOrderId}</ArcserveOrderId>
  <Models>
    <ArcserveModel>
      <Uuid>{Uuid}</Uuid>
      <StatusId>{StatusId}</StatusId>
      <StatusName>{StatusName}</StatusName>
      <StatusNameEn>{StatusNameEn}</StatusNameEn>
      <LicenseId>{LicenseId}</LicenseId>
      <LicenseName1>{LicenseName1}</LicenseName1>
      <LicenseName1En>{LicenseName1En}</LicenseName1En>
      <LicenseName2>{LicenseName2}</LicenseName2>
      <LicenseName2En>{LicenseName2En}</LicenseName2En>
      <LicenseName3>{LicenseName3}</LicenseName3>
      <LicenseName3En>{LicenseName3En}</LicenseName3En>
      <QuantityWin>{QuantityWin}</QuantityWin>
      <QuantityLin>{QuantityLin}</QuantityLin>
      <ChargeStartDate>{ChargeStartDate}</ChargeStartDate>
      <ChargeEndDate>{ChargeEndDate}</ChargeEndDate>
      <ProposalDate>{ProposalDate}</ProposalDate>
      <DeleteDate>{DeleteDate}</DeleteDate>
    </ArcserveModel>
  </Models>
</ArcserveModels>
Item description
name description format
Language Corresponding language ‘ja’or’en’
CustomerEMailAddress e-mail address -
CompanyName Company Name -
ProductId ID of Product -
ProductName Name of Product -
ProductNameEn Name of Product(English) -
SupportDeskId ID of SupportDesks -
SupportDeskName Name of SupportDesks -
SupportDeskNameEn Name of SupportDesks(English) -
ArcserveOrderId ArcServe’s Order ID -
Uuid uuid to identify this item UUID
StatusId status id -
StatusName status name -
StatusNameEn status name(English) -
LicenseId ID of License -
LicenseName1 Name of License -
LicenseName1En Name of License(English) -
LicenseName2 Name of License(Usage Type) -
LicenseName2En Name of License(Usage Type)(English) -
LicenseName3 Name of License(Agent OS) -
LicenseName3En Name of License(Agent OS)(English) -
QuantityWin Total quantity of Windows OS of this License -
QuantityLin Total quantity of Linux OS of this License -
ChargeStartDate ChargeStartDate Datetime
ChargeEndDate ChargeEndDate Datetime
ProposalDate ProposalDate Datetime
DeleteDate DeleteDate Datetime