POST PlanCare2Api/Timesheets/DeleteOfTimesheet

Delete timesheet by identifier.

Request Information

URI Parameters

None.

Body Parameters

Identifier of the timesheet.

DeleteOfTimesheet
Name Description Type Additional information
Identifier

Timesheet identifier

Identity

-

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<DeleteOfTimesheet 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>
</DeleteOfTimesheet>

Response Information

Resource Description

HttpResponseMessage
Name Description Type Additional information
Version

Version

-

Content

HttpContent

-

StatusCode

HttpStatusCode

-

ReasonPhrase

string

-

Headers

Collection of Object

-

RequestMessage

HttpRequestMessage

-

IsSuccessStatusCode

boolean

-