POST api/grejob2auszahlungslauf/update

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": "b07c5a6f-eaff-44bc-81d4-f0998aa2996b"
}

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>b07c5a6f-eaff-44bc-81d4-f0998aa2996b</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": "601c6b9e-1193-4322-b865-615bf5a08522"
}

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>601c6b9e-1193-4322-b865-615bf5a08522</RowGuid>
  <AuszahlungslaufIdDisplay>sample string 1</AuszahlungslaufIdDisplay>
</GreJob2AuszahlungslaufDisplay>