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": "22b2f8de-d6ab-4fd6-b7b4-fa6bfc00a7dd",
"PetID": "98743ab8-77b8-4cd3-8f49-04713324feb4",
"FatherID": "67e6a1cb-c610-497f-a40d-b3d50b61a0b5",
"MotherID": "0198b48a-8e1f-4cd8-bf59-778fefacb282",
"Organization": "sample string 2",
"CertificateURL": "sample string 3",
"Lineage": "sample string 4",
"CreatedDate": "2026-01-23T04:06:59.182468+07:00",
"CreatedBy": "sample string 5",
"UpdatedDate": "2026-01-23T04:06:59.182468+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>2026-01-23T04:06:59.182468+07:00</CreatedDate> <FatherID>67e6a1cb-c610-497f-a40d-b3d50b61a0b5</FatherID> <Id>22b2f8de-d6ab-4fd6-b7b4-fa6bfc00a7dd</Id> <Lineage>sample string 4</Lineage> <ModifiedBy>sample string 6</ModifiedBy> <MotherID>0198b48a-8e1f-4cd8-bf59-778fefacb282</MotherID> <Organization>sample string 2</Organization> <PetID>98743ab8-77b8-4cd3-8f49-04713324feb4</PetID> <UpdatedDate>2026-01-23T04:06:59.182468+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.