GET ReferenceData/GetWorkProviderOption?workProviderCode={workProviderCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
workProviderCode

integer

Required

Body Parameters

None.

Response Information

Resource Description

WebApiResultOfWorkProviderOptionDTO
NameDescriptionTypeAdditional information
Success

boolean

None.

Data

WorkProviderOptionDTO

None.

ErrorMessage

string

None.

Exception

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Data": {
    "AllowCreateAssessment": true,
    "AttachmentMaxCount": 2,
    "AttachmentMaxSize": 3,
    "AttachmentRestrictMime": true,
    "AttachmentRestrictType": true,
    "AutoName": true,
    "CalcMarkUpFromOEM": true,
    "ClaimantTypeEnabled": true,
    "IsThirdParty": true,
    "MandateVINRegSearch": true,
    "ManualEstimateEnabled": true,
    "PearlescentUpliftPcnt": 12.1,
    "PearlRateEditAllowed": true,
    "PNETEnabled": true,
    "ReferenceSequence": 15,
    "SignatureEnabled": true,
    "UserStatusNotEditable": true,
    "WriteOffIndEnabled": true,
    "WriteOffPercentage": 19.1
  },
  "ErrorMessage": "sample string 2",
  "Exception": "sample string 3"
}

application/xml, text/xml

Sample:
<WebApiResultOfWorkProviderOptionDTO2qdtseXB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Audatex.AudaMobile.WebApi.Models">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Audatex.AudaMobile.WebApi.Models.DTO">
    <d2p1:AllowCreateAssessment>true</d2p1:AllowCreateAssessment>
    <d2p1:AttachmentMaxCount>2</d2p1:AttachmentMaxCount>
    <d2p1:AttachmentMaxSize>3</d2p1:AttachmentMaxSize>
    <d2p1:AttachmentRestrictMime>true</d2p1:AttachmentRestrictMime>
    <d2p1:AttachmentRestrictType>true</d2p1:AttachmentRestrictType>
    <d2p1:AutoName>true</d2p1:AutoName>
    <d2p1:CalcMarkUpFromOEM>true</d2p1:CalcMarkUpFromOEM>
    <d2p1:ClaimantTypeEnabled>true</d2p1:ClaimantTypeEnabled>
    <d2p1:IsThirdParty>true</d2p1:IsThirdParty>
    <d2p1:MandateVINRegSearch>true</d2p1:MandateVINRegSearch>
    <d2p1:ManualEstimateEnabled>true</d2p1:ManualEstimateEnabled>
    <d2p1:PNETEnabled>true</d2p1:PNETEnabled>
    <d2p1:PearlRateEditAllowed>true</d2p1:PearlRateEditAllowed>
    <d2p1:PearlescentUpliftPcnt>12.1</d2p1:PearlescentUpliftPcnt>
    <d2p1:ReferenceSequence>15</d2p1:ReferenceSequence>
    <d2p1:SignatureEnabled>true</d2p1:SignatureEnabled>
    <d2p1:UserStatusNotEditable>true</d2p1:UserStatusNotEditable>
    <d2p1:WriteOffIndEnabled>true</d2p1:WriteOffIndEnabled>
    <d2p1:WriteOffPercentage>19.1</d2p1:WriteOffPercentage>
  </Data>
  <ErrorMessage>sample string 2</ErrorMessage>
  <Exception>sample string 3</Exception>
  <Success>true</Success>
</WebApiResultOfWorkProviderOptionDTO2qdtseXB>