POST api/Appraisals

Request Information

URI Parameters

None.

Body Parameters

Appraisal
NameDescriptionTypeAdditional information
AuthorizationID

string

String length: inclusive between 0 and 15

AppraisalID

integer

None.

ApprBrkID

integer

None.

ApprBrkCode

string

String length: inclusive between 0 and 20

AppType

string

String length: inclusive between 0 and 10

AppAppliesTo

string

String length: inclusive between 0 and 15

AppOrderDate

date

None.

AppAssign

date

None.

AppAssignFee

decimal number

None.

AppAssignCancelled

date

None.

AppCanByWho

string

String length: inclusive between 0 and 10

APPCofO

integer

None.

AppSeptic

integer

None.

AppWell

integer

None.

AppSmoke

integer

None.

AppRadon

integer

None.

AppOthers

integer

None.

AppOthList

string

String length: inclusive between 0 and 25

AppVerbalPsP

decimal number

None.

AppVerbalSlP

decimal number

None.

AppVerbalRecd

date

None.

AppWritPsP

decimal number

None.

AppWritSlP

decimal number

None.

AppWritRecd

date

None.

AppRevWho

string

String length: inclusive between 0 and 50

AppRevDate

date

None.

AppPropResale

decimal number

None.

AppPropVar

decimal number

None.

AppPropPer

decimal number

None.

AppStatus

string

String length: inclusive between 0 and 20

AppUser1

string

String length: inclusive between 0 and 25

AppUser2

string

String length: inclusive between 0 and 25

AppUser3

string

String length: inclusive between 0 and 25

AppUser4

string

String length: inclusive between 0 and 25

AppUser5

string

String length: inclusive between 0 and 25

AppUser6

string

String length: inclusive between 0 and 25

AppUser7

string

String length: inclusive between 0 and 25

AppUser8

string

String length: inclusive between 0 and 25

AppUser9

string

String length: inclusive between 0 and 25

AppUser10

string

String length: inclusive between 0 and 25

MasterRecCode

string

String length: inclusive between 0 and 10

Comment

string

String length: inclusive between 0 and 2000

AppDateDiff

integer

None.

DelayReason

string

String length: inclusive between 0 and 255

AgentSelected

string

String length: inclusive between 0 and 1

ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AuthorizationID": "sample string 1",
  "AppraisalID": 2,
  "ApprBrkID": 1,
  "ApprBrkCode": "sample string 3",
  "AppType": "sample string 4",
  "AppAppliesTo": "sample string 5",
  "AppOrderDate": "2025-05-09T17:42:34.6938354+00:00",
  "AppAssign": "2025-05-09T17:42:34.6938354+00:00",
  "AppAssignFee": 1.0,
  "AppAssignCancelled": "2025-05-09T17:42:34.6938354+00:00",
  "AppCanByWho": "sample string 6",
  "APPCofO": 1,
  "AppSeptic": 1,
  "AppWell": 1,
  "AppSmoke": 1,
  "AppRadon": 1,
  "AppOthers": 1,
  "AppOthList": "sample string 7",
  "AppVerbalPsP": 1.0,
  "AppVerbalSlP": 1.0,
  "AppVerbalRecd": "2025-05-09T17:42:34.6938354+00:00",
  "AppWritPsP": 1.0,
  "AppWritSlP": 1.0,
  "AppWritRecd": "2025-05-09T17:42:34.6938354+00:00",
  "AppRevWho": "sample string 8",
  "AppRevDate": "2025-05-09T17:42:34.6938354+00:00",
  "AppPropResale": 1.0,
  "AppPropVar": 1.0,
  "AppPropPer": 1.1,
  "AppStatus": "sample string 9",
  "AppUser1": "sample string 10",
  "AppUser2": "sample string 11",
  "AppUser3": "sample string 12",
  "AppUser4": "sample string 13",
  "AppUser5": "sample string 14",
  "AppUser6": "sample string 15",
  "AppUser7": "sample string 16",
  "AppUser8": "sample string 17",
  "AppUser9": "sample string 18",
  "AppUser10": "sample string 19",
  "MasterRecCode": "sample string 20",
  "Comment": "sample string 21",
  "AppDateDiff": 1,
  "DelayReason": "sample string 22",
  "AgentSelected": "sample string 23",
  "ID": 24
}

application/xml, text/xml

