POST api/CikisIsEmri/Baslat/{id}
Çıkış iş emrini başlatır.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Çıkış İş Emri ID |
integer |
Required |
Body Parameters
BaslatIstek| Name | Description | Type | Additional information |
|---|---|---|---|
| Paralel |
Paralel |
string |
None. |
| Meridyen |
Meridyen |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"paralel": "sample string 1",
"meridyen": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.