POST api/SynchronisesToDo/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
SynchroniseToDoName | Description | Type | Additional information |
---|---|---|---|
Relatie | Relatie_ReadOnly |
None. |
|
Contactpersoon | Contactpersoon_ReadOnly |
None. |
|
Externe_Applicatie | Externe_Applicatie_ReadOnly |
None. |
|
Document | Document_ReadOnly |
None. |
|
Factuur | Factuur_ReadOnly |
None. |
|
ID | integer |
None. |
|
Relatie_ID | integer |
None. |
|
Contactpersoon_ID | integer |
None. |
|
Correspondentie_ID | integer |
None. |
|
Factuur_ID | integer |
None. |
|
Actie | string |
None. |
|
Externe_Applicatie_ID | integer |
None. |
|
Started | boolean |
None. |
|
Date_StartedString | string |
None. |
|
Finished | boolean |
None. |
|
Date_FinishedString | string |
None. |
|
Rejected | boolean |
None. |
|
Toelichting | string |
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.