POST Suppliapi/userLogin/UpdateGoals

Request Information

URI Parameters

None.

Body Parameters

genGoal
NameDescriptionTypeAdditional 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": "2024-04-26T10:47:30.7697592-06:00",
  "insertDateTime": "2024-04-26T10:47:30.7697592-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>2024-04-26T10:47:30.7697592-06:00</insertDateTime>
  <modifyDateTime>2024-04-26T10:47:30.7697592-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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.