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": "f3c8a6b4-c0fc-495f-a45d-ded76db6d175",
"PetID": "25dafd4b-3ed6-4118-9c76-40c57b958d55",
"FatherID": "2b1357c0-4ec5-4b66-b0b1-813d2d317207",
"MotherID": "63f7bc50-a759-4a24-9f44-eb123f24270f",
"Organization": "sample string 2",
"CertificateURL": "sample string 3",
"Lineage": "sample string 4",
"CreatedDate": "2026-05-23T02:37:50.3102214+07:00",
"CreatedBy": "sample string 5",
"UpdatedDate": "2026-05-23T02:37:50.3102214+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-05-23T02:37:50.3102214+07:00</CreatedDate> <FatherID>2b1357c0-4ec5-4b66-b0b1-813d2d317207</FatherID> <Id>f3c8a6b4-c0fc-495f-a45d-ded76db6d175</Id> <Lineage>sample string 4</Lineage> <ModifiedBy>sample string 6</ModifiedBy> <MotherID>63f7bc50-a759-4a24-9f44-eb123f24270f</MotherID> <Organization>sample string 2</Organization> <PetID>25dafd4b-3ed6-4118-9c76-40c57b958d55</PetID> <UpdatedDate>2026-05-23T02:37:50.3102214+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.