POST v1/flagUDF/save
Save UDF flag fields
Request Information
URI Parameters
None.
Body Parameters
FlagUDFModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionID | integer |
None. |
|
| CompanyID | integer |
None. |
|
| SO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"transactionID": 1,
"companyID": 2,
"so": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.