POST api/Admin/Billing
Request Information
URI Parameters
None.
Body Parameters
AddPointsAndBilling| Name | Description | Type | Additional information |
|---|---|---|---|
| BillNo | integer |
None. |
|
| PatientId | string |
None. |
|
| Item | string |
None. |
|
| Amount | string |
None. |
|
| Discount | string |
None. |
|
| TotalAmount | string |
None. |
|
| Points | string |
None. |
|
| CreatedAt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BillNo": 1,
"PatientId": "sample string 2",
"Item": "sample string 3",
"Amount": "sample string 4",
"Discount": "sample string 5",
"TotalAmount": "sample string 6",
"Points": "sample string 7",
"CreatedAt": "sample string 8"
}
application/xml, text/xml
Sample:
<AddPointsAndBilling xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DrraviBhaskerService.Models"> <Amount>sample string 4</Amount> <BillNo>1</BillNo> <CreatedAt>sample string 8</CreatedAt> <Discount>sample string 5</Discount> <Item>sample string 3</Item> <PatientId>sample string 2</PatientId> <Points>sample string 7</Points> <TotalAmount>sample string 6</TotalAmount> </AddPointsAndBilling>
application/x-www-form-urlencoded
Sample:
text/html
Sample:
{"BillNo":1,"PatientId":"sample string 2","Item":"sample string 3","Amount":"sample string 4","Discount":"sample string 5","TotalAmount":"sample string 6","Points":"sample string 7","CreatedAt":"sample string 8"}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |