POST PetWeight/Remove
Request Information
URI Parameters
None.
Body Parameters
PET_WEIGHT| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PetID | string |
None. |
|
| DateRegistered | date |
None. |
|
| Weight | decimal number |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "62fe7e35-a1ea-4fa0-a4dc-ae3f65ac649a",
"PetID": "sample string 2",
"DateRegistered": "2025-12-06T12:05:41.5836257+07:00",
"Weight": 1.0,
"CreatedBy": "sample string 3",
"CreatedDate": "2025-12-06T12:05:41.5836257+07:00",
"UpdatedBy": "sample string 4",
"UpdatedDate": "2025-12-06T12:05:41.5836257+07:00"
}
application/xml, text/xml
Sample:
<PET_WEIGHT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PetShop.API.Models"> <CreatedBy>sample string 3</CreatedBy> <CreatedDate>2025-12-06T12:05:41.5836257+07:00</CreatedDate> <DateRegistered>2025-12-06T12:05:41.5836257+07:00</DateRegistered> <Id>62fe7e35-a1ea-4fa0-a4dc-ae3f65ac649a</Id> <PetID>sample string 2</PetID> <UpdatedBy>sample string 4</UpdatedBy> <UpdatedDate>2025-12-06T12:05:41.5836257+07:00</UpdatedDate> <Weight>1</Weight> </PET_WEIGHT>
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.