POST api/create/engage-store-keeper

Request Information

URI Parameters

None.

Body Parameters

CreateEngageStoreKeeper
NameDescriptionTypeAdditional information
StoreKeeperId

integer

None.

SiteId

integer

None.

StartDate

date

None.

EndDate

date

None.

ApproverId

integer

None.

ApprovedDate

date

None.

CreatedBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "StoreKeeperId": 1,
  "SiteId": 2,
  "StartDate": "2025-12-05T21:08:25.8583821-08:00",
  "EndDate": "2025-12-05T21:08:25.8583821-08:00",
  "ApproverId": 5,
  "ApprovedDate": "2025-12-05T21:08:25.8583821-08:00",
  "CreatedBy": 7
}

application/xml, text/xml

Sample:
<CreateEngageStoreKeeper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/working_sample_mvc_api.Models">
  <ApprovedDate>2025-12-05T21:08:25.8583821-08:00</ApprovedDate>
  <ApproverId>5</ApproverId>
  <CreatedBy>7</CreatedBy>
  <EndDate>2025-12-05T21:08:25.8583821-08:00</EndDate>
  <SiteId>2</SiteId>
  <StartDate>2025-12-05T21:08:25.8583821-08:00</StartDate>
  <StoreKeeperId>1</StoreKeeperId>
</CreateEngageStoreKeeper>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.