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": "dc5bb3af-2e41-45a7-b1a8-acffd0ccd100",
"CompanyOperationsGuid": "82376604-5ec8-46f9-af6b-6bff90b279e5",
"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>82376604-5ec8-46f9-af6b-6bff90b279e5</CompanyOperationsGuid> <Guid>dc5bb3af-2e41-45a7-b1a8-acffd0ccd100</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. |