# BILL - Create record action
The Create record action creates a new object in BILL.
# Input
Field | Description |
---|---|
Object | Select the object type to create. |
ADDITIONAL INPUT FIELDS
The recipe editor generates additional input fields based on your Object selection. To learn more about the required input fields for each object type, see BILL's API v2 documentation (opens new window).
# Output
Field | Description |
---|---|
Response status | Displays the status of the Create record action's API request. A value of 0 indicates success, and 1 indicates an error. |
Response message | The response message returned from BILL's API. |
Response data | A datatree that contains information about the object created in BILL, such as its ID , Description , Created date, and Active? status. |
Last updated: 11/27/2024, 4:56:14 PM