POST api/abojob2rechnungslauf/insert
Request Information
URI Parameters
None.
Body Parameters
AboJob2Rechnungslauf| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| JobId | integer |
Required |
|
| RechnungslaufId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"JobId": 2,
"RechnungslaufId": 3,
"RowGuid": "9d083df1-8f4e-48be-811a-e8b1f1222a02"
}
application/xml, text/xml
Sample:
<AboJob2Rechnungslauf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models"> <Id>1</Id> <JobId>2</JobId> <RechnungslaufId>3</RechnungslaufId> <RowGuid>9d083df1-8f4e-48be-811a-e8b1f1222a02</RowGuid> </AboJob2Rechnungslauf>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AboJob2RechnungslaufDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| RechnungslaufIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| JobId | integer |
Required |
|
| RechnungslaufId | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"RechnungslaufIdDisplay": "sample string 1",
"Id": 2,
"JobId": 3,
"RechnungslaufId": 4,
"RowGuid": "96ba237f-d664-4192-ba3b-6fdb45e3af05"
}
application/xml, text/xml
Sample:
<AboJob2RechnungslaufDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models"> <Id>2</Id> <JobId>3</JobId> <RechnungslaufId>4</RechnungslaufId> <RowGuid>96ba237f-d664-4192-ba3b-6fdb45e3af05</RowGuid> <RechnungslaufIdDisplay>sample string 1</RechnungslaufIdDisplay> </AboJob2RechnungslaufDisplay>