POST Api/AccountExec/AddUpdateAccountExec
Request Information
URI Parameters
None.
Body Parameters
NAServicesAccountExecModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ExecId | string |
None. |
|
| ExecName | string |
None. |
|
| Manager | string |
None. |
|
| Segment | string |
None. |
|
| SegmentId | integer |
None. |
|
| IsActive | boolean |
None. |
|
| ErrorId | integer |
None. |
|
| Notes | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ConfigDateTimeFormat | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ExecId": "sample string 2",
"ExecName": "sample string 3",
"Manager": "sample string 4",
"Segment": "sample string 5",
"SegmentId": 1,
"IsActive": true,
"ErrorId": 7,
"Notes": "sample string 8",
"ModifiedDate": "2025-11-05T19:24:40.1600856+00:00",
"ConfigDateTimeFormat": "sample string 10",
"ModifiedBy": "sample string 11",
"ModifiedId": 1
}
application/xml, text/xml
Sample:
<NAServicesAccountExecModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels.NAServices"> <ConfigDateTimeFormat>sample string 10</ConfigDateTimeFormat> <ErrorId>7</ErrorId> <ExecId>sample string 2</ExecId> <ExecName>sample string 3</ExecName> <Id>1</Id> <IsActive>true</IsActive> <Manager>sample string 4</Manager> <ModifiedBy>sample string 11</ModifiedBy> <ModifiedDate>2025-11-05T19:24:40.1600856+00:00</ModifiedDate> <ModifiedId>1</ModifiedId> <Notes>sample string 8</Notes> <Segment>sample string 5</Segment> <SegmentId>1</SegmentId> </NAServicesAccountExecModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.