POST api/v1/gstreturn/update-quote-detail

Request Information

URI Parameters

None.

Body Parameters

GSTQuoteModel
NameDescriptionTypeAdditional information
JobId

integer

None.

ClientId

integer

None.

Year

integer

None.

PeriodEnd

date

None.

Cycle

byte

None.

GSTType

string

None.

EntityType

string

None.

GSTQuantity

integer

None.

GstFee

decimal number

None.

GstFee1

decimal number

None.

ClientName

string

None.

FeesName

string

None.

IsFPQ

boolean

None.

IsY1Free

boolean

None.

GstItemId

integer

None.

FeeLock

FeeLockModel

None.

Variations

Collection of VariationsModel

None.

ClientGroupId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "JobId": 1,
  "ClientId": 2,
  "Year": 1,
  "PeriodEnd": "2025-04-28T09:46:38.8987636Z",
  "Cycle": 64,
  "GSTType": "sample string 3",
  "EntityType": "sample string 4",
  "GSTQuantity": 5,
  "GstFee": 6.0,
  "GstFee1": 1.0,
  "ClientName": "sample string 7",
  "FeesName": "sample string 8",
  "IsFPQ": true,
  "IsY1Free": true,
  "GstItemId": 11,
  "FeeLock": {
    "FeesLocked": true,
    "EventText": "sample string 2"
  },
  "Variations": [
    {
      "CfvId": 1,
      "NZOnly": true,
      "Y1F": true,
      "Year": 4,
      "ItemId": 5,
      "Instance": "2025-04-28T09:46:38.8987636Z",
      "InstanceDesc": "sample string 6",
      "VarType": "sample string 7",
      "VarDesc": "sample string 8",
      "Amount": 9.0
    },
    {
      "CfvId": 1,
      "NZOnly": true,
      "Y1F": true,
      "Year": 4,
      "ItemId": 5,
      "Instance": "2025-04-28T09:46:38.8987636Z",
      "InstanceDesc": "sample string 6",
      "VarType": "sample string 7",
      "VarDesc": "sample string 8",
      "Amount": 9.0
    }
  ],
  "ClientGroupId": 1
}

application/xml, text/xml

Sample:
<GSTQuoteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iPMS.Models.Quotes">
  <ClientGroupId>1</ClientGroupId>
  <ClientId>2</ClientId>
  <ClientName>sample string 7</ClientName>
  <Cycle>64</Cycle>
  <EntityType>sample string 4</EntityType>
  <FeeLock xmlns:d2p1="http://schemas.datacontract.org/2004/07/iPMS.Models.Fees">
    <d2p1:EventText>sample string 2</d2p1:EventText>
    <d2p1:FeesLocked>true</d2p1:FeesLocked>
  </FeeLock>
  <FeesName>sample string 8</FeesName>
  <GSTQuantity>5</GSTQuantity>
  <GSTType>sample string 3</GSTType>
  <GstFee>6</GstFee>
  <GstFee1>1</GstFee1>
  <GstItemId>11</GstItemId>
  <IsFPQ>true</IsFPQ>
  <IsY1Free>true</IsY1Free>
  <JobId>1</JobId>
  <PeriodEnd>2025-04-28T09:46:38.8987636Z</PeriodEnd>
  <Variations xmlns:d2p1="http://schemas.datacontract.org/2004/07/iPMS.Models.Fees">
    <d2p1:VariationsModel>
      <d2p1:Amount>9</d2p1:Amount>
      <d2p1:CfvId>1</d2p1:CfvId>
      <d2p1:Instance>2025-04-28T09:46:38.8987636Z</d2p1:Instance>
      <d2p1:InstanceDesc>sample string 6</d2p1:InstanceDesc>
      <d2p1:ItemId>5</d2p1:ItemId>
      <d2p1:NZOnly>true</d2p1:NZOnly>
      <d2p1:VarDesc>sample string 8</d2p1:VarDesc>
      <d2p1:VarType>sample string 7</d2p1:VarType>
      <d2p1:Y1F>true</d2p1:Y1F>
      <d2p1:Year>4</d2p1:Year>
    </d2p1:VariationsModel>
    <d2p1:VariationsModel>
      <d2p1:Amount>9</d2p1:Amount>
      <d2p1:CfvId>1</d2p1:CfvId>
      <d2p1:Instance>2025-04-28T09:46:38.8987636Z</d2p1:Instance>
      <d2p1:InstanceDesc>sample string 6</d2p1:InstanceDesc>
      <d2p1:ItemId>5</d2p1:ItemId>
      <d2p1:NZOnly>true</d2p1:NZOnly>
      <d2p1:VarDesc>sample string 8</d2p1:VarDesc>
      <d2p1:VarType>sample string 7</d2p1:VarType>
      <d2p1:Y1F>true</d2p1:Y1F>
      <d2p1:Year>4</d2p1:Year>
    </d2p1:VariationsModel>
  </Variations>
  <Year>1</Year>
</GSTQuoteModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.