POST api/GIT/UpdateGITQuote
Request Information
URI Parameters
None.
Body Parameters
GITUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuredName | string |
None. |
|
| CoverScope | string |
None. |
|
| Policystarts | date |
None. |
|
| duration | string |
None. |
|
| VehicleReg | string |
None. |
|
| VTo | string |
None. |
|
| VFrom | string |
None. |
|
| EstimatedCarrying | string |
None. |
|
| GeographicalLocation | string |
None. |
|
| LimitCarriage | string |
None. |
|
| LTA | decimal number |
None. |
|
| SumInsured | decimal number |
None. |
|
| Premium | decimal number |
None. |
|
| SubmittedBy | string |
None. |
|
| Id | integer |
None. |
|
| SubmittedOn | date |
None. |
|
| QuotationNo | string |
None. |
|
| CoverType | string |
None. |
|
| ModifyBy | string |
None. |
|
| ModifyOn | date |
None. |
|
| Status | string |
None. |
|
| Address | string |
None. |
|
| State | string |
None. |
|
| DoB | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InsuredName": "sample string 1",
"CoverScope": "sample string 2",
"Policystarts": "2026-09-01T05:41:00.8582437+01:00",
"duration": "sample string 3",
"VehicleReg": "sample string 4",
"VTo": "sample string 5",
"VFrom": "sample string 6",
"EstimatedCarrying": "sample string 7",
"GeographicalLocation": "sample string 8",
"LimitCarriage": "sample string 9",
"LTA": 10.1,
"SumInsured": 11.1,
"Premium": 12.1,
"SubmittedBy": "sample string 13",
"Id": 14,
"SubmittedOn": "2026-09-01T05:41:00.8582437+01:00",
"QuotationNo": "sample string 15",
"CoverType": "sample string 16",
"ModifyBy": "sample string 17",
"ModifyOn": "2026-09-01T05:41:00.8582437+01:00",
"Status": "sample string 18",
"Address": "sample string 19",
"State": "sample string 20",
"DoB": "sample string 21"
}
application/xml, text/xml
Sample:
<GITUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHICoreRestAPI.Core.Models.GIT"> <Address>sample string 19</Address> <CoverType>sample string 16</CoverType> <DoB>sample string 21</DoB> <Id>14</Id> <ModifyBy>sample string 17</ModifyBy> <ModifyOn>2026-09-01T05:41:00.8582437+01:00</ModifyOn> <QuotationNo>sample string 15</QuotationNo> <State>sample string 20</State> <Status>sample string 18</Status> <SubmittedOn>2026-09-01T05:41:00.8582437+01:00</SubmittedOn> <CoverScope>sample string 2</CoverScope> <EstimatedCarrying>sample string 7</EstimatedCarrying> <GeographicalLocation>sample string 8</GeographicalLocation> <InsuredName>sample string 1</InsuredName> <LTA>10.1</LTA> <LimitCarriage>sample string 9</LimitCarriage> <Policystarts>2026-09-01T05:41:00.8582437+01:00</Policystarts> <Premium>12.1</Premium> <SubmittedBy>sample string 13</SubmittedBy> <SumInsured>11.1</SumInsured> <VFrom>sample string 6</VFrom> <VTo>sample string 5</VTo> <VehicleReg>sample string 4</VehicleReg> <duration>sample string 3</duration> </GITUpdate>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
GITResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccessful | boolean |
None. |
|
| QouteNo | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsSuccessful": true,
"QouteNo": "sample string 2",
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<GITResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CHICoreRestAPI.Core.Models.GIT"> <IsSuccessful>true</IsSuccessful> <Message>sample string 3</Message> <QouteNo>sample string 2</QouteNo> </GITResponse>