Add Contact Stock to a Job
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | AddContactStockToJob | Required |
JobId | Int | The unique identifier of the job, which can be retrieved using any of the methods listed under add something here. | Required |
StockTypeId | int | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=addcontactstocktojob
Response Data
{ "Code": 0, "Result": [ { "ContactNoteId": "12345" } ] }