POST api/Project/DemoUpdateDatesByCompanyId
Request Information
URI Parameters
None.
Body Parameters
DemoDateUpdateViewModel| Name | Description | Type | Additional 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": "335a15ef-5f99-47e2-92c4-2e2dcfb89118",
"demoDate": "2026-05-04T13:49:40.0194113+00:00",
"jobId": "c6adbdc8-c709-4068-88d3-30939b605845"
}
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>335a15ef-5f99-47e2-92c4-2e2dcfb89118</CentralJobDateId> <CompanyId>1</CompanyId> <DemoDate>2026-05-04T13:49:40.0194113+00:00</DemoDate> <JobId>c6adbdc8-c709-4068-88d3-30939b605845</JobId> </DemoDateUpdateViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.