PUT operation/PutCompanyOperationNote
Request Information
URI Parameters
None.
Body Parameters
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": "b3c25d7c-b8e9-47b9-8dad-fa1c45e72f52",
"CompanyOperationsGuid": "06e2ed31-b4ec-47aa-822f-e67867658b3c",
"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>06e2ed31-b4ec-47aa-822f-e67867658b3c</CompanyOperationsGuid> <Guid>b3c25d7c-b8e9-47b9-8dad-fa1c45e72f52</Guid> <Id>1</Id> <Remark>sample string 2</Remark> </CompanyOperationsNotesInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
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. |