POST Goat/BookGoatKids
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": "7b171bf0-9152-4bce-94e9-362da3949415", "BreedId": "04cd949c-0758-4615-b623-b9f65ab1bec9", "WeightId": "98912e06-497e-4ce0-b7a2-7eea52d07253", "PaymentPercentage": "sample string 3", "PayableAmount": "sample string 4", "PaymentMode": 1, "GoatAddress": "sample string 5", "GoatQuantity": 1, "BookedOn": "2024-12-23T04:13:22.8978042+05:30", "Description": "sample string 6", "GoatType": "sample string 7", "Breed": "sample string 8", "GoatWeight": "sample string 9", "GoatName_Quantity": "sample string 10", "UserId": "6dcbc5ce-951b-42df-8af1-02c35d6d6c0d", "BreedPrice": "sample string 11", "Deliverycity": "sample string 12", "CreatedDate": "2024-12-23T04:13:22.8978042+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:13:22.8978042+05:30</BookedOn> <Breed>sample string 8</Breed> <BreedId>04cd949c-0758-4615-b623-b9f65ab1bec9</BreedId> <BreedPrice>sample string 11</BreedPrice> <CreatedDate>2024-12-23T04:13:22.8978042+05:30</CreatedDate> <Deliverycity>sample string 12</Deliverycity> <Description>sample string 6</Description> <GoatAddress>sample string 5</GoatAddress> <GoatId>7b171bf0-9152-4bce-94e9-362da3949415</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>6dcbc5ce-951b-42df-8af1-02c35d6d6c0d</UserId> <WeightId>98912e06-497e-4ce0-b7a2-7eea52d07253</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.