PUT operation/PostCompanyOperationNote
Create Company operation notes
Request Information
URI Parameters
None.
Body Parameters
Company operation notes
CompanyOperationsNotesInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Guid | globally unique identifier |
None. |
|
| CompanyOperationsGuid | globally unique identifier |
None. |
|
| Remark | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Guid": "c943b2b1-6294-4e52-ad06-c68d020f29df",
"CompanyOperationsGuid": "2c74aebe-9b2f-4f3f-80c6-e62cb06c78b5",
"Remark": "sample string 2"
}
application/xml, text/xml
Sample:
<CompanyOperationsNotesInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApi.Models.Inputs"> <CompanyOperationsGuid>2c74aebe-9b2f-4f3f-80c6-e62cb06c78b5</CompanyOperationsGuid> <Guid>c943b2b1-6294-4e52-ad06-c68d020f29df</Guid> <Id>1</Id> <Remark>sample string 2</Remark> </CompanyOperationsNotesInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Company operation notes
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |