POST API/SubPatient/treatements
Request Information
URI Parameters
None.
Body Parameters
Treatements| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | integer |
None. |
|
| BillId | integer |
None. |
|
| InvoiceDate | string |
None. |
|
| Total | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": 1,
"BillId": 2,
"InvoiceDate": "sample string 3",
"Total": 4.0
}
application/xml, text/xml
Sample:
<Treatements xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <BillId>2</BillId> <InvoiceDate>sample string 3</InvoiceDate> <PatientId>1</PatientId> <Total>4</Total> </Treatements>
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.