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": "e91fb1fa-a126-40d6-9524-0f4347e34103",
"CompName": "sample string 2",
"CompInfo": "sample string 3",
"CompID": "sample string 4",
"ComputerType": "sample string 5",
"Authenticated": true,
"AuthenticatedBy": "sample string 6",
"AuthenticatedAt": "2026-01-29T16:25:26.9882257+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"