POST PetPedigree/Remove
Request Information
URI Parameters
None.
Body Parameters
PET_PEDIGREE| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PetID | globally unique identifier |
None. |
|
| FatherID | globally unique identifier |
None. |
|
| MotherID | globally unique identifier |
None. |
|
| Organization | string |
None. |
|
| CertificateURL | string |
None. |
|
| Lineage | string |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "1ab813ee-8341-4d10-9b3b-5d9dae5f08c2",
"PetID": "cd1aedb3-f9c1-4f3d-ae6a-eab83816ccb8",
"FatherID": "60407c3c-4ec4-4374-9ae3-ac1a23742b03",
"MotherID": "99adb40c-5090-43ba-9d8d-285a0c4f93ba",
"Organization": "sample string 2",
"CertificateURL": "sample string 3",
"Lineage": "sample string 4",
"CreatedDate": "2025-12-06T12:07:07.6332144+07:00",
"CreatedBy": "sample string 5",
"UpdatedDate": "2025-12-06T12:07:07.6332144+07:00",
"ModifiedBy": "sample string 6"
}
application/xml, text/xml
Sample:
<PET_PEDIGREE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PetShop.API.Models"> <CertificateURL>sample string 3</CertificateURL> <CreatedBy>sample string 5</CreatedBy> <CreatedDate>2025-12-06T12:07:07.6332144+07:00</CreatedDate> <FatherID>60407c3c-4ec4-4374-9ae3-ac1a23742b03</FatherID> <Id>1ab813ee-8341-4d10-9b3b-5d9dae5f08c2</Id> <Lineage>sample string 4</Lineage> <ModifiedBy>sample string 6</ModifiedBy> <MotherID>99adb40c-5090-43ba-9d8d-285a0c4f93ba</MotherID> <Organization>sample string 2</Organization> <PetID>cd1aedb3-f9c1-4f3d-ae6a-eab83816ccb8</PetID> <UpdatedDate>2025-12-06T12:07:07.6332144+07:00</UpdatedDate> </PET_PEDIGREE>
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.