POST PetDeworming/Remove

Request Information

URI Parameters

None.

Body Parameters

PET_DEWORMING
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

PetID

string

None.

Cycle

string

None.

StartDate

date

None.

CreatedBy

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "633b2572-50c0-4d1c-9054-cf257d815400",
  "PetID": "sample string 2",
  "Cycle": "sample string 3",
  "StartDate": "2025-12-06T12:05:08.5343539+07:00",
  "CreatedBy": "sample string 4",
  "CreatedDate": "2025-12-06T12:05:08.5343539+07:00",
  "UpdatedBy": "sample string 5",
  "UpdatedDate": "2025-12-06T12:05:08.5343539+07:00"
}

application/xml, text/xml

Sample:
<PET_DEWORMING xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PetShop.API.Models">
  <CreatedBy>sample string 4</CreatedBy>
  <CreatedDate>2025-12-06T12:05:08.5343539+07:00</CreatedDate>
  <Cycle>sample string 3</Cycle>
  <Id>633b2572-50c0-4d1c-9054-cf257d815400</Id>
  <PetID>sample string 2</PetID>
  <StartDate>2025-12-06T12:05:08.5343539+07:00</StartDate>
  <UpdatedBy>sample string 5</UpdatedBy>
  <UpdatedDate>2025-12-06T12:05:08.5343539+07:00</UpdatedDate>
</PET_DEWORMING>

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.