POST API/Payroll/UpdatePaystructureIndetifierByFormID

Request Information

URI Parameters

None.

Body Parameters

PayStructureDetails
NameDescriptionTypeAdditional information
FormId

integer

None.

IndetifierID

integer

None.

ComponentName

string

None.

amount

decimal number

None.

formula

string

None.

Required

boolean

None.

returnErrorMessage

string

None.

returnStatus

boolean

None.

ClientId

string

None.

clientName

string

None.

Connectionstring

string

None.

DocumentURL

string

None.

CreatedBy

string

None.

CreatedDate

date

None.

ModifiedBy

string

None.

ModifiedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FormId": 1,
  "IndetifierID": 2,
  "ComponentName": "sample string 3",
  "amount": 4.0,
  "formula": "sample string 5",
  "Required": true,
  "returnErrorMessage": "sample string 7",
  "returnStatus": true,
  "ClientId": "sample string 9",
  "clientName": "sample string 10",
  "Connectionstring": "sample string 11",
  "DocumentURL": "sample string 12",
  "CreatedBy": "sample string 13",
  "CreatedDate": "2026-01-11T14:53:53.4003105+05:30",
  "ModifiedBy": "sample string 15",
  "ModifiedDate": "2026-01-11T14:53:53.4003105+05:30"
}

application/xml, text/xml

Sample:
<PayStructureDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonWebAPI.Entity">
  <ClientId>sample string 9</ClientId>
  <Connectionstring>sample string 11</Connectionstring>
  <CreatedBy>sample string 13</CreatedBy>
  <CreatedDate>2026-01-11T14:53:53.4003105+05:30</CreatedDate>
  <DocumentURL>sample string 12</DocumentURL>
  <ModifiedBy>sample string 15</ModifiedBy>
  <ModifiedDate>2026-01-11T14:53:53.4003105+05:30</ModifiedDate>
  <clientName>sample string 10</clientName>
  <returnErrorMessage>sample string 7</returnErrorMessage>
  <returnStatus>true</returnStatus>
  <ComponentName>sample string 3</ComponentName>
  <FormId>1</FormId>
  <IndetifierID>2</IndetifierID>
  <Required>true</Required>
  <amount>4</amount>
  <formula>sample string 5</formula>
</PayStructureDetails>

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.