POST api/EmployeesISPAPSources/AddEmployeeISPAPSources
Request Information
URI Parameters
None.
Body Parameters
EmployeesISPAPSourcesName | Description | Type | Additional information |
---|---|---|---|
EmployeeISPAPSources | Collection of EmployeeISPAPSources |
None. |
Request Formats
application/xml, text/xml
Sample:
<EmployeesISPAPSources xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <EmployeeISPAPSources> <EmployeeID>sample string 1</EmployeeID> <JobPositionID>sample string 2</JobPositionID> <ISPAPSourceID>sample string 3</ISPAPSourceID> <ItemNumber>1</ItemNumber> <FundingPercent>1</FundingPercent> <HRPlan>64</HRPlan> </EmployeeISPAPSources> <EmployeeISPAPSources> <EmployeeID>sample string 1</EmployeeID> <JobPositionID>sample string 2</JobPositionID> <ISPAPSourceID>sample string 3</ISPAPSourceID> <ItemNumber>1</ItemNumber> <FundingPercent>1</FundingPercent> <HRPlan>64</HRPlan> </EmployeeISPAPSources> </EmployeesISPAPSources>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreateResultWithDocumentsKeysName | Description | Type | Additional information |
---|---|---|---|
Rows | Collection of DocumentKeys |
None. |
|
ResultCode | ExternalResultCode |
None. |
|
Errors | Collection of ErrorWithKeys |
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"> <Rows> <DocumentKeys> <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> </DocumentKeys> <DocumentKeys> <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> </DocumentKeys> </Rows> <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> </CreateResult>