POST api/ChangeBackPayStatus

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BackPayId": 1,
  "Status": "sample string 2",
  "RequestNumber": "sample string 3",
  "DateModified": "2026-01-07T09:39:36.831557Z",
  "ApprovedBy": "sample string 5"
}

application/xml, text/xml

Sample:
<BackPayChangeStatusViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMARTHR.API.Models">
  <ApprovedBy>sample string 5</ApprovedBy>
  <BackPayId>1</BackPayId>
  <DateModified>2026-01-07T09:39:36.831557Z</DateModified>
  <RequestNumber>sample string 3</RequestNumber>
  <Status>sample string 2</Status>
</BackPayChangeStatusViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:

Sample not available.