POST api/WorkflowRegels/Post
Request Information
URI Parameters
None.
Body Parameters
SerializerObjectName | Description | Type | Additional information |
---|---|---|---|
JSONString | string |
None. |
|
MilliSecondsSQLExecution | integer |
None. |
|
MilliSecondsClaims | integer |
None. |
|
MilliSecondsUserLicense | integer |
None. |
|
MilliSecondsConnection | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "JSONString": "sample string 1", "MilliSecondsSQLExecution": 2, "MilliSecondsClaims": 3, "MilliSecondsUserLicense": 4, "MilliSecondsConnection": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Workflow_RegelName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Workflow_Aangifte_Taak_Soort_ID | integer |
None. |
|
Toepassen_Na_Gereed_Melden | boolean |
None. |
|
Toepassen_Na_Aanpassing_Datum | boolean |
None. |
|
Aantal_Dagen | integer |
None. |
|
Verwijzing_Volgorde_Nummer | integer |
None. |
|
Date_Modified | string |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.