POST api/TwreedSF
Request Information
URI Parameters
None.
Body Parameters
SuperTwreedSrfViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| twreed | Twreed_Srf |
None. |
|
| _Data | Collection of Twreed_Srf_Sub |
None. |
Request Formats
application/json, text/json
Sample:
{
"twreed": {
"id": 1,
"no": 1,
"Type": 1,
"date": "2026-03-16T17:46:46.7647785+03:00",
"safe": 1,
"refno": "sample string 2",
"center": 1,
"omla": 1,
"acc": 1,
"notes": "sample string 3",
"res_id": 1,
"is_deleted": true,
"branch": 1,
"Type_Cost": 1,
"acc2": 1
},
"_Data": [
{
"proc_id": 1,
"item": 1,
"unit": 1,
"quan": 1.1,
"totquan": 1.1,
"price": 1.1,
"sum": 1.1,
"sub_branch": 1,
"sub_center": 1
},
{
"proc_id": 1,
"item": 1,
"unit": 1,
"quan": 1.1,
"totquan": 1.1,
"price": 1.1,
"sum": 1.1,
"sub_branch": 1,
"sub_center": 1
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |