POST api/customer/HealthcheckupConfirmOrder
Request Information
URI Parameters
None.
Body Parameters
HealthcheckupOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | integer |
None. |
|
| PlanId | integer |
None. |
|
| TotalAmount | string |
None. |
|
| DiscountAmount | string |
None. |
|
| FinalAmount | string |
None. |
|
| PaymentMethod | string |
None. |
|
| UTRNo | string |
None. |
|
| ScheduledDate | string |
None. |
|
| StreetAddress | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| PinCode | string |
None. |
|
| Contact | string |
None. |
|
| InputLatlong | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"PlanId": 2,
"TotalAmount": "sample string 3",
"DiscountAmount": "sample string 4",
"FinalAmount": "sample string 5",
"PaymentMethod": "sample string 6",
"UTRNo": "sample string 7",
"ScheduledDate": "sample string 8",
"StreetAddress": "sample string 9",
"City": "sample string 10",
"State": "sample string 11",
"PinCode": "sample string 12",
"Contact": "sample string 13",
"InputLatlong": "sample string 14"
}
application/xml, text/xml
Sample:
<HealthcheckupOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VELNO_API.Controllers"> <City>sample string 10</City> <Contact>sample string 13</Contact> <CustomerId>1</CustomerId> <DiscountAmount>sample string 4</DiscountAmount> <FinalAmount>sample string 5</FinalAmount> <InputLatlong>sample string 14</InputLatlong> <PaymentMethod>sample string 6</PaymentMethod> <PinCode>sample string 12</PinCode> <PlanId>2</PlanId> <ScheduledDate>sample string 8</ScheduledDate> <State>sample string 11</State> <StreetAddress>sample string 9</StreetAddress> <TotalAmount>sample string 3</TotalAmount> <UTRNo>sample string 7</UTRNo> </HealthcheckupOrderRequest>
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.