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": "200dd3c5-9065-4c97-9898-08ca6c9a7e63",
"CompanyOperationsGuid": "fb133671-608c-4e51-9b3e-528414b4e9ac",
"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>fb133671-608c-4e51-9b3e-528414b4e9ac</CompanyOperationsGuid> <Guid>200dd3c5-9065-4c97-9898-08ca6c9a7e63</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. |