POST Assessment/Close?obid={obid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| obid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
WebApiResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Data | Object |
None. |
|
| ErrorMessage | string |
None. |
|
| Exception | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Data": {},
"ErrorMessage": "sample string 3",
"Exception": "sample string 4"
}
application/xml, text/xml
Sample:
<WebApiResultOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Audatex.AudaMobile.WebApi.Models"> <Data /> <ErrorMessage>sample string 3</ErrorMessage> <Exception>sample string 4</Exception> <Success>true</Success> </WebApiResultOfanyType>