POST SalesRepresentative/Save
Saves the specified Sales Representative.
Request Information
URI Parameters
None.
Body Parameters
The Sales Representative.
Sales Representative| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| LastName | string |
String length: inclusive between 0 and 50 |
|
| Name | string |
Read Only / System Generated |
|
| Active | bool |
Required |
|
| string |
None. |
||
| Mobile | string |
String length: inclusive between 0 and 30 |
|
| Telephone | string |
String length: inclusive between 0 and 30 |
|
| Created | date |
Read Only / System Generated |
|
| Modified | nullable date |
Read Only / System Generated |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Name": "sample string 2 sample string 3",
"Active": true,
"Email": "sample string 6",
"Mobile": "sample string 7",
"Telephone": "sample string 8",
"Created": "2025-10-30",
"Modified": "2025-10-30"
}
Response Information
Resource Description
Sales Representative| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| FirstName | string |
Required String length: inclusive between 0 and 50 |
|
| LastName | string |
String length: inclusive between 0 and 50 |
|
| Name | string |
Read Only / System Generated |
|
| Active | bool |
Required |
|
| string |
None. |
||
| Mobile | string |
String length: inclusive between 0 and 30 |
|
| Telephone | string |
String length: inclusive between 0 and 30 |
|
| Created | date |
Read Only / System Generated |
|
| Modified | nullable date |
Read Only / System Generated |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Name": "sample string 2 sample string 3",
"Active": true,
"Email": "sample string 6",
"Mobile": "sample string 7",
"Telephone": "sample string 8",
"Created": "2025-10-30",
"Modified": "2025-10-30"
}