Email a Job Confirmation
This service mimics the clicking of the "Send Confirmation" button on the BigChange website.
The service will trigger the sending of the confirmation to the Job Contact email address. It will pick up the sending email address and name from the white labelling configuration in the My Settings section of the BigChange website. If no details are entered a default email address will be used which is "JobWatch info@bigchange.com".
The service will only send a confirmation email if the status of the job in question is in one of the following job statuses.
- Scheduled
- Accepted
- OnTheWay
- Sent
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | EmailJobConfirmation | Required |
JobId | String | The unique identifier of the job, which can be retrieved using any of the methods listed under add something here. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=emailjobconfirmation
Response Data
{ "Code": 0, "Result": [ { "ResourceId": "12345" } ] }