Sample:
<Appraisal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <APPCofO>1</APPCofO>
  <AgentSelected>sample string 23</AgentSelected>
  <AppAppliesTo>sample string 5</AppAppliesTo>
  <AppAssign>2025-05-09T17:42:34.6938354+00:00</AppAssign>
  <AppAssignCancelled>2025-05-09T17:42:34.6938354+00:00</AppAssignCancelled>
  <AppAssignFee>1</AppAssignFee>
  <AppCanByWho>sample string 6</AppCanByWho>
  <AppDateDiff>1</AppDateDiff>
  <AppOrderDate>2025-05-09T17:42:34.6938354+00:00</AppOrderDate>
  <AppOthList>sample string 7</AppOthList>
  <AppOthers>1</AppOthers>
  <AppPropPer>1.1</AppPropPer>
  <AppPropResale>1</AppPropResale>
  <AppPropVar>1</AppPropVar>
  <AppRadon>1</AppRadon>
  <AppRevDate>2025-05-09T17:42:34.6938354+00:00</AppRevDate>
  <AppRevWho>sample string 8</AppRevWho>
  <AppSeptic>1</AppSeptic>
  <AppSmoke>1</AppSmoke>
  <AppStatus>sample string 9</AppStatus>
  <AppType>sample string 4</AppType>
  <AppUser1>sample string 10</AppUser1>
  <AppUser10>sample string 19</AppUser10>
  <AppUser2>sample string 11</AppUser2>
  <AppUser3>sample string 12</AppUser3>
  <AppUser4>sample string 13</AppUser4>
  <AppUser5>sample string 14</AppUser5>
  <AppUser6>sample string 15</AppUser6>
  <AppUser7>sample string 16</AppUser7>
  <AppUser8>sample string 17</AppUser8>
  <AppUser9>sample string 18</AppUser9>
  <AppVerbalPsP>1</AppVerbalPsP>
  <AppVerbalRecd>2025-05-09T17:42:34.6938354+00:00</AppVerbalRecd>
  <AppVerbalSlP>1</AppVerbalSlP>
  <AppWell>1</AppWell>
  <AppWritPsP>1</AppWritPsP>
  <AppWritRecd>2025-05-09T17:42:34.6938354+00:00</AppWritRecd>
  <AppWritSlP>1</AppWritSlP>
  <ApprBrkCode>sample string 3</ApprBrkCode>
  <ApprBrkID>1</ApprBrkID>
  <AppraisalID>2</AppraisalID>
  <AuthorizationID>sample string 1</AuthorizationID>
  <Comment>sample string 21</Comment>
  <DelayReason>sample string 22</DelayReason>
  <ID>24</ID>
  <MasterRecCode>sample string 20</MasterRecCode>
</Appraisal>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Appraisal
NameDescriptionTypeAdditional information
AuthorizationID

string

String length: inclusive between 0 and 15

AppraisalID

integer

None.

ApprBrkID

integer

None.

ApprBrkCode

string

String length: inclusive between 0 and 20

AppType

string

String length: inclusive between 0 and 10

AppAppliesTo

string

String length: inclusive between 0 and 15

AppOrderDate

date

None.

AppAssign

date

None.

AppAssignFee

decimal number

None.

AppAssignCancelled

date

None.

AppCanByWho

string

String length: inclusive between 0 and 10

APPCofO

integer

None.

AppSeptic

integer

None.

AppWell

integer

None.

AppSmoke

integer

None.

AppRadon

integer

None.

AppOthers

integer

None.

AppOthList

string

String length: inclusive between 0 and 25

AppVerbalPsP

decimal number

None.

AppVerbalSlP

decimal number

None.

AppVerbalRecd

date

None.

AppWritPsP

decimal number

None.

AppWritSlP

decimal number

None.

AppWritRecd

date

None.

AppRevWho

string

String length: inclusive between 0 and 50

AppRevDate

date

None.

AppPropResale

decimal number

None.

AppPropVar

decimal number

None.

AppPropPer

decimal number

None.

AppStatus

string

String length: inclusive between 0 and 20

AppUser1

string

String length: inclusive between 0 and 25

AppUser2

string

String length: inclusive between 0 and 25

AppUser3

string

String length: inclusive between 0 and 25

AppUser4

string

String length: inclusive between 0 and 25

AppUser5

string

String length: inclusive between 0 and 25

AppUser6

string

String length: inclusive between 0 and 25

AppUser7

string

String length: inclusive between 0 and 25

AppUser8

string

String length: inclusive between 0 and 25

AppUser9

string

String length: inclusive between 0 and 25

AppUser10

string

String length: inclusive between 0 and 25

MasterRecCode

string

String length: inclusive between 0 and 10

Comment

string

String length: inclusive between 0 and 2000

AppDateDiff

integer

None.

DelayReason

string

String length: inclusive between 0 and 255

AgentSelected

string

String length: inclusive between 0 and 1

