GET ProposalRequest/Form

Get the list of all avaliable Forms

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Lluni.Models.Common.Global.Pedido.ProposalRequestForm
NameDescriptionTypeAdditional information
CompanyCode

integer

None.

RequestFormId

integer

None.

Type

string

None.

Description

string

None.

CreatesEntity

boolean

None.

CreatesProposal

boolean

None.

CreatesClaim

boolean

None.

CreatesTask

boolean

None.

AssociateDocumentsToTask

boolean

None.

Comercial

string

None.

ManagerCommercialClient

integer

None.

SetCommercialOrManager

boolean

None.

EndDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CompanyCode": 1,
    "RequestFormId": 2,
    "Type": "sample string 3",
    "Description": "sample string 4",
    "CreatesEntity": true,
    "CreatesProposal": true,
    "CreatesClaim": true,
    "CreatesTask": true,
    "AssociateDocumentsToTask": true,
    "Comercial": "sample string 10",
    "ManagerCommercialClient": 1,
    "SetCommercialOrManager": true,
    "EndDate": "2025-10-30T16:33:54.2387761+00:00"
  },
  {
    "CompanyCode": 1,
    "RequestFormId": 2,
    "Type": "sample string 3",
    "Description": "sample string 4",
    "CreatesEntity": true,
    "CreatesProposal": true,
    "CreatesClaim": true,
    "CreatesTask": true,
    "AssociateDocumentsToTask": true,
    "Comercial": "sample string 10",
    "ManagerCommercialClient": 1,
    "SetCommercialOrManager": true,
    "EndDate": "2025-10-30T16:33:54.2387761+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfProposalRequestForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Pedido">
  <ProposalRequestForm>
    <AssociateDocumentsToTask>true</AssociateDocumentsToTask>
    <Comercial>sample string 10</Comercial>
    <CompanyCode>1</CompanyCode>
    <CreatesClaim>true</CreatesClaim>
    <CreatesEntity>true</CreatesEntity>
    <CreatesProposal>true</CreatesProposal>
    <CreatesTask>true</CreatesTask>
    <Description>sample string 4</Description>
    <EndDate>2025-10-30T16:33:54.2387761+00:00</EndDate>
    <ManagerCommercialClient>1</ManagerCommercialClient>
    <RequestFormId>2</RequestFormId>
    <SetCommercialOrManager>true</SetCommercialOrManager>
    <Type>sample string 3</Type>
  </ProposalRequestForm>
  <ProposalRequestForm>
    <AssociateDocumentsToTask>true</AssociateDocumentsToTask>
    <Comercial>sample string 10</Comercial>
    <CompanyCode>1</CompanyCode>
    <CreatesClaim>true</CreatesClaim>
    <CreatesEntity>true</CreatesEntity>
    <CreatesProposal>true</CreatesProposal>
    <CreatesTask>true</CreatesTask>
    <Description>sample string 4</Description>
    <EndDate>2025-10-30T16:33:54.2387761+00:00</EndDate>
    <ManagerCommercialClient>1</ManagerCommercialClient>
    <RequestFormId>2</RequestFormId>
    <SetCommercialOrManager>true</SetCommercialOrManager>
    <Type>sample string 3</Type>
  </ProposalRequestForm>
</ArrayOfProposalRequestForm>