Skip to main content

Add Attachments to a Job

BigChange provides services to upload job attachments.

The service will accept single or multiple file uploads which will then be attached to the job. This service does not update visibility types of existing attachments.

Query String Parameters

NameTypeDescriptionRequired
ActionStringJobAddAttachmentsRequired
JobIdStringThe unique identifier of the job, which can be retrieved using any of the methods listed under add something here.Required
FilesForm-DataBinary data of the file(s) to be attached to the job.Required
AddToJobGroupBoolAdd the attachments(s) to the Job Group.Optional
VisibilityTypesCSV ListValid Visibility types are
  • WebUser
  • Resource
  • ContactUser

For example if you want to set visibility to WebUser and Resource the value "WebUser,Resource" Note : Visibility types are case sensitive and visibility types are not updated by this call.
Required

Response Codes

CodeMessageInformation
0null
2Missing parameter - jobId
2Invalid parameter - jobId
2No job found with jobId : + jobId.ToString(
2No job group Id found with jobId : + jobId.ToString(
2ex.Message

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=jobaddattachments