POST api/CompanyCamWebhook/AssignOwner

Request Information

URI Parameters

None.

Body Parameters

CompanyCamAssignOwnerRequestDTO
NameDescriptionTypeAdditional information
JobId

integer

None.

CompanyCamProjectId

string

None.

CustomType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "JobId": 1,
  "CompanyCamProjectId": "sample string 2",
  "CustomType": "sample string 3"
}

text/Xml

Sample:
{"JobId":1,"CompanyCamProjectId":"sample string 2","CustomType":"sample string 3"}

application/xml

Sample:
<CompanyCamAssignOwnerRequestDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <JobId>1</JobId>
  <CompanyCamProjectId>sample string 2</CompanyCamProjectId>
  <CustomType>sample string 3</CustomType>
</CompanyCamAssignOwnerRequestDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/Xml

Sample:

Sample not available.