POST api/Master/UploadSalespersonUpdate

Request Information

URI Parameters

None.

Body Parameters

UploadBookingSalesPersonInputs
NameDescriptionTypeAdditional information
BSU_ID

integer

None.

BSU_BKG_NUMBER

string

None.

BSU_SALES_CODE

string

None.

BSU_TYPE_CODE

string

None.

BSU_REF_NUM

string

None.

BSU_CP_ID

integer

None.

BSU_CREATED_BY

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BSU_ID": 1,
  "BSU_BKG_NUMBER": "sample string 1",
  "BSU_SALES_CODE": "sample string 2",
  "BSU_TYPE_CODE": "sample string 3",
  "BSU_REF_NUM": "sample string 4",
  "BSU_CP_ID": 1,
  "BSU_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<UploadBookingSalesPersonInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BSU_BKG_NUMBER>sample string 1</BSU_BKG_NUMBER>
  <BSU_CP_ID>1</BSU_CP_ID>
  <BSU_CREATED_BY>1</BSU_CREATED_BY>
  <BSU_ID>1</BSU_ID>
  <BSU_REF_NUM>sample string 4</BSU_REF_NUM>
  <BSU_SALES_CODE>sample string 2</BSU_SALES_CODE>
  <BSU_TYPE_CODE>sample string 3</BSU_TYPE_CODE>
</UploadBookingSalesPersonInputs>

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.