POST api/LT_Form_Affectation/PostLT_Form_Affectation

Request Information

URI Parameters

None.

Body Parameters

LT_Form_Affectation
NameDescriptionTypeAdditional information
FormAffectationID

integer

None.

AffectationGroupId

string

None.

FormId

integer

None.

CompanyId

integer

None.

SiteId

integer

None.

GroupId

integer

None.

EmployeId

integer

None.

PostId

integer

None.

WFYId

integer

None.

WFUId

integer

None.

LastChange

date

None.

LastChanged_AuthorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "FormAffectationID": 1,
  "AffectationGroupId": "sample string 2",
  "FormId": 3,
  "CompanyId": 1,
  "SiteId": 1,
  "GroupId": 1,
  "EmployeId": 1,
  "PostId": 1,
  "WFYId": 1,
  "WFUId": 1,
  "LastChange": "2025-08-14T03:16:43.8521628+00:00",
  "LastChanged_AuthorId": 1
}

application/xml, text/xml

Sample:
<LT_Form_Affectation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <AffectationGroupId>sample string 2</AffectationGroupId>
  <CompanyId>1</CompanyId>
  <EmployeId>1</EmployeId>
  <FormAffectationID>1</FormAffectationID>
  <FormId>3</FormId>
  <GroupId>1</GroupId>
  <LastChange>2025-08-14T03:16:43.8521628+00:00</LastChange>
  <LastChanged_AuthorId>1</LastChanged_AuthorId>
  <PostId>1</PostId>
  <SiteId>1</SiteId>
  <WFUId>1</WFUId>
  <WFYId>1</WFYId>
</LT_Form_Affectation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'LT_Form_Affectation'.

Response Information

Resource Description

LT_Form_Affectation
NameDescriptionTypeAdditional information
FormAffectationID

integer

None.

AffectationGroupId

string

None.

FormId

integer

None.

CompanyId

integer

None.

SiteId

integer

None.

GroupId

integer

None.

EmployeId

integer

None.

PostId

integer

None.

WFYId

integer

None.

WFUId

integer

None.

LastChange

date

None.

LastChanged_AuthorId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "FormAffectationID": 1,
  "AffectationGroupId": "sample string 2",
  "FormId": 3,
  "CompanyId": 1,
  "SiteId": 1,
  "GroupId": 1,
  "EmployeId": 1,
  "PostId": 1,
  "WFYId": 1,
  "WFUId": 1,
  "LastChange": "2025-08-14T03:16:43.8521628+00:00",
  "LastChanged_AuthorId": 1
}

application/xml, text/xml

Sample:
<LT_Form_Affectation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
  <AffectationGroupId>sample string 2</AffectationGroupId>
  <CompanyId>1</CompanyId>
  <EmployeId>1</EmployeId>
  <FormAffectationID>1</FormAffectationID>
  <FormId>3</FormId>
  <GroupId>1</GroupId>
  <LastChange>2025-08-14T03:16:43.8521628+00:00</LastChange>
  <LastChanged_AuthorId>1</LastChanged_AuthorId>
  <PostId>1</PostId>
  <SiteId>1</SiteId>
  <WFUId>1</WFUId>
  <WFYId>1</WFYId>
</LT_Form_Affectation>