POST PetDeworming/Add
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": "b34ca31c-c9d6-42a7-a4f4-b531fd62979c",
"PetID": "sample string 2",
"Cycle": "sample string 3",
"StartDate": "2025-12-06T12:03:49.1921245+07:00",
"CreatedBy": "sample string 4",
"CreatedDate": "2025-12-06T12:03:49.1921245+07:00",
"UpdatedBy": "sample string 5",
"UpdatedDate": "2025-12-06T12:03:49.1921245+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:03:49.1921245+07:00</CreatedDate> <Cycle>sample string 3</Cycle> <Id>b34ca31c-c9d6-42a7-a4f4-b531fd62979c</Id> <PetID>sample string 2</PetID> <StartDate>2025-12-06T12:03:49.1921245+07:00</StartDate> <UpdatedBy>sample string 5</UpdatedBy> <UpdatedDate>2025-12-06T12:03:49.1921245+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.