Create a receivables invoice note

post

/fscmRestApi/resources/11.13.18.05/receivablesInvoices/{CustomerTransactionId}/child/notes

Request

Path Parameters
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Contact Relationship ID
    The unique identifier of the relationship populated when the note is associated with a contact.
  • Title: Corporate Currency Code
    Maximum Length: 15
    The corporate currency code of the note associated with the contact.
  • Title: Creator Party ID
    The unique identifier of the party who created the note.
  • Title: Currency Conversion Rate Type
    Maximum Length: 30
    The currency conversion rate type associated with the note.
  • Title: Currency
    Maximum Length: 15
    The currency code associated with the note.
  • Maximum Length: 30
    The alternate unique identifier of the note. A user key that's system generated or from an external system.
  • Title: Title
    Maximum Length: 500
    The title of the note entered by the user.
  • Title: Note
    The text of the note on the invoice.
  • Title: Type
    Maximum Length: 30
    The code for categorization of the note type. A list of valid values is defined in the lookup NoteSourceTypeVA.
  • Title: Parent Note ID
    The unique identifier of the parent note.
  • Title: Related Object Type
    Maximum Length: 30
    The code indicating the source object as defined in OBJECTS Metadata. Possible values are Activities, Opportunities, and Sales Business Plan.
  • Title: Related Object
    Maximum Length: 64
    The unique identifier of the source object as defined in OBJECTS Metadata. Examples are Activities and Opportunities.
  • Title: Private
    Maximum Length: 30
    Default Value: INTERNAL
    The visibility level of the note, such as Private, Internal, or External. A list of valid values is defined in the lookup NoteVisibilityLookupVA.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : receivablesInvoices-notes-item-response
Type: object
Show Source
  • Title: Contact Relationship ID
    The unique identifier of the relationship populated when the note is associated with a contact.
  • Title: Corporate Currency Code
    Maximum Length: 15
    The corporate currency code of the note associated with the contact.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the note.
  • Title: Creation Date
    Read Only: true
    The date when the note was created.
  • Title: Creator Party ID
    The unique identifier of the party who created the note.
  • Title: Currency Conversion Rate Type
    Maximum Length: 30
    The currency conversion rate type associated with the note.
  • Title: Currency
    Maximum Length: 15
    The currency code associated with the note.
  • Title: Delete Indicator
    Read Only: true
    The option used to indicate whether the note can be deleted.
  • Title: Primary Email
    Read Only: true
    Maximum Length: 320
    The email address of the user who created the note.
  • Title: Primary Address
    Read Only: true
    The address of the user who created the note.
  • Title: Primary Phone
    Read Only: true
    The phone number of the user who created the note.
  • Title: Last Update Date
    Read Only: true
    The date when the note was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the note.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login of the user who last updated the note.
  • Links
  • Title: Note ID
    Read Only: true
    The unique identifier of the note.
  • Maximum Length: 30
    The alternate unique identifier of the note. A user key that's system generated or from an external system.
  • Title: Title
    Maximum Length: 500
    The title of the note entered by the user.
  • Title: Note
    The text of the note on the invoice.
  • Title: Type
    Maximum Length: 30
    The code for categorization of the note type. A list of valid values is defined in the lookup NoteSourceTypeVA.
  • Title: Parent Note ID
    The unique identifier of the parent note.
  • Title: Party ID
    Read Only: true
    The unique identifier of the party associated with the note.
  • Title: Author
    Read Only: true
    Maximum Length: 360
    The name of the party associated with the note on the invoice.
  • Title: Related Object Type
    Maximum Length: 30
    The code indicating the source object as defined in OBJECTS Metadata. Possible values are Activities, Opportunities, and Sales Business Plan.
  • Title: Related Object
    Maximum Length: 64
    The unique identifier of the source object as defined in OBJECTS Metadata. Examples are Activities and Opportunities.
  • Title: Update Indicator
    Read Only: true
    The option used to indicate whether the note can be updated.
  • Title: Private
    Maximum Length: 30
    Default Value: INTERNAL
    The visibility level of the note, such as Private, Internal, or External. A list of valid values is defined in the lookup NoteVisibilityLookupVA.
Back to Top