0

以下は REST 要求の応答です。私の要件は、name ノードに「Military」が含まれていて、amount ノードが 500 に等しいかどうかを確認することです。

[
      {
        "incentiveId":11791331,
        "autoApplied":null,
        "name":"Toyota US Lease Loyalty - National excl. Southeast",
        "amount":500,
        "expirationDate":"2018-07-09",
        "minimumTerm":null,
        "maximumTerm":null,
        "groupAffiliation":null,
        "previousOwnership":"Lease Loyalty"
      },
      {
        "incentiveId":11990139,
        "name":"Toyota US Military Appreciation - National excl. Southeast",
        "amount":1000,
        "expirationDate":"2018-12-31",
        "groupAffiliation":"Military",
        "previousOwnership":null
      }
    ]

プロジェクトで REST Assured IO API を使用しています。この要件のコーディングを手伝っていただけますか?

4

1 に答える 1