Create a bill management user

post

/fscmRestApi/resources/11.13.18.05/billManagementUsers

Request

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: Account Number
    The account number of the customer account that the bill management user represents.
  • Title: Bill Management User Registration ID
    The unique identifier of the bill management user registration.
  • Title: Customer Name
    Maximum Length: 360
    The name of the customer that the bill management user represents.
  • Title: Email Address
    The email address of the person who is a bill management user or who is trying to register as a bill management user.
  • Title: Name
    Maximum Length: 360
    The name of the person who is a bill management user or who is trying to register as a bill management user.
  • Title: Registration Status
    Maximum Length: 80
    The registration status of the bill management user profile record. Possible values are Error, Processing, Registered, and Unregistered.
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 : billManagementUsers-item-response
Type: object
Show Source
  • Title: Account Number
    The account number of the customer account that the bill management user represents.
  • Title: Bill Management User Registration ID
    The unique identifier of the bill management user registration.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Title: Creation Date
    Read Only: true
    The date when the record was created.
  • Title: Customer Name
    Maximum Length: 360
    The name of the customer that the bill management user represents.
  • Title: Email Address
    The email address of the person who is a bill management user or who is trying to register as a bill management user.
  • Title: Last Update Date
    Read Only: true
    The date when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Links
  • Title: Name
    Maximum Length: 360
    The name of the person who is a bill management user or who is trying to register as a bill management user.
  • Title: Registration Status
    Maximum Length: 80
    The registration status of the bill management user profile record. Possible values are Error, Processing, Registered, and Unregistered.
Back to Top