POST v6/badge/tempWorker/save

Request Information

URI Parameters

None.

Body Parameters

BadgeTempWorkerModelv6
NameDescriptionTypeAdditional information
BadgeTempWorkerId

integer

None.

BadgeId

integer

None.

WorkerName

string

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "badgeTempWorkerId": 1,
  "badgeId": 2,
  "workerName": "sample string 3",
  "startDate": "2025-11-08T08:26:56.6862386+00:00",
  "endDate": "2025-11-08T08:26:56.6862386+00:00"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.