POST api/EFArchDocBankTransferRec/Receive?ScreenID={ScreenID}
Шилжүүлэг хүлээн авах
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreenID |
Меню дугаар |
string |
Required |
Body Parameters
Зөвхөн шаардлагатай утгуудыг авахаар тусад нь AppointmentModel гэдэг класс үүсгэлээ.
AppointmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| AppointmentItems | Collection of AppointmentItemModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"AppointmentItems": [
{
"IsReceive": true,
"BoxNo": "sample string 2",
"Descr": "sample string 3"
},
{
"IsReceive": true,
"BoxNo": "sample string 2",
"Descr": "sample string 3"
}
]
}
application/octet-stream
Sample:
{"id":1,"AppointmentItems":[{"IsReceive":true,"BoxNo":"sample string 2","Descr":"sample string 3"},{"IsReceive":true,"BoxNo":"sample string 2","Descr":"sample string 3"}]}
Response Information
Resource Description
CResult| Name | Description | Type | Additional information |
|---|---|---|---|
| retType | integer |
None. |
|
| retDesc | string |
None. |
|
| retData | Object |
None. |
|
| retParams | Collection of Object |
None. |
|
| affectedRows | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"retType": 1,
"retDesc": "sample string 2",
"retData": {},
"retParams": [
{},
{}
],
"affectedRows": 4
}
application/octet-stream
Sample:
{"retType":1,"retDesc":"sample string 2","retData":{},"retParams":[{},{}],"affectedRows":4}