POST Suppliapi/userLogin/UpdateGoals
Request Information
URI Parameters
None.
Body Parameters
genGoal| Name | Description | Type | Additional information |
|---|---|---|---|
| genGoalId | integer |
None. |
|
| userLoginId | integer |
None. |
|
| tenantId | integer |
None. |
|
| goal | decimal number |
None. |
|
| updatedById | integer |
None. |
|
| createdById | integer |
None. |
|
| modifyDateTime | date |
None. |
|
| insertDateTime | date |
None. |
|
| codeGoal | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"genGoalId": 1,
"userLoginId": 2,
"tenantId": 3,
"goal": 1.1,
"updatedById": 1,
"createdById": 4,
"modifyDateTime": "2026-01-29T13:57:58.4762675-06:00",
"insertDateTime": "2026-01-29T13:57:58.4762675-06:00",
"codeGoal": "sample string 6"
}
application/xml, text/xml
Sample:
<genGoal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SuppliModel"> <codeGoal>sample string 6</codeGoal> <createdById>4</createdById> <genGoalId>1</genGoalId> <goal>1.1</goal> <insertDateTime>2026-01-29T13:57:58.4762675-06:00</insertDateTime> <modifyDateTime>2026-01-29T13:57:58.4762675-06:00</modifyDateTime> <tenantId>3</tenantId> <updatedById>1</updatedById> <userLoginId>2</userLoginId> </genGoal>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |