POST api/grejob2auszahlungslauf/insert

Request Information

URI Parameters

None.

Body Parameters

GreJob2Auszahlungslauf
NameDescriptionTypeAdditional information
Id

integer

Required

JobId

integer

Required

AuszahlungslaufId

integer

Required

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "JobId": 2,
  "AuszahlungslaufId": 3,
  "RowGuid": "2ae53557-f8e5-4901-9cc4-e3a3e6b37e57"
}

application/xml, text/xml

Sample:
<GreJob2Auszahlungslauf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models">
  <AuszahlungslaufId>3</AuszahlungslaufId>
  <Id>1</Id>
  <JobId>2</JobId>
  <RowGuid>2ae53557-f8e5-4901-9cc4-e3a3e6b37e57</RowGuid>
</GreJob2Auszahlungslauf>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GreJob2AuszahlungslaufDisplay
NameDescriptionTypeAdditional information
AuszahlungslaufIdDisplay

string

None.

Id

integer

Required

JobId

integer

Required

AuszahlungslaufId

integer

Required

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "AuszahlungslaufIdDisplay": "sample string 1",
  "Id": 2,
  "JobId": 3,
  "AuszahlungslaufId": 4,
  "RowGuid": "6d220f2a-679f-4db7-905f-302d49ae3de2"
}

application/xml, text/xml

Sample:
<GreJob2AuszahlungslaufDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models">
  <AuszahlungslaufId>4</AuszahlungslaufId>
  <Id>2</Id>
  <JobId>3</JobId>
  <RowGuid>6d220f2a-679f-4db7-905f-302d49ae3de2</RowGuid>
  <AuszahlungslaufIdDisplay>sample string 1</AuszahlungslaufIdDisplay>
</GreJob2AuszahlungslaufDisplay>