POST api/Surveyour/SurveyourClaimsAssigned
Request Information
URI Parameters
None.
Body Parameters
ClaimsSurveyours| Name | Description | Type | Additional information |
|---|---|---|---|
| CS_Id | integer |
None. |
|
| SurveyorId | integer |
None. |
|
| ClaimId | integer |
None. |
|
| PolicyId | integer |
None. |
|
| Remarks | string |
None. |
|
| Comment | string |
None. |
|
| TenantId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CS_Id": 1,
"SurveyorId": 2,
"ClaimId": 3,
"PolicyId": 4,
"Remarks": "sample string 5",
"Comment": "sample string 6",
"TenantId": 7,
"CreatedBy": 8,
"CreatedDate": "2025-12-13T10:33:49.3517248+05:00",
"UpdatedBy": 10,
"UpdatedDate": "2025-12-13T10:33:49.3517248+05:00",
"IsDeleted": true,
"IsActive": true
}
text/xml
Sample:
<ClaimsSurveyours xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MotoClaims.Entities.Surveyours"> <CS_Id>1</CS_Id> <ClaimId>3</ClaimId> <Comment>sample string 6</Comment> <CreatedBy>8</CreatedBy> <CreatedDate>2025-12-13T10:33:49.3517248+05:00</CreatedDate> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <PolicyId>4</PolicyId> <Remarks>sample string 5</Remarks> <SurveyorId>2</SurveyorId> <TenantId>7</TenantId> <UpdatedBy>10</UpdatedBy> <UpdatedDate>2025-12-13T10:33:49.3517248+05:00</UpdatedDate> </ClaimsSurveyours>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |