POST Services/SaveServiceCost

Request Information

URI Parameters

None.

Body Parameters

USP_GET_MULTIORG_SERVICES_Result
NameDescriptionTypeAdditional information
Service_Id

integer

None.

Service_Charge_Id

integer

None.

Service_Name

string

None.

Normal_Cost

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Service_Id": 1,
  "Service_Charge_Id": 2,
  "Service_Name": "sample string 3",
  "Normal_Cost": 1.0
}

text/html

Sample:
{"Service_Id":1,"Service_Charge_Id":2,"Service_Name":"sample string 3","Normal_Cost":1.0}

application/xml, text/xml

Sample:
<USP_GET_MULTIORG_SERVICES_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
  <Normal_Cost>1</Normal_Cost>
  <Service_Charge_Id>2</Service_Charge_Id>
  <Service_Id>1</Service_Id>
  <Service_Name>sample string 3</Service_Name>
</USP_GET_MULTIORG_SERVICES_Result>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>