POST api/ContractNote
Request Information
URI Parameters
None.
Body Parameters
Collection of UpNoteName | 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-07-01T00:09:09.9221854+07:00" }, { "CTRTMID": 1, "PROID": 2, "CUSTID": 3, "CMPID": 4, "DESCT": "sample string 5", "username": "sample string 6", "NOTEDATE": "2025-07-01T00:09:09.9221854+07:00" } ]
Response Information
Resource Description
ReturnModelName | Description | Type | Additional information |
---|---|---|---|
returnvalue | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "returnvalue": 1 }