POST api/itganfrage2sazbeleglauf/preparenew
Request Information
URI Parameters
None.
Body Parameters
Collection of KeyValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Value": "sample string 2"
},
{
"Id": 1,
"Value": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfKeyValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
<KeyValue>
<Id>1</Id>
<Value>sample string 2</Value>
</KeyValue>
<KeyValue>
<Id>1</Id>
<Value>sample string 2</Value>
</KeyValue>
</ArrayOfKeyValue>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ItgAnfrage2SazBeleglauf| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| SazBeleglaufId | integer |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "6ac63bab-b419-4e58-a968-ca7ed4db2416",
"AnfrageId": 3,
"SazBeleglaufId": 4
}
application/xml, text/xml
Sample:
<ItgAnfrage2SazBeleglauf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>3</AnfrageId> <Id>1</Id> <RowGuid>6ac63bab-b419-4e58-a968-ca7ed4db2416</RowGuid> <SazBeleglaufId>4</SazBeleglaufId> </ItgAnfrage2SazBeleglauf>