POST PhysicianAPI/GetPaymentList_Site_T
Request Information
URI Parameters
None.
Body Parameters
Req_Physician_GetPaymentList_Site_T| Name | Description | Type | Additional information |
|---|---|---|---|
| PhysicianId | integer |
None. |
|
| PageNo | integer |
None. |
|
| PerPage | integer |
None. |
|
| SortOrder | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PhysicianId": 1,
"PageNo": 1,
"PerPage": 1,
"SortOrder": 1
}
application/xml, text/xml
Sample:
<Req_Physician_GetPaymentList_Site_T xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Notavani_WebAPI_01.Models"> <PageNo>1</PageNo> <PerPage>1</PerPage> <PhysicianId>1</PhysicianId> <SortOrder>1</SortOrder> </Req_Physician_GetPaymentList_Site_T>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |