POST OPBilling/Getprocedureswithcost

Request Information

URI Parameters

None.

Body Parameters

Services
NameDescriptionTypeAdditional information
serviceGroupId

integer

None.

orgID

integer

None.

searchString

string

None.

billingCategoryId

integer

None.

tarriffId

integer

None.

centerId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "serviceGroupId": 1,
  "orgID": 1,
  "searchString": "sample string 1",
  "billingCategoryId": 2,
  "tarriffId": 3,
  "centerId": 4
}

text/html

Sample:
{"serviceGroupId":1,"orgID":1,"searchString":"sample string 1","billingCategoryId":2,"tarriffId":3,"centerId":4}

application/xml, text/xml

Sample:
<Services xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
  <billingCategoryId>2</billingCategoryId>
  <centerId>4</centerId>
  <orgID>1</orgID>
  <searchString>sample string 1</searchString>
  <serviceGroupId>1</serviceGroupId>
  <tarriffId>3</tarriffId>
</Services>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.