POST api/ChePaiHao/PostChePaiHao

Request Information

URI Parameters

None.

Body Parameters

chepaiitem
NameDescriptionTypeAdditional information
AlarmInfoPlate

AlarmInfoPlate

None.

Request Formats

application/json, text/json

Sample:
{
  "AlarmInfoPlate": {
    "resultType": 1,
    "chepairesult": {
      "PlateResult": {
        "license": "sample string 1",
        "platecolor": "sample string 2",
        "recotime": "sample string 3",
        "imageFile": "sample string 4",
        "imageFileLen": "sample string 5",
        "imageFragmentFile": "sample string 6",
        "imageFragmentFileLen": "sample string 7"
      }
    },
    "seriaIno": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<chepaiitem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers">
  <AlarmInfoPlate>
    <chepairesult>
      <PlateResult>
        <imageFile>sample string 4</imageFile>
        <imageFileLen>sample string 5</imageFileLen>
        <imageFragmentFile>sample string 6</imageFragmentFile>
        <imageFragmentFileLen>sample string 7</imageFragmentFileLen>
        <license>sample string 1</license>
        <platecolor>sample string 2</platecolor>
        <recotime>sample string 3</recotime>
      </PlateResult>
    </chepairesult>
    <resultType>1</resultType>
    <seriaIno>sample string 2</seriaIno>
  </AlarmInfoPlate>
</chepaiitem>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.