Method UpdateProcessCategory
UpdateProcessCategory(String, ProcessCategoryContract)
Update a process category
Declaration
void UpdateProcessCategory(string connectionId, ProcessCategoryContract processCategory)
Parameters
Type | Name | Description |
---|---|---|
System.String | connectionId | The connection id to identify your connection. See also ConnectionId |
ProcessCategoryContract | processCategory | ProcessCategory to update |
Examples
POST http://YourServerName/InfoShare/Json/Common/UpdateProcessCategory
Example for update a property type category.{
"connectionId": "b6742bb8-ef97-44ae-819b-a2fa2200908a",
"processCategory": {
"Id": "0b86001d-69e0-e911-a94a-00155d290a08",
"Name": {
"Values": [{
"Text": "Rechnung",
"Culture": "de" }, {
"Text": "Invoice",
"Culture": "en" }] } }
}
Response:
{ }
Exceptions
Type | Condition |
---|---|
ServiceException | The connection id {connectionId} isn't valid or has expired (10008) |
ServiceException | Process category not found {processCategory.Id} (10224) |
ServiceException | Verification code is needed: Verification code not yet verified (10152) |