PUT api/dialogue/companies/{companyId}/dialogues/{dialogueId}/approval/{approvalAction}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
companyId | string |
Required |
|
dialogueId | string |
Required |
|
approvalAction | string |
Required |
Body Parameters
CommentName | Description | Type | Additional information |
---|---|---|---|
Text | string |
None. |
Request Formats
application/json, text/json, application/vnd.VismaMobile.v2+json
Sample:
{ "text": "sample string 1" }
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |