PUT crm/shipto/note

By Note Code, Update Customer Ship To Note

Request Information

URI Parameters

None.

Body Parameters

Interprise.Web.Services.Models.CRMNoteUpdateInput
NameDescriptionTypeAdditional information
NoteCode

string

None.

ContactFullName

Specify contact full name if you want to change the assigned contact

string

None.

Title

string

None.

Notes

string

None.

CustomFields

Collection of all the custom fields in CRMNote table

Collection of Interprise.Web.Services.Models.CustomField

None.

Request Formats

{
  "noteCode": "sample string 1",
  "contactFullName": "sample string 2",
  "title": "sample string 3",
  "notes": "sample string 4",
  "customFields": [
    {
      "field": "sample string 1",
      "value": {}
    },
    {
      "field": "sample string 1",
      "value": {}
    }
  ]
}
<CRMNoteUpdateInput xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <NoteCode>sample string 1</NoteCode>
  <ContactFullName>sample string 2</ContactFullName>
  <Title>sample string 3</Title>
  <Notes>sample string 4</Notes>
  <CustomFields>
    <CustomField>
      <Field>sample string 1</Field>
      <Value />
    </CustomField>
    <CustomField>
      <Field>sample string 1</Field>
      <Value />
    </CustomField>
  </CustomFields>
</CRMNoteUpdateInput>

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'CRMNoteUpdateInput'.

Response Information

Resource Description

Interprise.Web.Services.Http.MetadataOfInterprise.Web.Services.Models.CRMNoteUpdateInput
NameDescriptionTypeAdditional information
data

Interprise.Web.Services.Http.DataNodeOfInterprise.Web.Services.Models.CRMNoteUpdateInput

None.

links

Interprise.Web.Services.Http.LinksNode

None.

Response Formats

Sample not available.