getProductDemandCostList
    • PDF

    getProductDemandCostList

    • PDF

    Article Summary

    概要

    品請求費用リストを照会します。

    リクエスト

    リクエストパラメータ

    パラメータ名要否タイプ制約事項説明
    pageNoNoIntegerページ番号
    pageSizeNoInteger- ページサイズ
    default: 1000
    max: 1000
    isOrganizationNoBoolean- Organizationアカウントの統合照会有無
    (Organizationマスターの場合に使用可能)
    isOrganization、isPartnerがいずれも trueの場合、エラーが返される
    isPartnerNoBoolean- パートナーアカウントの照会有無
    (パートナー代表の場合に使用可能)
    isOrganization、isPartnerがいずれも trueの場合、エラーが返される
    memberNoListNoList<String>会員番号リスト
    (Organizationマスターまたはパートナー代表アカウントの場合に使用可能)
    startMonthYesString最大3か月の同時照会が可能- 照会開始月(yyyyMM)
    例) 202001
    endMonthYesString最大3か月の同時照会が可能- 照会最終月(yyyyMM)
    例) 202001
    productDemandTypeCodeNoString商品請求タイプコード
    responseFormatTypeNoString- レスポンス結果のフォーマットタイプ
    Options: xml | json
    Default: xml

    レスポンス

    レスポンスボディ

    リクエスト例

    GET {API_URL}/cost/getProductDemandCostList
    ?startMonth=202212
    &endMonth=202212
    &productDemandTypeCode=BST
    

    レスポンス例

    <?xml version="1.0" encoding="UTF-8"?>
    <getProductDemandCostListResponse>
      <requestId>ec68646e-****-****-****-a5e21e5a7a8a</requestId>
      <returnCode>0</returnCode>
      <returnMessage>success</returnMessage>
      <totalRows>1</totalRows>
      <productDemandCostList>
        <productDemandCost>
          <memberNo>****</memberNo>
          <demandMonth>202212</demandMonth>
          <productDemandType>
            <code>BST</code>
            <codeName>Block Storage</codeName>
            <regionCode/>
          </productDemandType>
          <promiseDiscountAmount>0</promiseDiscountAmount>
          <promotionDiscountAmount>0</promotionDiscountAmount>
          <etcDiscountAmount>0</etcDiscountAmount>
          <productDiscountAmount>0</productDiscountAmount>
          <creditDiscountAmount>0</creditDiscountAmount>
          <defaultAmount>0</defaultAmount>
          <useAmount>88090</useAmount>
          <demandAmount>88090</demandAmount>
          <writeDate>2022-12-15T07:59:53+0900</writeDate>
          <memberPriceDiscountAmount>0</memberPriceDiscountAmount>
          <memberPromiseDiscountAddAmount>0</memberPromiseDiscountAddAmount>
          <payCurrency>
            <code>KRW</code>
            <codeName>South Korea Won</codeName>
          </payCurrency>
          <thisMonthAppliedExchangeRate>1</thisMonthAppliedExchangeRate>
        </productDemandCost>
      </productDemandCostList>
    </getProductDemandCostListResponse>
    

    この記事は役に立ちましたか?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.