Update an existing SalesPerson
PUT
/v{version}/salesPersonsUpdate an existing SalesPerson...
Request
Path Params
version
string
required
The requested API version
Default:
2.0
Body Params application/x-www-form-urlencoded
sales_person_id
integer <int32>
optional
Gets or Sets SalesPersonId
sales_person_code
string
optional
Gets or Sets SalesPersonCode
name
string
optional
Gets or Sets Name
classification_code
integer <int32>
optional
Gets or Sets ClassificationCode
credit_limit
number <double>
optional
Gets or Sets CreditLimit
external_id
string
optional
Gets or Sets External ID
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
Forbidden(403)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
OK
Data Schema
No schema defined
Example
Not configured
Last modified: 5 days ago