POST api/ClientAuthenticated/UpSertDataItem
Request Information
URI Parameters
None.
Body Parameters
ClientAuthenticatedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| CompName | string |
None. |
|
| CompInfo | string |
None. |
|
| CompID | string |
None. |
|
| ComputerType | string |
None. |
|
| Authenticated | boolean |
None. |
|
| AuthenticatedBy | string |
None. |
|
| AuthenticatedAt | date |
None. |
|
| NeedUpdateERPConfig | boolean |
None. |
|
| ChangedStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GuidID": "71733984-a6a8-466f-b0df-c8f883d1483a",
"CompName": "sample string 2",
"CompInfo": "sample string 3",
"CompID": "sample string 4",
"ComputerType": "sample string 5",
"Authenticated": true,
"AuthenticatedBy": "sample string 6",
"AuthenticatedAt": "2026-04-03T18:14:25.2481685+07:00",
"NeedUpdateERPConfig": true,
"ChangedStatus": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"