GET api/ObtieneChatId?idCotizacion={idCotizacion}&idUsuario={idUsuario}&app={app}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCotizacion | string |
Required |
|
| idUsuario | string |
Required |
|
| app | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseChatId| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ChatIdModel |
None. |
|
| Data | Object |
None. |
|
| IsSuccess | boolean |
None. |
|
| UserMessage | string |
None. |
|
| TechMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"IdChat": "sample string 1",
"IdUsuario": "sample string 2",
"Nombre": "sample string 3",
"Foto": "sample string 4"
},
"IsSuccess": true,
"UserMessage": "sample string 3",
"TechMessage": "sample string 4"
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.