PATCH api/EmployeeItinerary/UpdateEmployeeItinerary
Request Information
URI Parameters
None.
Body Parameters
EmployeesItineraryName | Description | Type | Additional information |
---|---|---|---|
EmployeeItinerary | Collection of EmployeeItinerary |
None. |
Request Formats
application/xml, text/xml
Sample:
<EmployeesItinerary xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <EmployeeItinerary> <EmployeeID>sample string 1</EmployeeID> <ItineraryID>sample string 2</ItineraryID> <CalcMethod>sample string 3</CalcMethod> <LocationID>sample string 4</LocationID> <DefaultLocation>64</DefaultLocation> </EmployeeItinerary> <EmployeeItinerary> <EmployeeID>sample string 1</EmployeeID> <ItineraryID>sample string 2</ItineraryID> <CalcMethod>sample string 3</CalcMethod> <LocationID>sample string 4</LocationID> <DefaultLocation>64</DefaultLocation> </EmployeeItinerary> </EmployeesItinerary>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UpdateResultOfErrorWithKeysName | Description | Type | Additional information |
---|---|---|---|
ResultCode | ExternalResultCode |
None. |
|
Errors | Collection of ErrorWithKeys |
None. |
Response Formats
application/xml, text/xml
Sample:
<UpdateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ResultCode>None</ResultCode> <Errors> <Error> <Level>Warning</Level> <Message>sample string 1</Message> <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> </Error> <Error> <Level>Warning</Level> <Message>sample string 1</Message> <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> </Error> </Errors> </UpdateResult>