POST api/account/servicesave
Request Information
URI Parameters
None.
Body Parameters
ServiceInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ServiceName | string |
None. |
|
| ServiceBeneficiary | string |
None. |
|
| AboutService | string |
None. |
|
| ServiceSteps | string |
None. |
|
| ServiceTerms | string |
None. |
|
| FeeCategory | string |
None. |
|
| Amount | string |
None. |
|
| servicetime | string |
None. |
|
| documents | string |
None. |
|
| ServiceName_Ar | string |
None. |
|
| ServiceBeneficiary_Ar | string |
None. |
|
| AboutService_Ar | string |
None. |
|
| ServiceSteps_Ar | string |
None. |
|
| ServiceStepsorder | string |
None. |
|
| ServiceTerms_Ar | string |
None. |
|
| FeeCategory_Ar | string |
None. |
|
| Amount_Ar | string |
None. |
|
| servicetime_Ar | string |
None. |
|
| documents_Ar | string |
None. |
|
| documentsIsMandatory | string |
None. |
|
| DepartmentID | string |
None. |
|
| FlatePrice | string |
None. |
|
| FeeCatID | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| ServiceCategory | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ServiceName": "sample string 2",
"ServiceBeneficiary": "sample string 3",
"AboutService": "sample string 4",
"ServiceSteps": "sample string 5",
"ServiceTerms": "sample string 6",
"FeeCategory": "sample string 7",
"Amount": "sample string 8",
"servicetime": "sample string 9",
"documents": "sample string 10",
"ServiceName_Ar": "sample string 11",
"ServiceBeneficiary_Ar": "sample string 12",
"AboutService_Ar": "sample string 13",
"ServiceSteps_Ar": "sample string 14",
"ServiceStepsorder": "sample string 15",
"ServiceTerms_Ar": "sample string 16",
"FeeCategory_Ar": "sample string 17",
"Amount_Ar": "sample string 18",
"servicetime_Ar": "sample string 19",
"documents_Ar": "sample string 20",
"documentsIsMandatory": "sample string 21",
"DepartmentID": "sample string 22",
"FlatePrice": "sample string 23",
"FeeCatID": "sample string 24",
"FromDate": "sample string 25",
"ToDate": "sample string 26",
"ServiceCategory": "sample string 27"
}
application/xml, text/xml
Sample:
<ServiceInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FEAWebServices.Controllers"> <AboutService>sample string 4</AboutService> <AboutService_Ar>sample string 13</AboutService_Ar> <Amount>sample string 8</Amount> <Amount_Ar>sample string 18</Amount_Ar> <DepartmentID>sample string 22</DepartmentID> <FeeCatID>sample string 24</FeeCatID> <FeeCategory>sample string 7</FeeCategory> <FeeCategory_Ar>sample string 17</FeeCategory_Ar> <FlatePrice>sample string 23</FlatePrice> <FromDate>sample string 25</FromDate> <ID>1</ID> <ServiceBeneficiary>sample string 3</ServiceBeneficiary> <ServiceBeneficiary_Ar>sample string 12</ServiceBeneficiary_Ar> <ServiceCategory>sample string 27</ServiceCategory> <ServiceName>sample string 2</ServiceName> <ServiceName_Ar>sample string 11</ServiceName_Ar> <ServiceSteps>sample string 5</ServiceSteps> <ServiceSteps_Ar>sample string 14</ServiceSteps_Ar> <ServiceStepsorder>sample string 15</ServiceStepsorder> <ServiceTerms>sample string 6</ServiceTerms> <ServiceTerms_Ar>sample string 16</ServiceTerms_Ar> <ToDate>sample string 26</ToDate> <documents>sample string 10</documents> <documentsIsMandatory>sample string 21</documentsIsMandatory> <documents_Ar>sample string 20</documents_Ar> <servicetime>sample string 9</servicetime> <servicetime_Ar>sample string 19</servicetime_Ar> </ServiceInput>
multipart/form-data
Sample:
<ServiceInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FEAWebServices.Controllers"><AboutService>sample string 4</AboutService><AboutService_Ar>sample string 13</AboutService_Ar><Amount>sample string 8</Amount><Amount_Ar>sample string 18</Amount_Ar><DepartmentID>sample string 22</DepartmentID><FeeCatID>sample string 24</FeeCatID><FeeCategory>sample string 7</FeeCategory><FeeCategory_Ar>sample string 17</FeeCategory_Ar><FlatePrice>sample string 23</FlatePrice><FromDate>sample string 25</FromDate><ID>1</ID><ServiceBeneficiary>sample string 3</ServiceBeneficiary><ServiceBeneficiary_Ar>sample string 12</ServiceBeneficiary_Ar><ServiceCategory>sample string 27</ServiceCategory><ServiceName>sample string 2</ServiceName><ServiceName_Ar>sample string 11</ServiceName_Ar><ServiceSteps>sample string 5</ServiceSteps><ServiceSteps_Ar>sample string 14</ServiceSteps_Ar><ServiceStepsorder>sample string 15</ServiceStepsorder><ServiceTerms>sample string 6</ServiceTerms><ServiceTerms_Ar>sample string 16</ServiceTerms_Ar><ToDate>sample string 26</ToDate><documents>sample string 10</documents><documentsIsMandatory>sample string 21</documentsIsMandatory><documents_Ar>sample string 20</documents_Ar><servicetime>sample string 9</servicetime><servicetime_Ar>sample string 19</servicetime_Ar></ServiceInput>
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. |