POST PetDeworming/Update
Request Information
URI Parameters
None.
Body Parameters
PET_DEWORMING| Name | Description | Type | Additional 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": "5601f1ed-33aa-4c82-ac76-3983d96e4382",
"PetID": "sample string 2",
"Cycle": "sample string 3",
"StartDate": "2026-03-24T18:28:13.0809124+07:00",
"CreatedBy": "sample string 4",
"CreatedDate": "2026-03-24T18:28:13.0809124+07:00",
"UpdatedBy": "sample string 5",
"UpdatedDate": "2026-03-24T18:28:13.0809124+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>2026-03-24T18:28:13.0809124+07:00</CreatedDate> <Cycle>sample string 3</Cycle> <Id>5601f1ed-33aa-4c82-ac76-3983d96e4382</Id> <PetID>sample string 2</PetID> <StartDate>2026-03-24T18:28:13.0809124+07:00</StartDate> <UpdatedBy>sample string 5</UpdatedBy> <UpdatedDate>2026-03-24T18:28:13.0809124+07:00</UpdatedDate> </PET_DEWORMING>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.