POST api/Project/DemoUpdateDatesByCompanyId

Request Information

URI Parameters

None.

Body Parameters

DemoDateUpdateViewModel
NameDescriptionTypeAdditional information
CompanyId

integer

None.

CentralJobDateId

globally unique identifier

None.

DemoDate

date

None.

JobId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "companyId": 1,
  "centralJobDateId": "ab0e4fce-7deb-418f-a459-d3a56f93ab8b",
  "demoDate": "2026-08-03T22:27:55.6256254+00:00",
  "jobId": "12dbcc9c-1c30-4ce2-9e51-7e96b22bf5cd"
}

application/xml, text/xml

Sample:
<DemoDateUpdateViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
  <CentralJobDateId>ab0e4fce-7deb-418f-a459-d3a56f93ab8b</CentralJobDateId>
  <CompanyId>1</CompanyId>
  <DemoDate>2026-08-03T22:27:55.6256254+00:00</DemoDate>
  <JobId>12dbcc9c-1c30-4ce2-9e51-7e96b22bf5cd</JobId>
</DemoDateUpdateViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.