POST api/TravelOrderAdvances/AddTravelOrderAdvances

Request Information

URI Parameters

None.

Body Parameters

TravelOrderAdvances
NameDescriptionTypeAdditional information
TravelOrderAdvance

Collection of TravelOrderAdvance

None.

Request Formats

application/xml, text/xml

Sample:
<TravelOrderAdvances xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <TravelOrderAdvance>
    <TravelOrderYear>1</TravelOrderYear>
    <TravelOrderNumber>2</TravelOrderNumber>
    <CurrencyID>sample string 3</CurrencyID>
    <Amount>1</Amount>
    <AmountSit>1</AmountSit>
    <TransferToBP>2024-04-20T06:47:49.3193911+02:00</TransferToBP>
    <TransferToPP>2024-04-20T06:47:49.3193911+02:00</TransferToPP>
    <Numbering>1</Numbering>
    <ItemNumber>1</ItemNumber>
    <TransferToREK>2024-04-20T06:47:49.3193911+02:00</TransferToREK>
    <REKID>sample string 4</REKID>
    <TransferToEK>2024-04-20T06:47:49.3193911+02:00</TransferToEK>
    <WorkOrder>sample string 5</WorkOrder>
    <Analytics1ID>sample string 6</Analytics1ID>
    <Analytics2ID>sample string 7</Analytics2ID>
    <Analytics3ID>sample string 8</Analytics3ID>
    <ClercID>sample string 9</ClercID>
    <CostCenterID>sample string 10</CostCenterID>
    <CostDriverID>sample string 11</CostDriverID>
    <CustomerID>sample string 12</CustomerID>
  </TravelOrderAdvance>
  <TravelOrderAdvance>
    <TravelOrderYear>1</TravelOrderYear>
    <TravelOrderNumber>2</TravelOrderNumber>
    <CurrencyID>sample string 3</CurrencyID>
    <Amount>1</Amount>
    <AmountSit>1</AmountSit>
    <TransferToBP>2024-04-20T06:47:49.3193911+02:00</TransferToBP>
    <TransferToPP>2024-04-20T06:47:49.3193911+02:00</TransferToPP>
    <Numbering>1</Numbering>
    <ItemNumber>1</ItemNumber>
    <TransferToREK>2024-04-20T06:47:49.3193911+02:00</TransferToREK>
    <REKID>sample string 4</REKID>
    <TransferToEK>2024-04-20T06:47:49.3193911+02:00</TransferToEK>
    <WorkOrder>sample string 5</WorkOrder>
    <Analytics1ID>sample string 6</Analytics1ID>
    <Analytics2ID>sample string 7</Analytics2ID>
    <Analytics3ID>sample string 8</Analytics3ID>
    <ClercID>sample string 9</ClercID>
    <CostCenterID>sample string 10</CostCenterID>
    <CostDriverID>sample string 11</CostDriverID>
    <CustomerID>sample string 12</CustomerID>
  </TravelOrderAdvance>
</TravelOrderAdvances>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CreateResult
NameDescriptionTypeAdditional information
Keys

Collection of EntityKeyField

None.

ResultCode

ExternalResultCode

None.

Errors

Collection of Error

None.

Response Formats

application/xml, text/xml

Sample:
<CreateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Keys>
    <Key>
      <Name>sample string 1</Name>
      <Value>sample string 2</Value>
    </Key>
    <Key>
      <Name>sample string 1</Name>
      <Value>sample string 2</Value>
    </Key>
  </Keys>
  <ResultCode>None</ResultCode>
  <Errors>
    <Error>
      <Level>Warning</Level>
      <Message>sample string 1</Message>
    </Error>
    <Error>
      <Level>Warning</Level>
      <Message>sample string 1</Message>
    </Error>
  </Errors>
</CreateResult>