POST PetPedigree/Update
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": "0723381d-05b2-4d86-aeb9-650b8fc95e48",
"PetID": "0e886115-5c89-4334-80c3-3bca9f4abdac",
"FatherID": "64377af7-dfe7-457e-8c20-cf81116e5224",
"MotherID": "2b42bdf3-6336-44cd-a66d-f972e9aa0f90",
"Organization": "sample string 2",
"CertificateURL": "sample string 3",
"Lineage": "sample string 4",
"CreatedDate": "2026-07-22T05:15:38.45927+07:00",
"CreatedBy": "sample string 5",
"UpdatedDate": "2026-07-22T05:15:38.45927+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-07-22T05:15:38.45927+07:00</CreatedDate> <FatherID>64377af7-dfe7-457e-8c20-cf81116e5224</FatherID> <Id>0723381d-05b2-4d86-aeb9-650b8fc95e48</Id> <Lineage>sample string 4</Lineage> <ModifiedBy>sample string 6</ModifiedBy> <MotherID>2b42bdf3-6336-44cd-a66d-f972e9aa0f90</MotherID> <Organization>sample string 2</Organization> <PetID>0e886115-5c89-4334-80c3-3bca9f4abdac</PetID> <UpdatedDate>2026-07-22T05:15:38.45927+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.