POST v6/integration/QB/updateErrorMessage
Request Information
URI Parameters
None.
Body Parameters
UpdateErrorMessageQBModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorMessage | string |
None. |
|
| IntegrationType | IntegrationType |
None. |
|
| IntegrationTableIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"errorMessage": "sample string 1",
"integrationType": 1,
"integrationTableIds": [
1,
2
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.