POST api/ContractNote
Request Information
URI Parameters
None.
Body Parameters
Collection of UpNote| Name | Description | Type | Additional information |
|---|---|---|---|
| CTRTMID | integer |
None. |
|
| PROID | integer |
None. |
|
| CUSTID | integer |
None. |
|
| CMPID | integer |
None. |
|
| DESCT | string |
None. |
|
| username | string |
None. |
|
| NOTEDATE | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"CTRTMID": 1,
"PROID": 2,
"CUSTID": 3,
"CMPID": 4,
"DESCT": "sample string 5",
"username": "sample string 6",
"NOTEDATE": "2025-12-15T16:57:06.8612589+07:00"
},
{
"CTRTMID": 1,
"PROID": 2,
"CUSTID": 3,
"CMPID": 4,
"DESCT": "sample string 5",
"username": "sample string 6",
"NOTEDATE": "2025-12-15T16:57:06.8612589+07:00"
}
]
Response Information
Resource Description
ReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| returnvalue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"returnvalue": 1
}