POST api/ProjectWorkOrder/ProcessingProjectWorkOrder

Request Information

URI Parameters

None.

Body Parameters

ProcessingProjectWorkOrder
NameDescriptionTypeAdditional information
WorkOrderYear

integer

None.

WorkOrderBook

string

None.

WorkOrderNumber

integer

None.

Action

string

None.

WarehouseTransferBookID

string

None.

TransferDate

date

None.

LedgerAccountID

string

None.

WarehouseID

string

None.

InvoiceYear

integer

None.

InvoiceBookID

string

None.

AccountingBookGroupID

string

None.

InvoiceDate

date

None.

DeliveryDate

date

None.

DueDays

integer

None.

ExchangeRateDate

date

None.

SpecificationOrderMaterials

boolean

None.

SpecificationOrderWork

boolean

None.

SpecificationOrderMachineWork

boolean

None.

SpecificationOrderServices

boolean

None.

PriceOrderMaterials

boolean

None.

PriceOrderWork

boolean

None.

PriceOrderMachineWork

boolean

None.

PriceOrderServices

boolean

None.

Request Formats

application/xml, text/xml

Sample:
<ProcessingProjectWorkOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <WorkOrderYear>1</WorkOrderYear>
  <WorkOrderBook>sample string 2</WorkOrderBook>
  <WorkOrderNumber>3</WorkOrderNumber>
  <Action>sample string 4</Action>
  <WarehouseTransferBookID>sample string 5</WarehouseTransferBookID>
  <TransferDate>2024-04-26T23:06:10.0126336+02:00</TransferDate>
  <LedgerAccountID>sample string 6</LedgerAccountID>
  <WarehouseID>sample string 7</WarehouseID>
  <InvoiceYear>1</InvoiceYear>
  <InvoiceBookID>sample string 8</InvoiceBookID>
  <AccountingBookGroupID>sample string 9</AccountingBookGroupID>
  <InvoiceDate>2024-04-26T23:06:10.0126336+02:00</InvoiceDate>
  <DeliveryDate>2024-04-26T23:06:10.0126336+02:00</DeliveryDate>
  <DueDays>1</DueDays>
  <ExchangeRateDate>2024-04-26T23:06:10.0126336+02:00</ExchangeRateDate>
  <SpecificationOrderMaterials>true</SpecificationOrderMaterials>
  <SpecificationOrderWork>true</SpecificationOrderWork>
  <SpecificationOrderMachineWork>true</SpecificationOrderMachineWork>
  <SpecificationOrderServices>true</SpecificationOrderServices>
  <PriceOrderMaterials>true</PriceOrderMaterials>
  <PriceOrderWork>true</PriceOrderWork>
  <PriceOrderMachineWork>true</PriceOrderMachineWork>
  <PriceOrderServices>true</PriceOrderServices>
</ProcessingProjectWorkOrder>

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>