PUT operation/PostCompanyOperationNote
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": "f62a3e1b-689c-4655-8de3-4161d6265696",
"CompanyOperationsGuid": "3aa6cce8-e1df-4472-b2ce-523fed79f59e",
"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>3aa6cce8-e1df-4472-b2ce-523fed79f59e</CompanyOperationsGuid> <Guid>f62a3e1b-689c-4655-8de3-4161d6265696</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. |