Create a fund request resource

post

/crmRestApi/resources/11.13.18.05/mdfRequests/{FundRequestCode}/child/FundRequestResource

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Access
    Maximum Length: 30
    The code indicating the level of access of the resource in the MDF request team. A list of valid values is defined in the lookup AccessLevelCode. The valid values are View, Edit, or Full.
  • Title: Code
    Maximum Length: 100
    The public unique identifier for the marketing fund request.
  • Title: Fund Request ID
    The unique identifier of the MDF request associated with the resource. This is a system-generated value.
  • Title: MDF Request Resource ID
    The unique identifier of the resource in the MDF request team. This is a system-generated value.
  • Title: Function
    Maximum Length: 30
    The code indicating the function of the MDF Request team member. A list of valid values is defined in the lookup MemberFunctionCode. The valid values are Channel Account Manager, Channel Sales Manager, Marketing Specialist, Support Specialist, Sales Representative, Sales Manager, or MDF Request Processor.
  • Title: Resource ID
    The unique identifier of the resource.
  • Title: User Last Update Date
    The date when the user last updated the record.
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 : mdfRequests-FundRequestResource-item-response
Type: object
Show Source
  • Title: Access
    Maximum Length: 30
    The code indicating the level of access of the resource in the MDF request team. A list of valid values is defined in the lookup AccessLevelCode. The valid values are View, Edit, or Full.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the resource in the MDF request team.
  • Title: Creation Date
    Read Only: true
    The date when the resource was created in the MDF request team.
  • Title: Email
    Read Only: true
    Maximum Length: 320
    The e-mail address of the MDF Request team member associated with the MDF Request.
  • Title: Phone
    Read Only: true
    The phone number of the MDF Request team member associated with the MDF Request.
  • Title: Code
    Maximum Length: 100
    The public unique identifier for the marketing fund request.
  • Title: Fund Request ID
    The unique identifier of the MDF request associated with the resource. This is a system-generated value.
  • Title: MDF Request Resource ID
    The unique identifier of the resource in the MDF request team. This is a system-generated value.
  • Title: Last Update Date
    Read Only: true
    The date and time when the MDF request team member record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the MDF request team member record.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login of the user who last updated the MDF request team member record.
  • Links
  • Title: Function
    Maximum Length: 30
    The code indicating the function of the MDF Request team member. A list of valid values is defined in the lookup MemberFunctionCode. The valid values are Channel Account Manager, Channel Sales Manager, Marketing Specialist, Support Specialist, Sales Representative, Sales Manager, or MDF Request Processor.
  • Title: Owner
    Read Only: true
    Indicates whether the MDF Request team member is the owner of the MDF Request. The default value is true.
  • Title: Resource ID
    The unique identifier of the resource.
  • Title: Name
    Read Only: true
    Maximum Length: 360
    The name of the MDF Request team member associated with the MDF Request.
  • Title: Resource Party Number
    Read Only: true
    Maximum Length: 30
    The public unique identifier for the resource.
  • Title: Resource User Name
    Read Only: true
    The login username of the MDF Request team member associated with the MDF Request.
  • Title: User Last Update Date
    The date when the user last updated the record.
Back to Top