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": "17973aa6-6241-4cbd-86f6-00d2ae2fcfb1",
"PetID": "sample string 2",
"Cycle": "sample string 3",
"StartDate": "2025-12-06T12:04:09.5598625+07:00",
"CreatedBy": "sample string 4",
"CreatedDate": "2025-12-06T12:04:09.5598625+07:00",
"UpdatedBy": "sample string 5",
"UpdatedDate": "2025-12-06T12:04:09.5598625+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:04:09.5598625+07:00</CreatedDate> <Cycle>sample string 3</Cycle> <Id>17973aa6-6241-4cbd-86f6-00d2ae2fcfb1</Id> <PetID>sample string 2</PetID> <StartDate>2025-12-06T12:04:09.5598625+07:00</StartDate> <UpdatedBy>sample string 5</UpdatedBy> <UpdatedDate>2025-12-06T12:04:09.5598625+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.