POST PlanCare2Api/Timesheets/DeleteOfTimesheet

Delete timesheet by identifier

Request Information

URI Parameters

None.

Body Parameters

Identifier of the timesheet

DeleteOfTimesheet
NameDescriptionTypeAdditional information
Identifier

Timesheet identifier

Identity

None

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
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