POST api/Master/PutSalespersonUpdate

Request Information

URI Parameters

None.

Body Parameters

SalesPersonUpdateInputs
NameDescriptionTypeAdditional information
BSU_ID

integer

None.

BSU_BKG_ID

integer

None.

BSU_SALES_ID

integer

None.

BSU_TYPE

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_ID": 1,
  "BSU_SALES_ID": 1,
  "BSU_TYPE": "sample string 1",
  "BSU_REF_NUM": "sample string 2",
  "BSU_CP_ID": 1,
  "BSU_CREATED_BY": 1
}

application/xml, text/xml

Sample:
<SalesPersonUpdateInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <BSU_BKG_ID>1</BSU_BKG_ID>
  <BSU_CP_ID>1</BSU_CP_ID>
  <BSU_CREATED_BY>1</BSU_CREATED_BY>
  <BSU_ID>1</BSU_ID>
  <BSU_REF_NUM>sample string 2</BSU_REF_NUM>
  <BSU_SALES_ID>1</BSU_SALES_ID>
  <BSU_TYPE>sample string 1</BSU_TYPE>
</SalesPersonUpdateInputs>

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.