POST api/crm-master/edit-weightage
Request Information
URI Parameters
None.
Body Parameters
UpdateMasterWeightageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UpdateWeightageModels | Collection of UpdateWeightageModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"updateWeightageModels": [
{
"id": 1,
"score": 2.1
},
{
"id": 1,
"score": 2.1
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.