0 votes
in REST API end points by (260 points)

Hi Team,

We are after the Job Transmission Reject Reason code for reporting to councils.

We are using the GET /integrator/erp/transport/jobs/changes and getting the JOB

RejectedReasonListItem The GUID and description of the job rejection reason. However this is not always populated.

Please advise if we should be sourcing via another endpoint?

1 Answer

0 votes
by (580 points)

Hi Vaughan,
The code is doing a left outer join to the Reason table in Elemos from [dbo].[Job].[RejectedReasonId]
If null is coming back, then its null in the DB.
Regards,
Thomas

Welcome to AMCS PLATFORM REST API Q&A, where you can ask questions and receive answers from other members of the community.
...