POST api/grejob2auszahlungslauf/update
Request Information
URI Parameters
None.
Body Parameters
GreJob2Auszahlungslauf| Name | Description | Type | Additional 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": "70d78b7d-40f2-47a9-a5f1-438747c901fa"
}
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>70d78b7d-40f2-47a9-a5f1-438747c901fa</RowGuid> </GreJob2Auszahlungslauf>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GreJob2AuszahlungslaufDisplay| Name | Description | Type | Additional 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": "ea5498f4-132c-4935-819c-c8113a70e890"
}
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>ea5498f4-132c-4935-819c-c8113a70e890</RowGuid> <AuszahlungslaufIdDisplay>sample string 1</AuszahlungslaufIdDisplay> </GreJob2AuszahlungslaufDisplay>