POST api/service/FinishDocumentService
Request Information
URI Parameters
None.
Body Parameters
FinishDocumentServiceRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceId | integer |
None. |
|
| SmallLabel | string |
None. |
|
| EstDateEnd | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ServiceId": 1,
"SmallLabel": "sample string 2",
"EstDateEnd": "2025-12-12T17:43:26.1593175-05:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.