NAJMClaim


Click here for a complete list of operations.

SendDACaseUpdate

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /NAJMClaim.asmx HTTP/1.1
Host: najm.der3.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SendDACaseUpdate"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SendDACaseUpdate xmlns="http://tempuri.org/">
      <objRequest>
        <CaseDetails>
          <DACaseNumber>string</DACaseNumber>
          <DARegistrationTime>string</DARegistrationTime>
          <DACompletionDate>string</DACompletionDate>
          <AcciedentNo>string</AcciedentNo>
          <OwnerName>string</OwnerName>
          <OwnerId>string</OwnerId>
          <MobileNumber>string</MobileNumber>
          <ChasisNumber>string</ChasisNumber>
          <VehicleManufacturer>string</VehicleManufacturer>
          <PlateNo>string</PlateNo>
          <Model>string</Model>
          <Color>string</Color>
          <Year>string</Year>
          <FinalAssessmentTime>string</FinalAssessmentTime>
          <EstimatedBy>string</EstimatedBy>
          <EstimationCost>decimal</EstimationCost>
          <SCRejectReason>string</SCRejectReason>
          <BeforeDamageVehicleCost>decimal</BeforeDamageVehicleCost>
          <AfterDamageVehicleCost>decimal</AfterDamageVehicleCost>
          <IsHighCost>string</IsHighCost>
          <SCVehicleType>string</SCVehicleType>
          <ShowroomChiefComment>string</ShowroomChiefComment>
          <HighCostByUser>string</HighCostByUser>
          <HighCostByUserCompanyName>string</HighCostByUserCompanyName>
          <HighCostRejectDateTime>string</HighCostRejectDateTime>
          <SCAssessmentCity>string</SCAssessmentCity>
          <AreaName>string</AreaName>
          <TaqdeerTotalFees>decimal</TaqdeerTotalFees>
          <SCEstimationFees>decimal</SCEstimationFees>
          <SCVATAmount>decimal</SCVATAmount>
          <SCTotalFees>decimal</SCTotalFees>
          <AttendedBy>string</AttendedBy>
          <CaseType>string</CaseType>
          <SubCaseType>string</SubCaseType>
          <TotalCost>decimal</TotalCost>
          <SparePartsInfo>
            <SparePartDealer>string</SparePartDealer>
            <SparePartCost>decimal</SparePartCost>
            <SparePartDiscountPercent>decimal</SparePartDiscountPercent>
            <SparePartFinalCost>decimal</SparePartFinalCost>
            <SparePartList xsi:nil="true" />
          </SparePartsInfo>
          <FeesDetailList>
            <FeesDetail xsi:nil="true" />
            <FeesDetail xsi:nil="true" />
          </FeesDetailList>
        </CaseDetails>
      </objRequest>
    </SendDACaseUpdate>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SendDACaseUpdateResponse xmlns="http://tempuri.org/">
      <SendDACaseUpdateResult>
        <Status>boolean</Status>
        <DARefNumber>string</DARefNumber>
        <ErrorCode>string</ErrorCode>
        <ErrorMessage>string</ErrorMessage>
      </SendDACaseUpdateResult>
    </SendDACaseUpdateResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /NAJMClaim.asmx HTTP/1.1
Host: najm.der3.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SendDACaseUpdate xmlns="http://tempuri.org/">
      <objRequest>
        <CaseDetails>
          <DACaseNumber>string</DACaseNumber>
          <DARegistrationTime>string</DARegistrationTime>
          <DACompletionDate>string</DACompletionDate>
          <AcciedentNo>string</AcciedentNo>
          <OwnerName>string</OwnerName>
          <OwnerId>string</OwnerId>
          <MobileNumber>string</MobileNumber>
          <ChasisNumber>string</ChasisNumber>
          <VehicleManufacturer>string</VehicleManufacturer>
          <PlateNo>string</PlateNo>
          <Model>string</Model>
          <Color>string</Color>
          <Year>string</Year>
          <FinalAssessmentTime>string</FinalAssessmentTime>
          <EstimatedBy>string</EstimatedBy>
          <EstimationCost>decimal</EstimationCost>
          <SCRejectReason>string</SCRejectReason>
          <BeforeDamageVehicleCost>decimal</BeforeDamageVehicleCost>
          <AfterDamageVehicleCost>decimal</AfterDamageVehicleCost>
          <IsHighCost>string</IsHighCost>
          <SCVehicleType>string</SCVehicleType>
          <ShowroomChiefComment>string</ShowroomChiefComment>
          <HighCostByUser>string</HighCostByUser>
          <HighCostByUserCompanyName>string</HighCostByUserCompanyName>
          <HighCostRejectDateTime>string</HighCostRejectDateTime>
          <SCAssessmentCity>string</SCAssessmentCity>
          <AreaName>string</AreaName>
          <TaqdeerTotalFees>decimal</TaqdeerTotalFees>
          <SCEstimationFees>decimal</SCEstimationFees>
          <SCVATAmount>decimal</SCVATAmount>
          <SCTotalFees>decimal</SCTotalFees>
          <AttendedBy>string</AttendedBy>
          <CaseType>string</CaseType>
          <SubCaseType>string</SubCaseType>
          <TotalCost>decimal</TotalCost>
          <SparePartsInfo>
            <SparePartDealer>string</SparePartDealer>
            <SparePartCost>decimal</SparePartCost>
            <SparePartDiscountPercent>decimal</SparePartDiscountPercent>
            <SparePartFinalCost>decimal</SparePartFinalCost>
            <SparePartList xsi:nil="true" />
          </SparePartsInfo>
          <FeesDetailList>
            <FeesDetail xsi:nil="true" />
            <FeesDetail xsi:nil="true" />
          </FeesDetailList>
        </CaseDetails>
      </objRequest>
    </SendDACaseUpdate>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <SendDACaseUpdateResponse xmlns="http://tempuri.org/">
      <SendDACaseUpdateResult>
        <Status>boolean</Status>
        <DARefNumber>string</DARefNumber>
        <ErrorCode>string</ErrorCode>
        <ErrorMessage>string</ErrorMessage>
      </SendDACaseUpdateResult>
    </SendDACaseUpdateResponse>
  </soap12:Body>
</soap12:Envelope>