POST api/RepairRecord

Request Information

URI Parameters

None.

Body Parameters

PostParam
NameDescriptionTypeAdditional information
Name

string

None.

Table

string

None.

Child

PostChild

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "Table": "sample string 2",
  "Child": {
    "Age": "sample string 1",
    "Sex": "sample string 2"
  }
}

application/xml, text/xml

Sample:
<RepairRecordController.PostParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XQQ.FuelCell.WebApp.Controllers">
  <Child>
    <Age>sample string 1</Age>
    <Sex>sample string 2</Sex>
  </Child>
  <Name>sample string 1</Name>
  <Table>sample string 2</Table>
</RepairRecordController.PostParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.