POST api/ClientGoalSettings/CreateClientGoalSetting
Request Information
URI Parameters
None.
Body Parameters
CreateClientGoalSettingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| clientId | integer |
None. |
|
| manufacturerId | integer |
None. |
|
| modalityId | integer |
None. |
|
| percent | integer |
None. |
|
| isAnnualSupply | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"clientId": 1,
"manufacturerId": 1,
"modalityId": 1,
"percent": 1,
"isAnnualSupply": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Result | Object |
None. |
|
| StatusCode | integer |
None. |
|
| StatusGroup | string |
None. |
|
| Details | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.