GetJobsBySynchronisationResult

From
(Difference between revisions)
Jump to: navigation, search
(Description)
(Success Mode)
 
(One intermediate revision by one user not shown)
Line 3: Line 3:
  
 
== Success Mode ==
 
== Success Mode ==
Returns an aray of zero or more [[JobCustomerBean]] in the jobs field which match the criteria described above.
+
Returns an array of zero or more [[JobCustomerBean]] in the jobs field which match the criteria described above. The field may also be null, indicating there was no record found.
  
 
== Failure Modes ==
 
== Failure Modes ==

Latest revision as of 22:06, 3 January 2006

[edit] Description

Returns an array of JobCustomerBean for job(s) which has an ID in the external record matching the value specified in the synchronisationReference parameter and has been synchronised to the organisation (flag) specified in the synchronisationID parameter.

[edit] Success Mode

Returns an array of zero or more JobCustomerBean in the jobs field which match the criteria described above. The field may also be null, indicating there was no record found.

[edit] Failure Modes

One or more failure fields will be populated with a failure object (will contain a non-null reference) indicating the nature of the failure, with relevant information.

Type Description
AccessDeniedFailure The username or password was incorrect, or lacked the right to complete this function.
ValidationFailure One or more fields contained invalid values.
MediaWiki Appliance - Powered by TurnKey Linux