POST api/dispatchclass/{orgKey}/dispatchfamily/{dispatchFamilyKey}/edit
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orgKey | integer |
Required |
|
| dispatchFamilyKey | integer |
Required |
Body Parameters
DispatchFamilies| Name | Description | Type | Additional information |
|---|---|---|---|
| DispatchFamilyKey | byte |
None. |
|
| DispatchFamilyType | DispatchFamilyTypes |
None. |
|
| DispatchFamilyName | string |
None. |
|
| DispatchFamilyDisplayName | string |
None. |
|
| DispatchFamilyCreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"dispatchFamilyKey": 64,
"dispatchFamilyType": {
"dispatchFamilyTypeKey": 64,
"dispatchFamilyTypeName": "sample string 2",
"dispatchFamilyTypeDisplayName": "sample string 3",
"dispatchFamilyTypeCreateDate": "2026-01-30T01:00:15.7750092+00:00"
},
"dispatchFamilyName": "sample string 2",
"dispatchFamilyDisplayName": "sample string 3",
"dispatchFamilyCreateDate": "2026-01-30T01:00:15.7750092+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusMessage | string |
None. |
|
| TotalCount | integer |
None. |
|
| ModelObject | Object |
None. |
|
| CurrentDateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": 1,
"statusMessage": "sample string 2",
"totalCount": 3,
"modelObject": {},
"currentDateTime": "2026-01-30T01:00:15.7905808+00:00"
}