POST Goat/AddGoatKidsBreed
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": "516d652c-b4fb-4f98-a62b-58a115e29156", "BreedId": "ca2c2e2e-826b-49f3-b4c8-b4893ff7ec0d", "WeightId": "c9277e9f-af9a-4aa9-a99f-15349ed292c0", "PaymentPercentage": "sample string 3", "PayableAmount": "sample string 4", "PaymentMode": 1, "GoatAddress": "sample string 5", "GoatQuantity": 1, "BookedOn": "2024-12-23T04:29:49.4083703+05:30", "Description": "sample string 6", "GoatType": "sample string 7", "Breed": "sample string 8", "GoatWeight": "sample string 9", "GoatName_Quantity": "sample string 10", "UserId": "4d7e0574-d65d-4a18-a516-a87fb0f673a7", "BreedPrice": "sample string 11", "Deliverycity": "sample string 12", "CreatedDate": "2024-12-23T04:29:49.4083703+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:29:49.4083703+05:30</BookedOn> <Breed>sample string 8</Breed> <BreedId>ca2c2e2e-826b-49f3-b4c8-b4893ff7ec0d</BreedId> <BreedPrice>sample string 11</BreedPrice> <CreatedDate>2024-12-23T04:29:49.4083703+05:30</CreatedDate> <Deliverycity>sample string 12</Deliverycity> <Description>sample string 6</Description> <GoatAddress>sample string 5</GoatAddress> <GoatId>516d652c-b4fb-4f98-a62b-58a115e29156</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>4d7e0574-d65d-4a18-a516-a87fb0f673a7</UserId> <WeightId>c9277e9f-af9a-4aa9-a99f-15349ed292c0</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.