ID

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "AuthorizationID": "sample string 1",
  "AppraisalID": 2,
  "ApprBrkID": 1,
  "ApprBrkCode": "sample string 3",
  "AppType": "sample string 4",
  "AppAppliesTo": "sample string 5",
  "AppOrderDate": "2025-05-09T17:42:34.7094632+00:00",
  "AppAssign": "2025-05-09T17:42:34.7094632+00:00",
  "AppAssignFee": 1.0,
  "AppAssignCancelled": "2025-05-09T17:42:34.7094632+00:00",
  "AppCanByWho": "sample string 6",
  "APPCofO": 1,
  "AppSeptic": 1,
  "AppWell": 1,
  "AppSmoke": 1,
  "AppRadon": 1,
  "AppOthers": 1,
  "AppOthList": "sample string 7",
  "AppVerbalPsP": 1.0,
  "AppVerbalSlP": 1.0,
  "AppVerbalRecd": "2025-05-09T17:42:34.7094632+00:00",
  "AppWritPsP": 1.0,
  "AppWritSlP": 1.0,
  "AppWritRecd": "2025-05-09T17:42:34.7094632+00:00",
  "AppRevWho": "sample string 8",
  "AppRevDate": "2025-05-09T17:42:34.7094632+00:00",
  "AppPropResale": 1.0,
  "AppPropVar": 1.0,
  "AppPropPer": 1.1,
  "AppStatus": "sample string 9",
  "AppUser1": "sample string 10",
  "AppUser2": "sample string 11",
  "AppUser3": "sample string 12",
  "AppUser4": "sample string 13",
  "AppUser5": "sample string 14",
  "AppUser6": "sample string 15",
  "AppUser7": "sample string 16",
  "AppUser8": "sample string 17",
  "AppUser9": "sample string 18",
  "AppUser10": "sample string 19",
  "MasterRecCode": "sample string 20",
  "Comment": "sample string 21",
  "AppDateDiff": 1,
  "DelayReason": "sample string 22",
  "AgentSelected": "sample string 23",
  "ID": 24
}

application/xml, text/xml

Sample:
<Appraisal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <APPCofO>1</APPCofO>
  <AgentSelected>sample string 23</AgentSelected>
  <AppAppliesTo>sample string 5</AppAppliesTo>
  <AppAssign>2025-05-09T17:42:34.7094632+00:00</AppAssign>
  <AppAssignCancelled>2025-05-09T17:42:34.7094632+00:00</AppAssignCancelled>
  <AppAssignFee>1</AppAssignFee>
  <AppCanByWho>sample string 6</AppCanByWho>
  <AppDateDiff>1</AppDateDiff>
  <AppOrderDate>2025-05-09T17:42:34.7094632+00:00</AppOrderDate>
  <AppOthList>sample string 7</AppOthList>
  <AppOthers>1</AppOthers>
  <AppPropPer>1.1</AppPropPer>
  <AppPropResale>1</AppPropResale>
  <AppPropVar>1</AppPropVar>
  <AppRadon>1</AppRadon>
  <AppRevDate>2025-05-09T17:42:34.7094632+00:00</AppRevDate>
  <AppRevWho>sample string 8</AppRevWho>
  <AppSeptic>1</AppSeptic>
  <AppSmoke>1</AppSmoke>
  <AppStatus>sample string 9</AppStatus>
  <AppType>sample string 4</AppType>
  <AppUser1>sample string 10</AppUser1>
  <AppUser10>sample string 19</AppUser10>
  <AppUser2>sample string 11</AppUser2>
  <AppUser3>sample string 12</AppUser3>
  <AppUser4>sample string 13</AppUser4>
  <AppUser5>sample string 14</AppUser5>
  <AppUser6>sample string 15</AppUser6>
  <AppUser7>sample string 16</AppUser7>
  <AppUser8>sample string 17</AppUser8>
  <AppUser9>sample string 18</AppUser9>
  <AppVerbalPsP>1</AppVerbalPsP>
  <AppVerbalRecd>2025-05-09T17:42:34.7094632+00:00</AppVerbalRecd>
  <AppVerbalSlP>1</AppVerbalSlP>
  <AppWell>1</AppWell>
  <AppWritPsP>1</AppWritPsP>
  <AppWritRecd>2025-05-09T17:42:34.7094632+00:00</AppWritRecd>
  <AppWritSlP>1</AppWritSlP>
  <ApprBrkCode>sample string 3</ApprBrkCode>
  <ApprBrkID>1</ApprBrkID>
  <AppraisalID>2</AppraisalID>
  <AuthorizationID>sample string 1</AuthorizationID>
  <Comment>sample string 21</Comment>
  <DelayReason>sample string 22</DelayReason>
  <ID>24</ID>
  <MasterRecCode>sample string 20</MasterRecCode>
</Appraisal>