POST api/CustPackage/AddDisciplineInPackage?cust_num={cust_num}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cust_num | integer |
Required |
Body Parameters
Discipline| Name | Description | Type | Additional information |
|---|---|---|---|
| custPackage_num | integer |
None. |
|
| function_code | integer |
None. |
|
| employeeOper | integer |
None. |
|
| from_date | date |
None. |
|
| to_date | date |
None. |
|
| isAdded | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"custPackage_num": 1,
"function_code": 2,
"employeeOper": 1,
"from_date": "2026-04-19T12:23:09.3631129+03:00",
"to_date": "2026-04-19T12:23:09.3631129+03:00",
"isAdded": true
}
application/xml, text/xml
Sample:
<Discipline xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.PackageMengement"> <custPackage_num>1</custPackage_num> <employeeOper>1</employeeOper> <from_date>2026-04-19T12:23:09.3631129+03:00</from_date> <function_code>2</function_code> <isAdded>true</isAdded> <to_date>2026-04-19T12:23:09.3631129+03:00</to_date> </Discipline>
application/x-www-form-urlencoded
Sample:
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.