POST api/WorkOrder/ProcessingWTR
Request Information
URI Parameters
None.
Body Parameters
WTRProcessingName | Description | Type | Additional information |
---|---|---|---|
WorkShopWorkerIDFrom | string |
None. |
|
WorkShopWorkerIDTo | string |
None. |
|
DateFrom | date |
None. |
|
DateTo | date |
None. |
|
Action | string |
None. |
Request Formats
application/xml, text/xml
Sample:
<WTRProcessing xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <WorkShopWorkerIDFrom>sample string 1</WorkShopWorkerIDFrom> <WorkShopWorkerIDTo>sample string 2</WorkShopWorkerIDTo> <DateFrom>2024-11-23T11:06:00.6156554+01:00</DateFrom> <DateTo>2024-11-23T11:06:00.6156554+01:00</DateTo> <Action>sample string 3</Action> </WTRProcessing>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreateResultName | Description | Type | Additional 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>