POST api/PLGetPetRenewal

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "AccountNum": "sample string 1"
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "PetRenewals": [
    {
      "ACCOUNT_NUM": "sample string 1",
      "PET_NUM": 2,
      "LICENCE_ID": 3,
      "PL_RATE_AMT": 1.0,
      "GST_AMT": 1.0,
      "PST_AMT": 1.0
    },
    {
      "ACCOUNT_NUM": "sample string 1",
      "PET_NUM": 2,
      "LICENCE_ID": 3,
      "PL_RATE_AMT": 1.0,
      "GST_AMT": 1.0,
      "PST_AMT": 1.0
    },
    {
      "ACCOUNT_NUM": "sample string 1",
      "PET_NUM": 2,
      "LICENCE_ID": 3,
      "PL_RATE_AMT": 1.0,
      "GST_AMT": 1.0,
      "PST_AMT": 1.0
    }
  ]
}