POST api/clerks/AddClerk
Request Information
URI Parameters
None.
Body Parameters
Clerk| Name | Description | Type | Additional information |
|---|---|---|---|
| ClerkId | string |
None. |
|
| ClerkDescription | string |
None. |
|
| Active | boolean |
None. |
|
| PhoneNo | string |
None. |
|
| FaxNo | string |
None. |
|
| MobilPhoneNo | string |
None. |
|
| string |
None. |
||
| Note | string |
None. |
|
| OperatorID | string |
None. |
|
| UserID | string |
None. |
|
| GroupID | string |
None. |
|
| RegistrationPlateNo | string |
None. |
|
| CostUnitID | string |
None. |
|
| CostCenterID | string |
None. |
|
| DocumentApprovalNotification | boolean |
None. |
|
| InsUpdDate | date |
None. |
Request Formats
application/xml, text/xml
Sample:
<Clerk xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ClerkId>sample string 1</ClerkId> <ClerkDescription>sample string 2</ClerkDescription> <Active>true</Active> <PhoneNo>sample string 3</PhoneNo> <FaxNo>sample string 4</FaxNo> <MobilPhoneNo>sample string 5</MobilPhoneNo> <eMail>sample string 6</eMail> <Note>sample string 7</Note> <OperatorID>sample string 8</OperatorID> <UserID>sample string 9</UserID> <GroupID>sample string 10</GroupID> <RegistrationPlateNo>sample string 11</RegistrationPlateNo> <CostUnitID>sample string 12</CostUnitID> <CostCenterID>sample string 13</CostCenterID> <DocumentApprovalNotification>true</DocumentApprovalNotification> <InsUpdDate>2025-11-03T08:02:12.0173454+01:00</InsUpdDate> </Clerk>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Keys | Collection of EntityKeyField |
None. |
|
| ResultCode | ExternalResultCode |
None. |
|
| Errors | Collection of Error |
None. |
Response Formats
application/xml, text/xml
Sample:
<CreateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Keys>
<Key>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</Key>
<Key>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</Key>
</Keys>
<ResultCode>None</ResultCode>
<Errors>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
</Errors>
</CreateResult>