POST api/update-personalpricing
Request Information
URI Parameters
None.
Body Parameters
Technician_PersonalPricing_Param| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ComID | string |
None. |
|
| service | Collection of PersonalPricing_View |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ComID": "sample string 2",
"service": [
{
"Id": 1,
"Price": "sample string 2"
},
{
"Id": 1,
"Price": "sample string 2"
}
]
}
multipart/form-data
Sample:
{"Id":1,"ComID":"sample string 2","service":[{"Id":1,"Price":"sample string 2"},{"Id":1,"Price":"sample string 2"}]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}