Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Expand
titleContents
Table of Contents

...

http://SERVERNAME.ekeeperonline.co.uk/php/EditMortgageCategory.php?MortgageCategoryPK=17

In this example the field name would be:

MortCat17

The value for the field needs to be the primary key for the category option. You can determine this is a similar way to the above by clicking the “options” link by the category in question and then the Edit link (in the action column) for the option. Then take a look at the address bar to determine the number to use (see bold figure below):

http://SERVERNAME.ekeeperonline.co.uk/php/EditMortgageCategoryOption.php?MortgageCategoryOptionPK=101&MortgageCategoryPK=17

Make sure the figure you look at is the one preceded by “MortgageCategoryOptionPK=”.

...

Code Block
languagexml
<SubmissionResponse>
	<SubmissionStatus>Success</SubmissionStatus>
	<Applications>
		<Application ref=92 />
	</Applications>
	<Customers>
		<Customer ref=114 />
	</Customers>
	<validationErrors>
		<Error>CaseReference - must be a number and cannot exceed 11 digits, it has been excluded</Error>	
	</validationErrors>
</SubmissionResponse>

Note this response has been recently updated it used to be formatted as follows:

Code Block
<SubmissionResponse><SubmissionStatus>Success</SubmissionStatus><Applications><Application ref=51/></Applications><Customers><Customer ref=39/><Customer ref=40/></Customers><Companies><company ref="5" /> </Companies></SubmissionResponse>

Error code responses

...