POST api/ServiceCompanyAttribute/SaveServiceCompanyAttributeForMobile
Request Information
URI Parameters
None.
Body Parameters
ServiceCompanyAttributesList| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceCompanyBranchId | integer |
None. |
|
| ServiceCompanyModuleId | integer |
None. |
|
| Attributes | Collection of ServiceCompanyAttribute |
None. |
Request Formats
application/json, text/json
Sample:
{
"serviceCompanyBranchId": 1,
"serviceCompanyModuleId": 2,
"attributes": [
{
"$id": "2",
"attributeId": 1,
"name": "sample string 2",
"minCostValue": 3.0,
"maxCostValue": 4.0
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
