POST api/TimeTableManagement/ChangeDlineData
Request Information
URI Parameters
None.
Body Parameters
DlineChangeData| Name | Description | Type | Additional information |
|---|---|---|---|
| dline | integer |
None. |
|
| SurgCode | integer |
None. |
|
| TechCode | integer |
None. |
|
| InsurCode | integer |
None. |
|
| OperCodes | Collection of integer |
None. |
|
| DiaryNum | integer |
None. |
|
| TimeToAdd | string |
None. |
|
| ForInet | string |
None. |
|
| committy | integer |
None. |
|
| lines | Collection of integer |
None. |
|
| PerfromDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"dline": 1,
"SurgCode": 1,
"TechCode": 1,
"InsurCode": 1,
"OperCodes": [
1,
2
],
"DiaryNum": 1,
"TimeToAdd": "sample string 1",
"ForInet": "sample string 2",
"committy": 1,
"lines": [
1,
2
],
"PerfromDate": "2026-04-17T00:00:00+03:00"
}
application/xml, text/xml
Sample:
<DlineChangeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DiarysManagement">
<DiaryNum>1</DiaryNum>
<ForInet>sample string 2</ForInet>
<InsurCode>1</InsurCode>
<OperCodes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</OperCodes>
<PerfromDate>2026-04-17T00:00:00+03:00</PerfromDate>
<SurgCode>1</SurgCode>
<TechCode>1</TechCode>
<TimeToAdd>sample string 1</TimeToAdd>
<committy>1</committy>
<dline>1</dline>
<lines xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</lines>
</DlineChangeData>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]
application/xml
Sample:
text/xml
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.