POST PlanCare2Api/Timesheets/Approval

Approve a timesheet.

Request Information

URI Parameters

None.

Body Parameters

Identifier of the timesheet.

ApprovalOfTimesheet
NameDescriptionTypeAdditional information
Identifier

The Identifier of the timesheet.

Identity

Required

Request Formats

application/json, text/json

Sample:
{
  "Identifier": {
    "$id": "2",
    "Identifier": "sample string 1",
    "Type": 0
  }
}

application/xml, text/xml

Sample:
<ApprovalOfTimesheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.TimeSheet">
  <Identifier xmlns:d2p1="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Common.Infrastructure">
    <d2p1:Identifier>sample string 1</d2p1:Identifier>
    <d2p1:Type>ExternalId</d2p1:Type>
  </Identifier>
</ApprovalOfTimesheet>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None

Content

HttpContent

None

StatusCode

HttpStatusCode

None

ReasonPhrase

string

None

Headers

Collection of Object

None

RequestMessage

HttpRequestMessage

None

IsSuccessStatusCode

boolean

None