POST Goat/UpdateGoatBreed
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": "490419ce-a65b-4067-923d-40a5b53b705c", "BreedId": "69bd01e4-9832-4edb-b872-c4bb5c4a865e", "WeightId": "72917287-3304-4e55-9a5b-98f57f6178bd", "PaymentPercentage": "sample string 3", "PayableAmount": "sample string 4", "PaymentMode": 1, "GoatAddress": "sample string 5", "GoatQuantity": 1, "BookedOn": "2024-12-23T04:06:06.9176828+05:30", "Description": "sample string 6", "GoatType": "sample string 7", "Breed": "sample string 8", "GoatWeight": "sample string 9", "GoatName_Quantity": "sample string 10", "UserId": "9b1dc289-0d8b-45e2-9a71-77cb36a083b9", "BreedPrice": "sample string 11", "Deliverycity": "sample string 12", "CreatedDate": "2024-12-23T04:06:06.9176828+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-23T04:06:06.9176828+05:30</BookedOn> <Breed>sample string 8</Breed> <BreedId>69bd01e4-9832-4edb-b872-c4bb5c4a865e</BreedId> <BreedPrice>sample string 11</BreedPrice> <CreatedDate>2024-12-23T04:06:06.9176828+05:30</CreatedDate> <Deliverycity>sample string 12</Deliverycity> <Description>sample string 6</Description> <GoatAddress>sample string 5</GoatAddress> <GoatId>490419ce-a65b-4067-923d-40a5b53b705c</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>9b1dc289-0d8b-45e2-9a71-77cb36a083b9</UserId> <WeightId>72917287-3304-4e55-9a5b-98f57f6178bd</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.