POST api/OtherCompanyNote/CreateOtherCompanyNote
Request Information
URI Parameters
None.
Body Parameters
OtherCompanyNoteProps| Name | Description | Type | Additional information |
|---|---|---|---|
| NotepId | string |
None. |
|
| FunctionName | string |
None. |
|
| FunctionDate | string |
None. |
|
| CreatedBy | string |
None. |
|
| NoteStatus | string |
None. |
|
| FileName | string |
None. |
|
| EventId | string |
None. |
|
| FunctionPlace | string |
None. |
|
| NoteMoiType | string |
None. |
|
| FunctionPerson | string |
None. |
|
| Functionday | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotepId": "sample string 1",
"FunctionName": "sample string 2",
"FunctionDate": "sample string 3",
"CreatedBy": "sample string 4",
"NoteStatus": "sample string 5",
"FileName": "sample string 6",
"EventId": "sample string 7",
"FunctionPlace": "sample string 8",
"NoteMoiType": "sample string 9",
"FunctionPerson": "sample string 10",
"Functionday": "sample string 11"
}
application/xml, text/xml
Sample:
<OtherCompanyNoteProps xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <CreatedBy>sample string 4</CreatedBy> <EventId>sample string 7</EventId> <FileName>sample string 6</FileName> <FunctionDate>sample string 3</FunctionDate> <FunctionName>sample string 2</FunctionName> <FunctionPerson>sample string 10</FunctionPerson> <FunctionPlace>sample string 8</FunctionPlace> <Functionday>sample string 11</Functionday> <NoteMoiType>sample string 9</NoteMoiType> <NoteStatus>sample string 5</NoteStatus> <NotepId>sample string 1</NotepId> </OtherCompanyNoteProps>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
DataSet| Name | Description | Type | Additional information |
|---|---|---|---|
| RemotingFormat | SerializationFormat |
None. |
|
| SchemaSerializationMode | SchemaSerializationMode |
None. |
|
| CaseSensitive | boolean |
None. |
|
| DefaultViewManager | Collection of Object |
None. |
|
| EnforceConstraints | boolean |
None. |
|
| DataSetName | string |
None. |
|
| Namespace | string |
None. |
|
| Prefix | string |
None. |
|
| ExtendedProperties | Dictionary of Object [key] and Object [value] |
None. |
|
| HasErrors | boolean |
None. |
|
| IsInitialized | boolean |
None. |
|
| Locale | CultureInfo |
None. |
|
| Site | ISite |
None. |
|
| Relations | Collection of Object |
None. |
|
| Tables | Collection of Object |
None. |
|
| Container | IContainer |
None. |
|
| DesignMode | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.