POST api/DepotOnline/PutAssignSurveyor

Request Information

URI Parameters

None.

Body Parameters

AssignSurveyorInputs
NameDescriptionTypeAdditional information
MNR_ID

integer

None.

MNR_AP_SUR_ID

integer

None.

MNR_SUR_CUR_ID

integer

None.

MNR_SUR_AMT

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "MNR_ID": 1,
  "MNR_AP_SUR_ID": 1,
  "MNR_SUR_CUR_ID": 1,
  "MNR_SUR_AMT": 1.1
}

application/xml, text/xml

Sample:
<AssignSurveyorInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <MNR_AP_SUR_ID>1</MNR_AP_SUR_ID>
  <MNR_ID>1</MNR_ID>
  <MNR_SUR_AMT>1.1</MNR_SUR_AMT>
  <MNR_SUR_CUR_ID>1</MNR_SUR_CUR_ID>
</AssignSurveyorInputs>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.