POST api/bstaltersgruppe/insert
Request Information
URI Parameters
None.
Body Parameters
BstAltersgruppe| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| ErhebungId | integer |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ErhebungId": 2,
"Nummer": 3,
"Bezeichnung": "sample string 4",
"RowGuid": "d69eb920-fce9-4d77-95b6-ae4c4318e0f5"
}
application/xml, text/xml
Sample:
<BstAltersgruppe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models"> <Bezeichnung>sample string 4</Bezeichnung> <ErhebungId>2</ErhebungId> <Id>1</Id> <Nummer>3</Nummer> <RowGuid>d69eb920-fce9-4d77-95b6-ae4c4318e0f5</RowGuid> </BstAltersgruppe>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BstAltersgruppeDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| ErhebungIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| ErhebungId | integer |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"ErhebungIdDisplay": "sample string 1",
"Id": 2,
"ErhebungId": 3,
"Nummer": 4,
"Bezeichnung": "sample string 5",
"RowGuid": "be9c18c6-c333-4565-815f-a06ef64235c7"
}
application/xml, text/xml
Sample:
<BstAltersgruppeDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models"> <Bezeichnung>sample string 5</Bezeichnung> <ErhebungId>3</ErhebungId> <Id>2</Id> <Nummer>4</Nummer> <RowGuid>be9c18c6-c333-4565-815f-a06ef64235c7</RowGuid> <ErhebungIdDisplay>sample string 1</ErhebungIdDisplay> </BstAltersgruppeDisplay>