GET Goat/GoatKidsBreedList
Request Information
URI Parameters
None.
Body Parameters
GoatBookModelName | Description | Type | Additional information |
---|---|---|---|
GoatId | globally unique identifier |
None. |
|
BreedId | globally unique identifier |
None. |
|
WeightId | globally unique identifier |
None. |
|
PaymentPercentage | string |
None. |
|
PayableAmount | string |
None. |
|
PaymentMode | integer |
None. |
|
GoatAddress | string |
None. |
|
GoatQuantity | integer |
None. |
|
BookedOn | date |
None. |
|
Description | string |
None. |
|
GoatType | string |
None. |
|
Breed | string |
None. |
|
GoatWeight | string |
None. |
|
GoatName_Quantity | string |
None. |
|
UserId | globally unique identifier |
None. |
|
BreedPrice | string |
None. |
|
Deliverycity | string |
None. |
|
CreatedDate | date |
None. |
|
walletAmountApplied | string |
None. |
|
TotalAmount | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "GoatId": "3fc37df2-e0c8-4c71-961e-81a25a171ef4", "BreedId": "30417b25-988c-4a57-9667-35160efe9e1b", "WeightId": "b453e2d8-15c2-4eed-868a-cc8bbf8eb69b", "PaymentPercentage": "sample string 3", "PayableAmount": "sample string 4", "PaymentMode": 1, "GoatAddress": "sample string 5", "GoatQuantity": 1, "BookedOn": "2024-12-23T03:49:11.613178+05:30", "Description": "sample string 6", "GoatType": "sample string 7", "Breed": "sample string 8", "GoatWeight": "sample string 9", "GoatName_Quantity": "sample string 10", "UserId": "4e803f8b-6407-4482-ac6d-c300a4649981", "BreedPrice": "sample string 11", "Deliverycity": "sample string 12", "CreatedDate": "2024-12-23T03:49:11.613178+05:30", "walletAmountApplied": "sample string 13", "TotalAmount": "sample string 14" }
application/xml, text/xml
Sample:
<GoatBookModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ONPETApi.Models"> <BookedOn>2024-12-23T03:49:11.613178+05:30</BookedOn> <Breed>sample string 8</Breed> <BreedId>30417b25-988c-4a57-9667-35160efe9e1b</BreedId> <BreedPrice>sample string 11</BreedPrice> <CreatedDate>2024-12-23T03:49:11.613178+05:30</CreatedDate> <Deliverycity>sample string 12</Deliverycity> <Description>sample string 6</Description> <GoatAddress>sample string 5</GoatAddress> <GoatId>3fc37df2-e0c8-4c71-961e-81a25a171ef4</GoatId> <GoatName_Quantity>sample string 10</GoatName_Quantity> <GoatQuantity>1</GoatQuantity> <GoatType>sample string 7</GoatType> <GoatWeight>sample string 9</GoatWeight> <PayableAmount>sample string 4</PayableAmount> <PaymentMode>1</PaymentMode> <PaymentPercentage>sample string 3</PaymentPercentage> <TotalAmount>sample string 14</TotalAmount> <UserId>4e803f8b-6407-4482-ac6d-c300a4649981</UserId> <WeightId>b453e2d8-15c2-4eed-868a-cc8bbf8eb69b</WeightId> <walletAmountApplied>sample string 13</walletAmountApplied> </GoatBookModel>
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.