PUT api/{module}/EstimateOrderEffectuate/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| module | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ProcessDone| Name | Description | Type | Additional information |
|---|---|---|---|
| DoneOK | boolean |
None. |
|
| Message | string |
None. |
|
| Id | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"doneOK": true,
"message": "sample string 2",
"id": "sample string 3"
}
application/xml, text/xml
Sample:
<ProcessDone xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Avant.Plenus.WebApi.Models.Business.Common"> <DoneOK>true</DoneOK> <Id>sample string 3</Id> <Message>sample string 2</Message> </ProcessDone>