POST api/general/AddServiceFeeCategory
Request Information
URI Parameters
None.
Body Parameters
servicefeecategoryInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ServiceID | integer |
None. |
|
| Service | string |
None. |
|
| Servicear | string |
None. |
|
| FeeCategory | string |
None. |
|
| FeeCategoryar | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ServiceID": 2,
"Service": "sample string 3",
"Servicear": "sample string 4",
"FeeCategory": "sample string 5",
"FeeCategoryar": "sample string 6"
}
application/xml, text/xml
Sample:
<GeneralController.servicefeecategoryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FEAWebServices.Controllers"> <FeeCategory>sample string 5</FeeCategory> <FeeCategoryar>sample string 6</FeeCategoryar> <ID>1</ID> <Service>sample string 3</Service> <ServiceID>2</ServiceID> <Servicear>sample string 4</Servicear> </GeneralController.servicefeecategoryInput>
multipart/form-data
Sample:
<GeneralController.servicefeecategoryInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FEAWebServices.Controllers"><FeeCategory>sample string 5</FeeCategory><FeeCategoryar>sample string 6</FeeCategoryar><ID>1</ID><Service>sample string 3</Service><ServiceID>2</ServiceID><Servicear>sample string 4</Servicear></GeneralController.servicefeecategoryInput>
application/x-www-form-urlencoded
Sample:
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. |